refactor(athome): Removed comments and did cargo fix
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 24 KiB |
17
src/main.rs
17
src/main.rs
@@ -61,7 +61,6 @@ fn App() -> Element {
|
|||||||
rsx! {
|
rsx! {
|
||||||
document::Link { rel: "stylesheet", href: asset!("./assets/tailwind.css") }
|
document::Link { rel: "stylesheet", href: asset!("./assets/tailwind.css") }
|
||||||
document::Link { rel: "icon", href: asset!("./assets/favicon.ico") }
|
document::Link { rel: "icon", href: asset!("./assets/favicon.ico") }
|
||||||
// <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
|
|
||||||
meta {
|
meta {
|
||||||
name: "description",
|
name: "description",
|
||||||
content: "Visit Tuan-Dat Tran's website for his CV, publications, projects, and consulting services. Connect for collaboration.",
|
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 {
|
div {
|
||||||
class: "bg-white dark:bg-gray-900 min-h-screen",
|
class: "bg-white dark:bg-gray-900 min-h-screen",
|
||||||
Router::<Route> {},
|
Router::<Route> {},
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
use dioxus::prelude::*;
|
use dioxus::prelude::*;
|
||||||
use dioxus_i18n::t;
|
use dioxus_i18n::t;
|
||||||
|
|
||||||
use crate::components::{Bolding, UnderConstruction, H1, HR};
|
use crate::components::{Bolding, H1, HR};
|
||||||
|
|
||||||
#[component]
|
#[component]
|
||||||
pub fn PublicationsProjects() -> Element {
|
pub fn PublicationsProjects() -> Element {
|
||||||
|
|||||||
Reference in New Issue
Block a user