summaryrefslogtreecommitdiff
path: root/index.html
blob: 1bac64633cb5f85104e4f585bf125700283a9145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <div class="background">
        <div class="contentpane">
            <h1>Hello, I'm Kai!</h1>
            <p>This is my Web site for cool things, like my programming, music, writing, photography, and anything else I think of.
                 I'm a social sciences student at UVic, though I'm also passionate about technology. I also have another website at
                 https://www.kaistevenson.com, which takes itself a little more seriously. You can also email me at kai@kaistevenson.com.
            </p>
            <ul>
                <li><h2><a href="writing/index.html">Writing../</a> /* Proudly part of the 84% */</h2></li>
                <li><h2><a href="programming/index.html">Programming../</a> /* It's easier than it looks */</h2></li>
                <li><h2><a href="music/">Music../</a> /* Dmin7, G7, CMaj7 */</h2></li>
                <li><h2><a href="photography/">Photography../</a> /* No longer obscure-a */</h2></li>
                <li><h2><a href="etc/">Etc../</a> /* Everything else */</h2></li>
            </ul>
            <img style="padding: 50px; display: block; margin: auto;" src="roly-saynotoweb3.gif">
            <br>
        </div>
    </div>
</body>