-
Notifications
You must be signed in to change notification settings - Fork 0
/
beautiful.html
118 lines (105 loc) · 6.71 KB
/
beautiful.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142326937-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-142326937-1');
</script>
<meta charset="utf-8">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Open+Sans:400,600,800&display=swap" rel="stylesheet">
<!--Fontawesome-->
<script src="https://kit.fontawesome.com/f95239c1ec.js"></script>
<!--CSS-->
<link rel="stylesheet" type="text/css" href="css/global2.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<title>Beautiful | Danny Hawk</title>
</head>
<body>
<nav>
<div class="navSidebar">
<a href="index.html" class="danny" style="font-size: 24.5px;">DANNY HAWK</a>
<div class="social">
<a href="https://hawkdanny.itch.io/"><i id="itch" class="fab fa-itch-io"></i></a>
<a href="https://www.linkedin.com/in/hawkdanny/"><i id="linkedin" class="fab fa-linkedin-in"></i></a>
<a href="https://twitter.com/hawkdanny"><i id="twitter" class="fab fa-twitter"></i></a>
<a href="https://github.com/hawkdanny"><i id="github" class="fab fa-github"></i></a>
<a href="https://www.twitch.tv/hawkdanny"><i id="twitch" class="fab fa-twitch"></i></i></a>
<a href="https://soundcloud.com/dannyhawkmusic"><i id="soundcloud" class="fab fa-soundcloud"></i></a>
</div>
</div>
</nav>
<div class="projectPage">
<div class="projectPageHeaderMedia">
<video width="800" height="450" autoplay loop muted>
<source src="media/luka_loop.mp4" type="video/mp4">
Your browser does not support the video tag
</video>
</div>
<div class="projectPageInfo">
<div class="projectPageContent">
<div class="projectPageDescription">
<h1 class="projectPageTitle">BEAUTIFUL SERIES</h1>
<p class="projectPageDescription">In 2018 I was experimenting with physical computing because my eyes were getting tired of looking at computers all day. The Beautiful Series is a series of pieces I made that all revolved around beauty. Each piece is intended to subvert good/expected design.</p>
<div class="projectPageLinks">
<a class="fancyLink" href="https://github.com/HawkDanny/Beautiful">GITHUB REPO</a>
</div>
</div>
<div class="projectPageLearnings">
<h5>THINGS I LEARNED</h5>
<div class="learnings">
<div class="learning"><a class="fancyLink" href="https://www.adafruit.com/product/1063">Mic Amp</a></div>
<div class="learning"><a class="fancyLink" href="https://learn.adafruit.com/photocells/overview">Photocell</a></div>
<div class="learning"><a class="fancyLink" href="https://www.wikihow.com/Solder">Soldering</a></div>
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Pull-up_resistor">Pull-up / Pull-down Resistors</a></div>
<div class="learning"><a class="fancyLink" href="https://www.arduino.cc/">Arduino</a></div>
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/User_experience_design">Experience Design</a></div>
<div class="learning"><a class="fancyLink" href="https://www.wikihow.com/Use-a-Glue-Gun">Hot Glue</a></div>
<div class="learning"><a class="fancyLink" href="https://www.sparkfun.com/datasheets/Components/YSL-R596CR3G4B5C-C10.pdf">RGB LED</a></div>
<div class="learning"><a class="fancyLink" href="https://learn.sparkfun.com/tutorials/working-with-wire">Wires</a></div>
<div class="learning"><a class="fancyLink" href="https://en.wikipedia.org/wiki/Servomotor">Servomotor</a></div>
<div class="learning"><a class="fancyLink" href="https://www.arduino.cc/en/Tutorial/toneMelody">ToneMelody</a></div>
<div class="learning"><a class="fancyLink" href="https://www.arduino.cc/en/Tutorial/PWM">Pulse Width Modulation</a></div>
</div>
</div>
</div>
<div class="projectPageExtraMedia">
<div class="beautifulPiece">
<video width="272" height="480" autoplay loop muted>
<source src="media/flower.mp4" type="video/mp4">
Your browser does not support the video tag
</video>
<p class="beautifulTitle"><i>He is beautiful, but shy.</i></p>
<p class="beautifulDescription">The flower only lights up when you cover it with your hand.</p>
</div>
<div class="beautifulPiece">
<video width="272" height="480" autoplay loop muted>
<source src="media/glasses.mp4" type="video/mp4">
Your browser does not support the video tag
</video>
<p class="beautifulTitle"><i>You're beautiful, but you're too close.</i></p>
<p class="beautifulDescription">When you wear the glasses, mirror's drop in front of your eyes</p>
</div>
<div class="beautifulPiece">
<video width="272" height="480" autoplay loop muted>
<source src="media/banana.mp4" type="video/mp4">
Your browser does not support the video tag
</video>
<p class="beautifulTitle"><i>"You're beautiful," but they hung up.</i></p>
<p class="beautifulDescription">You try and speak but only hear them hang up, then a dial tone.</p>
</div>
</div>
</div>
</div>
</body>
</html>