animated logo in portfolio

This commit is contained in:
2024-10-25 20:29:49 +02:00
parent a2fdec755b
commit 85e86b28bb
6 changed files with 233 additions and 124 deletions

View File

@ -38,6 +38,7 @@ async fn main() {
.nest_service("/egg-fetcher", ServeDir::new("static/egg-fetcher"))
.nest_service("/svg", ServeDir::new("static/svg"))
.nest_service("/config.yml", ServeDir::new("static/resources/config.yml")) // Decap CMS config
.nest_service("/resources", ServeDir::new("static/resources"))
.nest_service("/robots.txt", ServeDir::new("robots.txt"));
#[cfg(debug_assertions)]

View File

@ -80,12 +80,12 @@ pub async fn render_portfolio() -> Result<PortfolioTemplate, StatusCode> {
title: "E-mail address".to_string(),
svg: "mail".to_string(),
},
ContactLink {
href: "tel:+421-905-372-947".to_string(),
label: "+421 905 372 947".to_string(),
title: "Phone".to_string(),
svg: "phone".to_string(),
},
// ContactLink {
// href: "tel:+421-905-372-947".to_string(),
// label: "+421 905 372 947".to_string(),
// title: "Phone".to_string(),
// svg: "phone".to_string(),
// },
ContactLink {
href: "https://github.com/michalvankodev".to_string(),
label: "GitHub".to_string(),