shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

index.html (2069B)


<!DOCTYPE html>
<html lang="en">

<head>
    <title>Shimo!!</title>
    <link rel='stylesheet' type='text/css' href="style.css">
    <link rel='icon' type='image/png' href="/mascots/1-square.png">
    <link rel="preload" as="image" href="/background-300x300.png">
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
    <div id="content">

    <a href="/"><h1>Shimo!!</h1></a>

    <div class="titleBar">
        <div class="titleButton"><a href="/music">Musik</a></div>
        <div class="titleButton"><a href="/school">Skole</a></div>
        <div class="titleButton"><a href="/norsk">Norsk</a></div>
        <div class="titleButton"><a href="/books">Bøker</a></div>
        <div class="titleButton"><a href="/blog">Blog</a></div>
    </div>

    <noscript><p>Welcome, Based JavaScript Hater.</p></noscript>

    <p>Hei, jeg heter Shimo, jeg studerer fysikk og kjemi på universitet.
        Jeg liker å lese (favoritten min er Kafka) og spile gitar.
        Waifuen min er Yui, selvfølgelig.
    </p>

    <p>
        Kontakt: <a href="mailto:sam@shii.moe"><code>sam@shii.moe</code></a>,
        <a href="https://twitter.com/shimofruit"><code>@shimofruit</code></a>.
    </p>

    <h2>Sign the <a class="titleButton" style="width:auto; margin: 0;" href="/guestbook">Guestbook!!</a></h2>

    <h3>Reasons Why Women Should Sleep With Me:</h3>
    <ol>
        <li>I'm 6'</li>
        <li>I have a blåhaj</li>
        <li>My Mum says I'm cool</li>
        <li>I'll give you kisses</li>
        <li>I have a PGP key: <a href="shiimoe.pgp"><code>A5E16A6FFC9DD158</code></a></li>
        <li>My website is <a href="https://github.com/Shiimoe/shii.moe">open source!</a></li>
    </ol>
    </div>

    <noscript><style>#mascot { opacity: 0.85; }</style></noscript>
    <img src="/mascots/1.png" id="mascot"></img>
    <script src="colours.js"></script>
	<script src="image.js"></script>
    <script>randomMascot(NOVELTY);</script>
</body>
</html>