-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
67 lines (66 loc) · 2.9 KB
/
aboutme.html
File metadata and controls
67 lines (66 loc) · 2.9 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Stella Kim</title>
<link rel="stylesheet" href="unit1_projects/stylesheets/main.css">
<link rel="stylesheet" href="unit1_projects/stylesheets/aboutme.css">
</head>
<body>
<header>
<h2>STELLA'S DBC WORLD</h2>
<!-- <ul class = "quotes"><em>
<li>logic will get you from A to B. imagination will take you everywhere- <strong>albert einstein</strong></li>
<li>work for money, design for love - <strong>unknown</strong></li>
<li>every child is an artist. the challenge is to remain an artist after you grow up. - <strong>pablo picasso</strong></li>
</ul></em>
-->
</header>
<nav>
<ul>
<li><a href="http://stellajkimm.github.io/index.html">HOME</a></li>
<li><a href="http://stellajkimm.github.io/aboutme.html">ABOUT ME</a></li>
<li><a href="http://stellajkimm.github.io/dbcwork.html">DBC WORK</a></li>
<li><a href="http://stellajkimm.github.io/blog_template.html">BLOG</a></li>
</ul>
</nav>
<aside>
<h4>song i'm listening to:</h4>
<ul>
<li>mat zo - the fractal universe</li>
<li>drake - come thru (james blake remix)</li>
<li>basecamp - emmanuel (stwo remix)</li>
<li>childish gambino - the worst guys</li>
<li>logic - break it down (jhene aiko)</li>
<li>aruna - let go (nic chagall remix)</li>
<li>devin the dude ft snoop & andre 3000 - what a job</li>
<li>reverse - absolute reality (arty remix)</li>
<li>mark otten - tranquility (markus schulz coldharbour remix)</li>
<li>filo & peri - this night (max graham remix)</li>
</ul>
</aside>
<section>
<h2>these are a few of my <span class="cursive">favorite</span> things</h2>
<img src="http://24.media.tumblr.com/tumblr_lpxrfg1jxs1qls4qvo1_400.jpg"/>
<h3 class = "relative">listening to music</h3>
<img src="http://37.media.tumblr.com/d199025b45bdb6425db622b8bc1e9c62/tumblr_mxkisqqfeT1rklj2to1_500.jpg"/>
<h3 class = "relative">aurora borealis</h3>
<img src="http://37.media.tumblr.com/9da55ceef6896be7e8989b83272db453/tumblr_n0878qvKqM1qcmipio1_500.jpg"/>
<h3 class = "relative">the color lime green</h3>
<img src="http://31.media.tumblr.com/tumblr_luetiycS3E1qcmipio1_1280.jpg"/>
<h3 class = "relative">libraries & books</h3>
<img src="https://scontent-b-lga.xx.fbcdn.net/hphotos-frc3/t1.0-9/247923_10101938577786393_613610407_n.jpg"/>
<h3 class = "relative">daisies & large green fields</h3>
<img src="http://31.media.tumblr.com/tumblr_lpbs7jLnGs1qcmipio1_500.jpg"/>
<h3 class = "relative">yoga</h3>
<img src="http://www.snowlife.org.uk/wp-content/uploads/2013/11/snowboard-2.jpg"/>
<h3 class = "relative">snowboarding</h3>
<img src="http://www.wallsforpc.com/wp-content/uploads/2012/11/Sushi-lunch1.jpeg"/>
<h3 class = "relative">sushi</h3>
<img src="http://37.media.tumblr.com/tumblr_m8thxwKLHQ1ruvvwlo1_500.gif"/>
<h3 class = "relative">weirdos, dancing, & weirdos dancing.</h3>
</section>
<footer>
<h5>THANK YOU FOR VISITING!</h5>
</footer>
</body>
</html>