♻️💄 app, frontend, README: Update content, theme handling, and styles

- Added `Codeberg` link to contact page in `contact.rs`
- Removed `Auto` theme option and set `Dark` as default in `theme_switcher`
- Updated biography text and link formatting in `HomePage` component
- Simplified theme CSS structure and adjusted color variables in `styles.css`
- Removed outdated SHA256 warning and added `Cargo.toml` note in `README.md`
This commit is contained in:
Markus Scully 2025-07-29 18:18:41 +03:00
parent bab8fe827a
commit 09243a8351
Signed by: mascully
GPG key ID: 93CA5814B698101C
5 changed files with 48 additions and 43 deletions

View file

@ -124,6 +124,7 @@ pub fn App() -> impl IntoView {
#[component]
fn Root(children: Children) -> impl IntoView {
view! { <div id="root">{children()}</div> }
// view! { {children()} }
}
#[component]
@ -134,9 +135,11 @@ fn NotFound() -> impl IntoView {
#[component]
fn HomePage() -> impl IntoView {
view! {
<p>"Hi. I'm Markus. I mostly do full stack development with Rust and Nix."</p>
<p>"Hi. I'm Markus. I'm a software engineer currently doing mostly full stack development with Rust and Nix."</p>
<p>
"You can check out some of my projects "<A href="/projects">"here"</A>" or on my "<A href="https://git.mascully.com/mascully?tab=repositories">"Git forge"</A>", including the "
"You can check out some of my projects "<A href="/projects">"here"</A>" or on my "
<A href="https://git.mascully.com/mascully?tab=repositories">"Git forge"</A>
", including the "
<A href="https://git.mascully.com/mascully/mascully_website">
"source code for this website"
</A>"."