diff --git a/README.md b/README.md index 4c59f28..10fca05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # personality -My personal website \ No newline at end of file +My personal website + +[![status-badge](https://ci.codeberg.org/api/badges/14212/status.svg)](https://ci.codeberg.org/repos/14212) diff --git a/assets/main.css b/assets/main.css index fb2fc8d..a9b246f 100644 --- a/assets/main.css +++ b/assets/main.css @@ -29,6 +29,10 @@ } } } +#codeberg_link_in_project_page { + text-decoration: none; + color: rgb(33, 133, 208, 1.0); +} #github_link_in_project_page { text-decoration: none; @@ -166,6 +170,14 @@ header { margin-bottom: 1%; } +#codeberg { + margin: 5%; + color: rgb(33, 133, 208, 1.0); + font-size: large; + font-weight: bold; +} + + #github { margin: 5%; color: brown; @@ -175,7 +187,7 @@ header { #linkedin { margin: 5%; - color:cornflowerblue; + color: cornflowerblue; font-size: large; font-weight: bold; } diff --git a/src/home.rs b/src/home.rs index f5386b2..289e729 100644 --- a/src/home.rs +++ b/src/home.rs @@ -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"} } diff --git a/src/projects.rs b/src/projects.rs index b5c00f0..a072d92 100644 --- a/src/projects.rs +++ b/src/projects.rs @@ -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.