-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·30 lines (30 loc) · 943 Bytes
/
index.html
File metadata and controls
executable file
·30 lines (30 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Geometry Gallery</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="jumbotron"><h1>Geometry Gallery!</h1></div>
<table class="table table-condensed">
<tr>
<td><a href="arts/octahedron_hexahedron.html">Octahedron & Hexahedron</a></td>
</tr>
<tr>
<td><a href="arts/3D_Sierpinski_Triangle.html">3D Sierpinski Triangle</a></td>
</tr>
<tr>
<td><a href="arts/Stereographic_Projection.html">Stereographic Projection of Earth</a></td>
</tr>
<tr>
<td><a href="images/ukuleleHD.png">Rendered ukulele using blender</a></td>
</tr>
<tr>
<td><a href="images/logo_20170607.png">A 3D object that projects my name(like the object on the cover of 'GEB' by D. Hofstadter)</td>
</tr>
</table>
</div>
</body>
</html>