-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (51 loc) · 1.62 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>uʍop ǝpᴉsdn</title>
<link rel="stylesheet" href="style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica+SC&display=swap');
</style>
</head>
<body>
<div class="flex-box">
<div class"flex-item flex-item-1"> <h1> Little Miss</h1></div>
<div class"flex-item flex-item-1"> <h1 id="changefont"> Upside Down</h1> </div>
</div>
<section class="section--top">
<canvas id="drawingCanvas"></canvas>
</section>
<section class="section--contact">
<div class="border"></div>
<div class="contact__inner">
<div class="contact__column">
<p class="contact__text">
Nicole Rutherford
<br />
Creative Coding
<br />
Domestika Project
<br />
</p>
</div>
<div class="contact__column">
<p class="contact__text">
<p class="contact__text">
<a href="https://www.instagram.com/nicolerutherford/" target="_blank">Instagram</a>
</p>
<p class="contact__text">
<a href="mailto:[email protected]" target="_blank">Email</a>
</p>
<p class="contact__text">
<a href="https://www.linkedin.com/in/nicole-rutherford/" target="_blank">Linkedin</a>
</p>
</p>
</div>
</div>
<div class="border"></div>
</section>
<script src="script.js"></script>
</body>
</html>