-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
42 lines (37 loc) · 1.29 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About</title>
<link rel="stylesheet" href="css/about_me.css" type="text/css">
</head>
<body>
<div id="top_nav_bar">
<ul>
<li><a href="#heading">top</a></li>
<li><a href="#code">code</a></li>
<li><a href="#music">music</a></li>
</ul>
</div>
<div class="container">
<div id="heading">
<p>“when you don't create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create.”</p>
<p> -Why The Lucky Stiff</p>
</div>
<div id="text_about_self">
<p>I am a web developer with interests in music composition, electronics and physics. I specialize in API development and database management. I have experience in circuit
construction, Adobe software based design and teaching. In my spare time I enjoy mangling wires on my modular synthesizer, riding my bicycle and playing music in a variety of
different projects.
</p>
</div>
</div>
<div class="container">
<div id="code">
</div>
</div>
<div class="container">
<div id="music">
</div>
</div>
</body>
</html>