diff --git a/assets/pictures/headshot.webp b/assets/pictures/headshot.webp index 2a4570f..3e5f956 100644 Binary files a/assets/pictures/headshot.webp and b/assets/pictures/headshot.webp differ diff --git a/src/main.rs b/src/main.rs index 295f31a..a8687c1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,6 @@ fn App() -> Element { rsx! { document::Link { rel: "stylesheet", href: asset!("./assets/tailwind.css") } document::Link { rel: "icon", href: asset!("./assets/favicon.ico") } - // meta { name: "description", content: "Visit Tuan-Dat Tran's website for his CV, publications, projects, and consulting services. Connect for collaboration.", @@ -81,22 +80,6 @@ fn App() -> Element { }} " } - // meta { - // property: "og:title", - // content: "Tuan-Dat Trans Personal Website", - // } - // meta { - // property: "og:description", - // content: "Explore Tuan-Dat Tran's personal website featuring his CV, publications, projects, and consulting services. Get insights into his professional journey and connect for collaboration opportunities.", - // } - // meta { - // property: "og:image", - // content: "https://www.tudattr.dev/pictures/headshot.webp", - // } - // meta { - // property: "og:url", - // content: "https://tudattr.dev", - // } div { class: "bg-white dark:bg-gray-900 min-h-screen", Router:: {}, diff --git a/src/publications.rs b/src/publications.rs index 9044894..5fb6e73 100644 --- a/src/publications.rs +++ b/src/publications.rs @@ -1,7 +1,7 @@ use dioxus::prelude::*; use dioxus_i18n::t; -use crate::components::{Bolding, UnderConstruction, H1, HR}; +use crate::components::{Bolding, H1, HR}; #[component] pub fn PublicationsProjects() -> Element {