-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab2-SharonHanna.html
71 lines (64 loc) · 2.43 KB
/
lab2-SharonHanna.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
<!DOCTYPE html>
<html>
<head>
<title>COSC 360 - Lab 2</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/lab2.css" />
</head>
<body>
<header lang="en">
<h1>COSC 360</h1>
<h2>Lab 2 - CSS</h2>
<nav>
<ul>
<li><a href="#descr">Description</a></li>
<li><a href="#photos">Related Photos</a></li>
<li><a href="#reviews">Reviews</a></li>
</ul>
</nav>
</header>
<section id="descr">
<h3 >Description</h3>
<p class="byline">Photo by Myriams-Fotos</p>
<p>This photo of ice crystals on a branch. The image is from <a href="http://www.pixabay.com">Pixabay</a> and was taken with a Canon EOS 650D camera.</p>
<figure>
<img src="images/eiskristalle-1938842_640.jpg" alt="ice crystal" />
<figcaption class="byline"><em>Ice crystals on a branch</em></figcaption>
</figure>
<p class="social">
<span class="socialboxes"><img src="images/social/glyphicons-152-new-window.png" alt="New window" /></span>
<span class="socialboxes">Share:</span>
<span class="socialboxes">
<img src="images/social/email_16.png" alt="Email this to someone" />
<img src="images/social/rss_16.png" alt="Syndicated content" />
<img src="images/social/twitter_16.png" alt="Share this on Twitter" />
<img src="images/social/facebook_16.png" alt="Share this on Facebook" />
<img src="images/social/flickr_16.png" alt="See this on Flickr" />
</span>
</p>
</section>
<section id="photos">
<h3 >Related Photos</h3>
<div>
<a href="images/frost-490807_640.jpg"><img src=images/frost-490807_640.jpg alt="related images" height="100" /></a>
<a href="images/ice-crystal-64157_640.jpg"><img src=images/ice-crystal-64157_640.jpg alt="related images" height="100" /></a>
<a href="images/hoarfrost-639980_640.jpg"><img src=images/hoarfrost-639980_640.jpg alt="related images" height="100" /></a>
</div>
</section>
<section id="reviews">
<h3>Reviews</h3>
<div>
<p class="byline">By Bob on <time datetime="2017-01-11">January 11, 2017</time></p>
<p>Those are some nice ice photos.</p>
</div>
<div>
<p class="byline">By Alice on <time datetime="2016-10-01">October 1, 2016</time></p>
<p>Beautiful photos.</p>
</div>
</section>
<footer>
<p><a href=#>Home</a> | <a href=#>Browse</a> | <a href=#>Search</a></p>
<p><em>Copyright © 2017 COSC Lab 2</em></p>
</footer>
</body>
</html>