diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-07 18:17:10 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-07 18:17:10 -0700 |
commit | 819ae0bdd8eeba46ecc394fa42294aa25e6dfc08 (patch) | |
tree | 9185b3ade4a1cf5ec09cb2b870150fc7501bb237 /index.html | |
parent | cbd7580f57e40c1ad2982296fb6d0baafa9c3378 (diff) |
updated css
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -9,13 +9,15 @@ 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> - + <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> |