-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (31 loc) · 1.18 KB
/
index.html
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
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>my attempt at art</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="processing.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet'>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="whole-page" class="container">
<div id="top-row" class="row">
<div id="night-sky" class="col">
<a href="processing_sketches/starrysky/starrysky.html">
<p class="justify-content-center">night sky</p>
</a>
</div>
<div id="fractal-tree" class="col">
<a href="processing_sketches/fractaltree/fractaltree.html">
<p class="justify-content-center">fractal tree</p>
</a>
</div>
</div>
<div class="row">
<p>since I can't make art in real life I guess I'll get my computer to do it for me</p>
</div>
</div>
</body>
</html>