-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 1.79 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
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="image/png" rel="icon" href="./assets/navitation.png" />
<title>navitation</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="content">
<div id="trailer">
<img src="assets/transparent.png" alt="" id="icon" />
</div>
<div id="wrapper" data-configuration="1" data-roundness="1">
<!-- purple -->
<div
class="shape"
data-type="tribute"
data-url="https://getmeapencil.github.io/feynman-tribute/"
></div>
<!-- blue -->
<div
class="shape"
data-type="linkedin"
data-url="https://www.linkedin.com/in/getmeapencil/"
></div>
<!-- green -->
<div
class="shape"
data-type="introgen"
data-url="https://getmeapencil.github.io/IntroGen/"
></div>
<!-- yellow -->
<div
class="shape"
data-type="js"
data-url="https://getmeapencil.github.io/Technical-Documentation/"
></div>
<!-- black -->
<div
class="shape"
data-type="portfolio"
data-url="https://getmeapencil.github.io/portfolio/"
></div>
<!-- pink -->
<div
class="shape"
data-type="form"
data-url="https://getmeapencil.github.io/100DaysofCode-survey/"
></div>
<!-- orange -->
<div
class="shape"
data-type="brassbones"
data-url="https://getmeapencil.github.io/BrassBones-Landing-Page/"
></div>
</div>
</div>
<script type="module" src="./main.js" async></script>
</body>
</html>