Skip to content

Commit 1ed57ef

Browse files
committed
Worked on clock tower html
1 parent 1d4f59d commit 1ed57ef

File tree

8 files changed

+112
-1
lines changed

8 files changed

+112
-1
lines changed

Ordered list.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
<meta charset="UTF-8">
55
<meta name="author" content="Brandon Monroe">
66
<title>Research Paper Template</title>
7+
<style>
8+
ol{
9+
list-style-type: upper-roman;
10+
}
11+
ol ol{
12+
list-style-type: upper-alpha;
13+
}
14+
ol ol ol{
15+
list-style-type: decimal;
16+
}
17+
</style>
718
</head>
819
<body>
920
<h1>Research Paper Template</h1>
@@ -16,10 +27,11 @@ <h1>Research Paper Template</h1>
1627
<ol>
1728
<li>Personal Experience</li>
1829
<li>What Friends Say</li>
19-
</ol>
30+
</ol>
2031
</li>
2132
</ol>
2233
</li>
34+
<li>Appendages</li>
2335
</ol>
2436
</body>
2537
</html>

clockTower.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="autho" content="Brandon Monroe">
6+
<title>Park University's Clock Tower</title>
7+
</head>
8+
<body>
9+
<header>
10+
<h1 id="top">Park University's Clock Tower</h1>
11+
<h5>
12+
<a href="">Clock Tower Photography</a> &nbsp; | &nbsp;
13+
<a href="">Pledge Drive</a>
14+
</h5>
15+
</header>
16+
17+
<div class="table">
18+
<nav class="cell">
19+
<div class="nav-heading">Other Park History</a></div>
20+
<div><a href="">Swimming Pool</a></div>
21+
<div><a href="">Herr House Ghosts</a></div>
22+
<div><a href="">Old Kate</a></div>
23+
<div><a href="">Zombie Bloodbath</a></div>
24+
</nav>
25+
</div>
26+
<section class="cell">
27+
<p>The clock tower has a long and storied history. Built in 800 A.D. by the ancient Parkite Indian tribe, it was originally used as a beacon for late-night buffalo-tipping parties.
28+
</p>
29+
<p>
30+
<img id="tower-photo" src="clockTower.jpg" alt="Clock tower">
31+
</p>
32+
<h3 id="pledge-drive">Pledge Drive</h3>
33+
<p>The clock tower building is crumbling. Park needs your support. Do it for the kids. Send cash contributions to [email protected]</p>
34+
<a href="">^Back to the top</a>
35+
</section>
36+
</body>
37+
</html>

clockTower.jpg

10.2 KB
Loading

css1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h2 style="text-decoration: underline;">
2222

2323
<p>Testing source control adding extra onto the code</p>
2424

25+
2526
<!--
2627
<h1 id="Obama-Quote">Barack Obama Quotes</h1>
2728
<q class="red">Ive been in 57 states</q><br>

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@ <h4>Fayetteville Arkansas</h4>
4646
Testing out the <strong>strong</strong> element
4747
</p>
4848

49+
50+
<ul>
51+
<li></li>
52+
</ul>
53+
4954
</body>
5055
</html>

mangie.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
body{background-color: lightyellow;}
2+
header{background-color: powderblue;}
3+
section > h2{background-color: palegreen;}
4+
aside>h3{margin: 0;}
5+
aside{
6+
border: thin dashed red;
7+
color: red;
8+
background-color: white;
9+
float: right;
10+
width: 200px;
11+
margin: 5px;
12+
padding: 10px;
13+
}

mangieslist.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="author" content="Brandon Monroe">
6+
<title>Mangie's List</title>
7+
</head>
8+
<body>
9+
<link rel="stylesheet" href="mangie.css">
10+
<header>
11+
<h1>Mangie's List</h1>
12+
<h2><q>Simply the best reviews anywhere!</q></h2>
13+
</header>
14+
<nav><a href="#dining">Dining </a></a>| <a href="#clothing">Clothing</a></nav>
15+
16+
<article>
17+
<section>
18+
<aside>
19+
<h3>Casey's Special</h3>
20+
Half-Price hot dogs when
21+
rotisseried more than 24 hours!
22+
</aside>
23+
<h2 id="dining">Dining</h2>
24+
<ol>
25+
<li>China Star</li>
26+
<li>Casey's General Store</li>
27+
</ol>
28+
</section>
29+
<section>
30+
<h2 id="clothing">Clothing</h2>
31+
<ol>
32+
<li>Eddie Bauer</li>
33+
<li>Kansas Speedway Boutique</li>
34+
<li>Casey's General Store</li>
35+
</ol>
36+
</section>
37+
</article>
38+
<footer>Questions? Email <address>[email protected]</address></footer>
39+
</body>
40+
41+
</html>

table.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="author" content="Brandon Monroe">
66
<title>Global Temperatures</title>
7+
78
</head>
89
<body>
910
<link rel="stylesheet" href="table.css">
@@ -26,5 +27,6 @@
2627
</tbody>
2728
</table>
2829

30+
2931
</body>
3032
</html>

0 commit comments

Comments
 (0)