-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathourBrand.html
90 lines (80 loc) · 4.27 KB
/
ourBrand.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Our Brand</title>
<link href="css/reset.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/main.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<div id="siteContainer">
<main>
<header class="mainHeader">
<h2 class="hidden"> Main Header </h2>
<div class="logoHeader"><img src="images/puma_logo_90px.png" alt="Puma Logo"></div>
<nav class="mainNav">
<h2 class="hidden"> Main Nav </h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="ourBrand.html">Our Brand</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="promotions.html">Promotions</a></li>
</ul>
</nav>
<div class="searchBar">
<img src=images/magnifying_glass.png alt="Magnifying Glass">
<p>Search</p>
</div>
</header>
<section class="heroImg">
<h2 class="hidden">Hero Image</h2>
<img src="images/ourBrand_rust.jpg" alt="Hero Image">
</section>
<section class="ourBrndInfo">
<h2 class="hidden">Our Brand Content</h2>
<section class="brandP1">
<h2> Our Brand </h2>
<div class="lineDivider"></div>
<p>Speed Orbiter's beer is crafted in London, Ontario and has had a quick start in 2020. It's a province where the flowing water and lush greenery has a distinct beauty, with distinctive culture and of course, exceptional beer. Wine country is where it's at but the beer that comes out of Ontario is top notch which also allows for unique flavours. Our inspiration has come from other successful Ontario breweries, We derived our flavours and values from the history of Alexander Keith's and take the management styles of Puma for a successful dynamic duo.</p>
</section>
<section class="brandImgAndP">
<div class="infoAndpic">
<div class="brndInfo1And2">
<img src="images/ourBrand_eastCoast.jpg" alt="Our Brand Img">
<h5>History</h5>
<p>Speed Orbiter is a brewery in London Ontario, Canada. It is part of Anheuser-Busch InBev, a holdings company based in Leuven, Belgium. The brewery was founded in 2020 by Greg Avery and Gerrit Acheson who had purchased a lottery ticket and bought out the old Alexander Keith's brand. They decided to use the rest of the money to purchase the Puma brand as well a create a mashup. In partnership with Labatt Breweries the Speed Orbiter Beer was born. The Speed Orbiter Pale Ale (IPA) is just getting started but is already breaking records with sales. The beer is on target to being the most popular beer in North America and soon the world.</p>
</div>
<div class="brndInfo1And2">
<img src="images/ourBrand_wheat.jpg" alt="Our Brand Wheat Img">
<h5>Local Products</h5>
<p>Some unique aspects about Speed Orbiter is that they have special flavors and styles of beer. These flavors also include products that are either locally grown or products that are produced around Ontario. Some examples of small companies that work together with Alexander Keith’s are the “Tavistock Hops Company” who supply the Hops for the Signature Brew, and “Harvest Hop and Malt” who supplies the Malt for the Eastside Brew.</p>
</div>
</div>
</section>
</section>
<footer class="mainFooter">
<h2 class="hidden">Main Footer</h2>
<div class="logoFooter"><img src="images/puma_logo_90px.png" alt="a.kieths_puma_logo"></div>
<nav class="footerNav">
<h2 class="hidden">Footer Nav</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="ourBrand.html">Our Brand</a></li>
</ul>
</nav>
<nav class="footerNav">
<h2 class="hidden">Footer Nav 2</h2>
<ul>
<li><a href="contact.html">Contact</a></li>
<li><a href="promotions.html">Promotions</a></li>
</ul>
</nav>
<p class="copyright">c PUMA Speed Orbiter 2020</p>
</footer>
</main>
</div>
<script src="js/main.js"></script>
</body>
</html>