mirror of
https://codeberg.org/Tahinli/personality.git
synced 2025-07-08 16:47:09 +00:00
feat: ✨ codeberg
This commit is contained in:
parent
b2b9f517ad
commit
a53e66e99f
4 changed files with 18 additions and 4 deletions
|
@ -20,7 +20,7 @@ pub fn Home() -> Element {
|
|||
|
||||
div {
|
||||
id: "social_links",
|
||||
Link {id:"github",to: "https://github.com/tahinli", "GitHub"}
|
||||
Link {id:"codeberg",to: "https://codeberg.org/Tahinli", "Codeberg"}
|
||||
|
||||
Link {id:"linkedin",to: "https://linkedin.com/in/ahmetkaangumus", "LinkedIn"}
|
||||
}
|
||||
|
|
|
@ -165,7 +165,7 @@ pub fn Project(id: i32) -> Element {
|
|||
class:"project",
|
||||
h1 {"Personality"}
|
||||
h5 {"Personal website written in Rust"}
|
||||
Link {id: "github_link_in_project_page", to: "https://github.com/Tahinli/personality", "GitHub"}
|
||||
Link {id: "codeberg_link_in_project_page", to: "https://codeberg.org/Tahinli/personality", "Codeberg"}
|
||||
div {
|
||||
"
|
||||
In this project I wanted to build portfolio website for myself and currently you're viewing what is built.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue