2023-01-28 19:20:54 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > Hello there! | CherryKitten< / title >
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1" >
< meta name = "robots" content = "noodp" / >
< link rel = "stylesheet" href = "https://cherrykitten.dev/style.css" >
< link rel = "stylesheet" href = "https://cherrykitten.dev/color/rosepine.css" >
< link rel = "stylesheet" href = "https://cherrykitten.dev/font-hack-subset.css" >
2023-01-28 20:37:52 +00:00
< link rel = "alternate" type = "application/rss+xml" title = "RSS" href = "https://cherrykitten.dev/rss.xml" >
2023-01-28 19:20:54 +00:00
< / head >
< body class = "" >
< div class = "container" >
< header class = "header" >
< div class = "header__inner" >
< div class = "header__logo" >
< a href = "https://cherrykitten.dev" style = "text-decoration: none;" >
< div class = "logo" >
CherryKitten
< / div >
< / a >
< / div >
< / div >
< nav class = "menu" >
< ul class = "menu__inner" >
< li class = "active" > < a href = "https://cherrykitten.dev" > Home< / a > < / li >
< li > < a href = "https://cherrykitten.dev/about" > About me< / a > < / li >
< li > < a href = "https://cherrykitten.dev/blog" > Blog< / a > < / li >
< li > < a href = "https://cherrykitten.dev/contact" > Contact< / a > < / li >
< / ul >
< / nav >
< / header >
< div class = "content" >
< div class = "post" >
2023-02-23 16:33:46 +00:00
< h1 class = "post-title" > < a href = "https://cherrykitten.dev/home/" > Hello there!< / a > < / h1 >
2023-01-28 19:20:54 +00:00
< div class = "post-meta-inline" >
< span class = "post-date" > < / span >
< / div >
< div class = "post-content" >
2023-02-07 15:25:43 +00:00
< img src = "/profile.jpeg" alt = "Profile picture" class = "center" style = "border-radius: 50%; height: 128px; width: 128px;" / >
< div style = "text-align: center" >
< p > Hi, I'm Sammy.< / p >
2023-01-28 19:20:54 +00:00
< p > Welcome to my little website :3< / p >
2023-02-07 15:25:43 +00:00
< / div >
2023-01-28 21:03:46 +00:00
< pre data-lang = "Rust" style = "background-color:#1f1d29;color:#ffffff;" class = "language-Rust " > < code class = "language-Rust" data-lang = "Rust" > < span style = "color:#403c58;" > ///I like to meow
< / span > < span style = "font-style:italic;color:#9bced7;" > fn < / span > < span style = "color:#34738e;" > main< / span > < span > () {
< / span > < span > < / span > < span style = "color:#ea6f91;" > loop < / span > < span > {
< / span > < span > println!(< / span > < span style = "color:#f1ca93;" > " Meow!" < / span > < span > );
< / span > < span > }
< / span > < span > }
2023-02-07 15:25:43 +00:00
< / span > < span >
< / span > < span >
2023-01-28 21:03:46 +00:00
< / span > < span style = "color:#403c58;" > // Honestly I just wanted to have some kind of code block somewhere to see how pretty the syntax highlighting is
< / span > < / code > < / pre >
2023-01-28 19:20:54 +00:00
< / div >
< / div >
< / div >
< footer class = "footer" >
< div class = "footer__inner" >
2023-02-25 11:22:49 +00:00
< div class = "copyright copyright--user" > < a href = "https://liberapay.com/CherryKitten/donate" > < img alt = "Donate using Liberapay" src = "https://liberapay.com/assets/widgets/donate.svg" > < / a >
< p > © 2023 - CherryKitten< / p > < br >
2023-02-23 16:33:46 +00:00
< p > < a href = "/impressum" > Impressum< / a > < / p >
< p > < a href = "/rss.xml" > RSS< / a > < / p >
2023-02-25 10:47:49 +00:00
< p onclick = "alert('Nya!')" > 🐱< / p >
2023-01-28 19:20:54 +00:00
< / div >
< / div >
< / footer >
< / div >
< / body >
< / html >