-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (74 loc) · 4.29 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>Helin at DBC</title>
<link rel="stylesheet" type="text/css" href="blog-posts/blog.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="blog-posts/script.js" type="text/javascript"></script>
<script type="text/javascript">$(document).ready(function() {
$('li#home').click(function(){$('section#about').css({'visibility': 'hidden'})})
})</script>
</head>
<body>
<div id="heading">
<header>Helin at DBC</header>
<br><br>
<p id="links">
<a href="mailto:[email protected]" class="icon"><span class="icon-mail"></span></a>
<a href="https://github.com/helin24" class="icon"><span class="icon-github"></span></a>
<a href="https://www.linkedin.com/in/helinshiah/" class="icon"><span class="icon-linkedin"></span></a>
<a href="https://plus.google.com/+HelinShiah" class="icon"><span class="icon-googleplus"></span></a>
<a href="https://www.facebook.com/helin.shiah" class="icon"><span class="icon-facebook"></span></a>
<a href="https://twitter.com/helin_s" class="icon"><span class="icon-twitter"></span></a>
</p>
</div>
<div id="menu">
<ul>
<li class="level1" id="home"><a><div class="group">Home</div></a></li>
<li class="level1" id="about"><a><div class="group">About</div></a></li>
<li class="level1"><a href=""><div class="group">Cultural Blog</div></a>
<ul style="list-style: none;">
<li class="sub"><span><a href="blog-posts/week1_cultural.html">Week 1</a></span></li>
<li class="sub"><span><a href="blog-posts/week3_cultural.html">Week 3</a></span></li>
<li class="sub"><span><a href="blog-posts/week4_cultural.html">Week 4</a></span></li>
<li class="sub"><span><a href="blog-posts/week5_cultural.html">Week 5</a></span></li>
<li class="sub"><span><a href="blog-posts/week6_cultural.html">Week 6</a></span></li>
<li class="sub"><span><a href="blog-posts/week7_cultural.html">Week 7</a></span></li>
<li class="sub"><span><a href="blog-posts/week8_cultural.html">Week 8</a></span></li>
<li class="sub"><span><a href="blog-posts/week9_cultural.html">Week 9</a></span></li>
</ul>
</li>
<li class="level1"><a href=""><div class="group">Technical Blog</div></a>
<ul>
<li class="sub"><span><a href="blog-posts/week1_technical.html">Week 1</a></span></li>
<li class="sub"><span><a href="blog-posts/week2_technical.html">Week 2</a></span></li>
<li class="sub"><span><a href="blog-posts/week3_technical.html">Week 3</a></span></li>
<li class="sub"><span><a href="blog-posts/week4_technical.html">Week 4</a></span></li>
<li class="sub"><span><a href="blog-posts/week5_technical.html">Week 5</a></span></li>
<li class="sub"><span><a href="blog-posts/week6_technical.html">Week 6</a></span></li>
<li class="sub"><span><a href="blog-posts/week7_technical.html">Week 7</a></span></li>
<li class="sub"><span><a href="blog-posts/week8_technical.html">Week 8</a></span></li>
</ul>
</li>
<li class="level1"><a href=""><div class="group">Other Projects</div></a>
<ul>
<li class="sub"><span><a href="unit1_projects/wireframe_sites.html">Wireframing Sites</a></span></li>
<li class="sub"><span><a href="unit1_projects/my_wireframe.html">Wireframing My Site</a></span></li>
</ul>
</li>
</ul>
</div>
<section id="about">
<h2>About Me</h2><br>
<p>
I wonder about myself all the time - I suppose many people do (wonder about themselves, that is). I came to this page and DevBootcamp through the demands of curiosity. I've always enjoyed my brief experiences programming but never learned about it with much depth or practicality, and this seemed like a good opportunity to embrace both.
</p>
<p>
Outside of this, I dabble in music, figure skating, finance, drawing, photography, and whatever else I can remember. I mostly grew up in York, PA and went to college in Philadelphia. Then I spent three years in New York City, which I found overall pleasant but economically inefficient for me. I moved to Chicago in July 2014, and so far I've been enjoying the tasty regular food and the city's bikeability.
</p>
<p>
I like dogs and frogs (I eat neither), meeting strangers, and wordplay. My name is non-phonetic and is pronounced like "Helene."
</p>
</section>
</body>
</html>