www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

index.html (1867B)


      1 <!DOCTYPE html>
      2 <html>
      3 	<head>
      4 		<title>banna - useless things</title>
      5 		<meta name="viewport" content="width=device-width, initial-scale=1">
      6 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7 		<link rel="stylesheet" href="/styles/style.css" />
      8 		<link rel="stylesheet" href="/styles/look.css" />
      9 		<link rel="stylesheet" href="/styles/codetheme.css" />
     10 		<script src="/scripts/highlight.js"></script>
     11 		<script>hljs.initHighlightingOnLoad();</script>
     12 	</head>
     13 
     14 	<body>
     15 		<div id="sidebar">
     16 			<div id="logo">
     17 				<a href="/">
     18 					<img src="/banna.png" alt="banna.tech" height="45" width="201" />
     19 				</a>
     20 			</div>
     21 			<div id="nav">
     22 				<a class="" href="/post">blog</a>
     23 				<a class="current" href="/things">things</a>
     24 				<a class="" href="/about">about</a>
     25 			</div>
     26 		</div>
     27 
     28 		<div id="wrapper">
     29 			<div id="content">
     30 <div class="post">
     31     <a href="/things/post/toy_language" class="link"><h1 class="header">Toy Language</h1></a>
     32     <div class="projectdescription">
     33 Some fools attempt at an interpreted language
     34     </div>
     35 </div>
     36 <div class="post">
     37     <a href="/things/post/game_of_life" class="link"><h1 class="header">Game of Life</h1></a>
     38     <div class="projectdescription">
     39 HTML5/Javascript implementation of Conway's Game of Life
     40     </div>
     41 </div>
     42 <div class="post">
     43     <a href="/things/post/snake" class="link"><h1 class="header">Snake</h1></a>
     44     <div class="projectdescription">
     45 Eat stuff
     46     </div>
     47 </div>
     48 <div class="post">
     49     <a href="/things/post/turtle_console" class="link"><h1 class="header">Turtle Console</h1></a>
     50     <div class="projectdescription">
     51 Turtle Graphics interpreter
     52     </div>
     53 </div>
     54 <div class="post">
     55     <a href="/things/post/pastebin" class="link"><h1 class="header">Pastebin</h1></a>
     56     <div class="projectdescription">
     57 Paste your life away
     58     </div>
     59 </div>
     60 
     61 
     62 			</div>
     63 		</div>
     64 	</body>
     65 </html>