diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -1,21 +1,21 @@ -<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.
- </p>
- <a class="pagelink" href="writing/index.html">Writing../</a>
- <a class="pagelink" href="photography/index.html">Photography../</a>
- <a class="pagelink" href="music/index.html">Music../</a>
- <a class="pagelink" href="programming/index.html">Programming../</a>
- <a class="pagelink" href="etc/index.html">Etc../</a>
-
- <img style="padding: 50px; display: block; margin: auto;" src="roly-saynotoweb3.gif">
- </div>
- </div>
-</body>
\ No newline at end of file +<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> + <a class="pagelink" href="writing/index.html">Writing../</a> + <a class="pagelink" href="photography/index.html">Photography../</a> + <a class="pagelink" href="music/index.html">Music../</a> + <a class="pagelink" href="programming/index.html">Programming../</a> + <a class="pagelink" href="etc/index.html">Etc../</a> + + <img style="padding: 50px; display: block; margin: auto;" src="roly-saynotoweb3.gif"> + </div> + </div> +</body> |