-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (52 loc) · 1.51 KB
/
index.html
File metadata and controls
55 lines (52 loc) · 1.51 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
# index.html
---
{% include head.html %}
<div id="main" data-current="0">
<div id="swap" class="light" data-current="0">
<div class="center">
<img class="link_img" src="images/peter-fs8.png">
</div>
<div>
<div class="bigbox">
<div class="padding-top">
<span class="midsize">
My name is<br><br>
<span class = "bigtext">PETER<br>E<br>LILLIAN</span>
</span>
</div>
</div>
<div class="bigbox">
<div class="padding-bot">
<p>Food for thought: Future beings will appear as godlike to us as we do to ants. But unless they can find a way around the laws of physics, they'll have the same existential problems that ants do: entropy is always increasing.</p>
</div>
</div>
</div>
<a class="link-box bigbox" href="resume.html" data-target="3" data-current="0">
<div class="padding">
<span class="bigtext">RESUME</span>
</div>
</a>
<a class="link-box bigbox" href="art.html" data-target="3" data-current="0">
<div class="padding">
<span class="bigtext">ART</span>
</div>
</a>
<a class="link-box bigbox" href="thoughts.html" data-target="3" data-current="0">
<div class="padding">
<span class="bigtext">THOUGHTS</span>
</div>
</a>
<a class="link-box bigbox" href="contact.html" data-target="3" data-current="0">
<div class="padding">
<span class="bigtext">CONTACT</span>
</div>
</a>
<div class="bigbox">
<div class="padding">
<div class="bigtext symbol">A A A</div>
</div>
</div>
</div>
</div>
{% include foot.html %}