{children()}
+ } +} \ No newline at end of file diff --git a/website/Cargo.toml b/website/Cargo.toml index 6fedfed..af7f8e0 100644 --- a/website/Cargo.toml +++ b/website/Cargo.toml @@ -65,7 +65,7 @@ tailwind-input-file = "style/tailwind.css" # The assets-dir cannot have a sub directory with the same name/path as site-pkg-dir. # # Optional. Env: LEPTOS_ASSETS_DIR. -assets-dir = "public" +assets-dir = "assets" # The IP and port (ex: 127.0.0.1:3000) where the server serves the content. Use it in your server setup. site-addr = "127.0.0.1:5000" diff --git a/website/assets/founder_portrait.jpg b/website/assets/founder_portrait.jpg new file mode 100644 index 0000000..1b28df4 Binary files /dev/null and b/website/assets/founder_portrait.jpg differ diff --git a/website/assets/static_css.css b/website/assets/static_css.css new file mode 100644 index 0000000..261b086 --- /dev/null +++ b/website/assets/static_css.css @@ -0,0 +1,4 @@ +body{ + background-color: #0C120C; + color: #E4FDE1; +} \ No newline at end of file diff --git a/website/src/app.rs b/website/src/app.rs index 3c47e3c..ad0277a 100644 --- a/website/src/app.rs +++ b/website/src/app.rs @@ -1,11 +1,10 @@ use leptos::prelude::*; use leptos_meta::{provide_meta_context, MetaTags, Stylesheet, Title}; use leptos_router::{ - components::{Route, Router, Routes}, - StaticSegment, + components::{Route, Router, Routes}, path, StaticSegment }; -use leptos_components::components::buttons::Button; -use leptos_components::components::buttons::ButtonStyle; +use leptos_components::components::buttons::{Button, ButtonStyle}; +use leptos_components::components::text::{H1, H2, H3, P}; pub fn shell(options: LeptosOptions) -> impl IntoView { view! { @@ -35,14 +34,16 @@ pub fn App() -> impl IntoView { // id=leptos means cargo-leptos will hot-reload this stylesheet
+ "I'm an engineer with expertise in modeling, simulation, and process improvement. I have a proven ability + to develop innovative solutions, optimize complex systems, and lead successful projects. I have some of my experiences + projects outlined on this website. If you want to hire me or ask questions about my projects reach out to me "here
+