-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
167 lines (153 loc) · 7.33 KB
/
gallery.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gallery</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="styles/gallery.css">
<link rel="stylesheet" href="styles/headerFooter.css">
<link rel="stylesheet" href="styles/screensaver.css">
<link rel="stylesheet" href="styles/responsive/gallery-responsive.css">
<!-- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
</head>
<body>
<img id="ss_logo" src="./sprites/logo.png" height="70" width="50" alt="" style="display: none;">
<canvas id="canvas"></canvas>
<main>
<header>
<nav>
<div class="menu-icon">
<span class="fa fa-bars fa-2x"></span>
<ul>
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="gallery.html">GALLERY</a>
</li>
<li>
<a href="order.html">ORDER</a>
</li>
<li>
<a href="makeBurger.html">CREATE</a>
</li>
<li>
<a href="team.html">TEAM</a>
</li>
</ul>
</div>
<div class="nav-logo-title">
<div>
<img src="sprites/home/Footer Logo.png" alt="">
</div>
<div class="nav-title">
<h2>BURGER</h2>
<h2><span class="yellow">KE</span>NG</h2>
</div>
</div>
</nav>
</header>
<h1>OUR MENU</h1>
<div class="burgers">
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/chicken.png" alt="">
<h3 class="shop-item-title">Chicken Deluxe</h3>
<p>Chicken meat, with lots of lettuce, mozzarella cheese.</p>
<h3 class="orange shop-item-price">IDR 40K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/classic.png" alt="">
<h3 class="shop-item-title">The Classic</h3>
<p>Our classic burger, onions, lettuce, cheddar cheese, BBQ sause, meat</p>
<h3 class="orange shop-item-price">IDR 50K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/bigben.png" alt="">
<h3 class="shop-item-title">BIG BEN</h3>
<p>Beef cutlet, bacon, cheddar and cheese, mushroom, onions, lettuce special BIG BEN sauce</p>
<h3 class="orange shop-item-price">IDR 59K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/vegan.png" alt="">
<h3 class="shop-item-title">Vegan Time</h3>
<p>For the vvegan people out there! Some love for you!</p>
<h3 class="orange shop-item-price">IDR 35K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/bigchicken.png" alt="">
<h3 class="shop-item-title">Chicken Tower</h3>
<p>Triple chicken burger, what can go wrong here?</p>
<h3 class="orange shop-item-price">IDR 59K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/bigmac.png" alt="">
<h3 class="shop-item-title">Better Big Mac</h3>
<p>No description needed. It is Big Mac, but 1000% better.</p>
<h3 class="orange shop-item-price">IDR 55K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/fishy.png" alt="">
<h3 class="shop-item-title">King of the Sea</h3>
<p>This is Aquaman's favourite buger. No cap.</p>
<h3 class="orange shop-item-price">IDR 40K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/fries.png" alt="">
<h3 class="shop-item-title">McDee Special</h3>
<p>Crispy french fries, better than McDee's. We guarantee you <3. </p>
<h3 class="orange shop-item-price">IDR 20K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
<div class="burger-container">
<img class="shop-item-image" src="sprites/Gallery/blacky.png" alt="">
<h3 class="shop-item-title">Big Black Burger</h3>
<p>Once you go black, you cannot go back.</p>
<h3 class="orange shop-item-price">IDR 69K</h3>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
</main>
<footer>
<div class="footer-logo">
<img src="sprites/home/Footer Logo.png" alt="">
<div class="motto">"the best burger
since 1993"
</div>
</div>
<div class="social-media">
<a href="https://twitter.com">
<img src="sprites/home/twitter_logo.png" alt="">
</a>
<a href="https://facebook.com">
<img src="sprites/home/facebook_logo.png" alt="">
</a>
<a href="https://instagram.com">
<img src="sprites/home/instagram_logo.png" alt="">
</a>
</div>
<div class="footer-info">
<div class="location">
<img src="sprites/home/geo_logo.png" alt="">
<h2>69 Baker Street</h2>
</div>
<div>
<img src="sprites/home/phone_logo.png" alt="">
<h2><span>(031)</span> 6969 6969</h2>
</div>
</div>
</footer>
</body>
<script src="script/jquery-3.5.1.min.js"></script>
<script src="script/gallery.js"></script>
<script src="script/screensaver.js"></script>
</html>