-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdbcwork.html
More file actions
38 lines (37 loc) · 1.16 KB
/
dbcwork.html
File metadata and controls
38 lines (37 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title>Stella's DBC Website</title>
<link rel="stylesheet" href="unit1_projects/stylesheets/main.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>
<h1>Week 1</h1>
<h1><a href="unit1_projects/Week2.html">Week 2</a></h1>
</aside>
<section>
<h3>This is my DBC Work!</h3>
<p>Click on the links in the sidebar to view my work so far!</p>
</section>
<footer>
<h5>THANK YOU FOR VISITING!</h5>
</footer>
</body>
</html>