// Import the Yew prelude module, including the 'html!' macro and necessary traits. use yew::prelude::*; /// The Home functional component for the landing page. #[function_component(Home)] pub fn home() -> Html { // The 'html!' macro is used to define the component's structure using JSX-like syntax. html! { // Main container for layout purposes.
{ "Developer | Creator | Tech Enthusiast" }
{ "Hi, I am a young highly motivated Rust 🦀 programmer and Nostr Lover ❤️. I Like to share my Projects, Tech News and Tips." }
{ "When I'm not coding, I create content or work on my own projects. My main interests are in Bitcoin, Rust, AI, Nostr and Nym" }
{ "Check out my Projects at Bytemalte.de" }
{ "Visit my Projects on Bytemalte.de" }{ "Meine Website" }
// Link to Gitea { "💻" }{ "Mein Code" }
{ "🌐" }{ "Posts, Articles & Updates" }
{ "NIP-05: malxte@bytemalte.de" }
// Link to YouTube { "▶️" }{ "Tutorials & Content" }
{ "▶️" }{ "Short facts & News" }
// Link to X (Twitter) { "✖️" }{ "Gedanken & Updates" }
// Link to Reddit { "💬" }{ "Community Posts & Updates" }