diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 16:42:51 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-08 16:42:51 -0700 |
commit | 7c402bbaacfa6acd2d4a2184975ec83f5edde329 (patch) | |
tree | fa3f4ae42652b50af29a5668a24b2fcf59759477 /index.html | |
parent | b04d7db80ce56b19d11cac5fa73b857fee405afa (diff) |
removed background div
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 44 |
1 files changed, 27 insertions, 17 deletions
@@ -2,23 +2,33 @@ <link rel="stylesheet" href="/style.css"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> </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 - 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/">Writing../</a> /* Proudly part of the 84% */</h2></li> - <li><h2><a href="programming/">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 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 + 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/">Writing../</a> /* Proudly part of the 84% */</h2> + </li> + <li> + <h2><a href="programming/">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"> --> </div> </body>
\ No newline at end of file |