-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
79 lines (73 loc) · 2.35 KB
/
about-us.html
File metadata and controls
79 lines (73 loc) · 2.35 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
68
69
70
71
72
73
74
75
76
77
78
79
<DOCTYPE html>
<html>
<head>
<title>About Us</title>
<link type="text/css" rel="stylesheet"
href="css/my-first-stylesheet.css"/>
</head>
<body>
<header>
The Cheese Eaters
</header>
<nav>
<ul>
<li><a href="index.html">Main</a>
<li><a href="main.html">Menu</a>
<li><a href="selected">About Us</li>
<li><a href="our-cheese.html">Types of Cheese</a></li>
<li><a href="choose-cheese.html">Choose Cheese</a>
<li><a href="cheese-info.html">Cheese Info</a>
</ul>
</nav>
</header>
<article>
<h1>About The Cheese Eaters</h1>
<p>Our names are Jacob, Jason and Celia.</p>
<section>
<p><img src="images/cheese.png"
alt="Picture Of Cheese"/>
<img src="images/cheese5.png"
alt="Picture Of Cheese"/></p>
</section>
<section>
<h2>Jacob - Master Cheese Eater</h2>
<img src= images/JACOB.png / align="left" />
<p>Jacob really likes to eat cheese. He eats alot of cheese and different kinds of cheese. If he sees a type of cheese he hasnt tasted yet he really wants to try it.</p>
</section>
<section>
<h2>Jason - Pro Cheese Eater</h2>
<img src="images/JASON.png"
<p>Jason also really likes to eat cheese. He likes eating cheese on bread or with something else.</p>
</section>
<section>
<h2>Celia - Pro Cheese Eater</h2>
<img src="images/CELIA.png" align="left" />
<p>Celia eats alot of cheese and she usually doesn't eat cheese blocks straight up.</p>
</section>
<aside>
<section>
<h2>Buy some cheese!</h2>
You can buy some cheese at a grocery store or for more complex cheese go to a cheese shop.<a href="https://www.google.ca/maps/search/cheese+shop">Nearby Cheese Shops</a>
</section>
</aside>
</article>
<footer>
<p class="contact">Contact E-mail: jacob@ilikecake.ca <a href="mailto:jacob@ilikecake.ca"> Contact Us</a>
</footer>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=11645837;
var sc_invisible=1;
var sc_security="8b099659";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/11645837/0/8b099659/1/" alt="Web
Analytics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>