-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.37 KB
/
Copy pathindex.html
File metadata and controls
43 lines (43 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ideal Computing Machine</title>
<link rel="stylesheet" href="css/main.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
</head>
<body>
<section class="section">
<div class="container greeting">
<h6 class="subtitle is-6">Welcome</h6>
<h6 class="subtitle is-6">to</h6>
<h6 class="subtitle is-6">the</h6>
<h6 class="subtitle is-6">personal</h6>
<h6 class="subtitle is-6">website</h6>
<h6 class="subtitle is-6">of</h6>
</div>
<div class="container name">
<h1 class="title">
C. Lackey
</h1>
<p class="subtitle sub-1">( Ideal Computing Machine )</p>
<p class="subtitle sub-2">sound | art | code</p>
</div>
<div class="container arrows">
<div class="container arrow">
<div class="arrow-right">
<div class="arrow-right-head"></div>
</div>
<p class="arrow-right-text">( under construction... )</p>
</div>
<div class="container arrow">
<div class="arrow-down">
<div class="arrow-down-head"></div>
</div>
<a class="arrow-down-text" href="mailto:chris@idealcomputingmachine.com">contact</a>
</div>
</div>
</section>
</body>
</html>