-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchen.html
200 lines (184 loc) · 8.1 KB
/
kitchen.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="wdth=device-width, initial-scale=1.0">
<title>Maynooth</title>
<link rel="icon" type="image/x-icon" href="pictures/logo/favicon.png">
<link rel="stylesheet" href="style1.css">
</head>
<body>
<header class="header">
<!-- Top Navigation Menu -->
<!-- <div class ="nav-vis-cont"> -->
<span class = "logo-pic">
<a class = "logoN" href="index.html"> <img src = "pictures/logo/maynoothLOGO.png" width="37" height="25" alt="logo">MAYNOOTH</a>
</span>
<!-- Hamburger icon -->
<input class="side-menu" type="checkbox" id="side-menu">
<label class="hamb" for="side-menu">
<span class="hamb-line"></span>
</label>
<!-- </div> -->
<nav class="nav">
<ul class="menu">
<!-- <li class = "nav_item">
<div class ="logo"><a class = "logo-im" href="homeMaynooth.html"> <p>MAYNOOTH</p></a></div>
</li> -->
<li class = "nav_item">
<p><a href="kitchen.html">KITCHEN</a></p>
</li>
<li class = "nav_item">
<p><a href="product.html">PRODUCT</a></p>
</li>
<li class = "nav_item">
<p><a href="inspiration.html">INSPIRATION</a></p>
</li>
<li class = "nav_item">
<p><a href="contactUs.html">CONTACT</a></p>
</li>
</ul>
</nav>
</header>
<main>
<div class = "kitchen-title">
<h2>
Best choices for your kitchen
</h2>
</div>
<div class = "kitchen__container">
<!-- <div class = "back-to">
<p><a href="homeMaynooth.html">Back to home page</a></p>
</div> -->
<div class = "kitchen-main_container">
<div class="kitch-block">
<img src = "pictures/kitchen/main_kitch1.jpg"
alt="Blue pans for kitchen" width="480" height="500">
<p>New sets of pans and crockery</p>
</div>
<div class="kitch-block">
<img src = "pictures/kitchen/main_kitch2.jpg"
alt="Shelves and ceramic" width="480" height="500">
<p>Buy shelves and get a set of ceramic plates </p><p>for a half
price only </p>
</div>
</div>
<h2>Popular products</h2>
<div class = "grid__container">
<!-- 1st row -->
<div>
<img src = "pictures/kitchen/kitchGlass.jpg" width="270" height="300" alt="kitchen glass">
<div class = "text-heart">
<p>Set of glass containers</p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
<div>
<img src = "pictures/kitchen/kitchTable.jpg" width="270" height="300" alt="kitchen table">
<div class = "text-heart">
<p> <a href = "product.html">Wooden table and chairs</a></p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
<div>
<img src = "pictures/kitchen/kitchDrawers.jpg" width="270" height="300" alt="kitchen drawers">
<div class = "text-heart">
<p>Kitchen drawers</p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
<!-- 2nd row -->
<div >
<img src = "pictures/kitchen/kitchGlass.jpg" width="270" height="300" alt="kitchen glass">
<div class = "text-heart">
<p>Set of glass containers</p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
<div>
<img src = "pictures/kitchen/kitchTable.jpg" width="270" height="300" alt="kitchen table">
<div class = "text-heart">
<p>Wooden table and chairs</p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
<div>
<img src = "pictures/kitchen/kitchDrawers.jpg" width="270" height="300" alt="kitchen drawers">
<div class = "text-heart">
<p>Kitchen drawers</p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
<!-- 3rd row -->
<div>
<img src = "pictures/kitchen/kitchGlass.jpg" width="270" height="300" alt="kitchen glass">
<div class = "text-heart">
<p>Set of glass containers</p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
<div>
<img src = "pictures/kitchen/kitchTable.jpg" width="270" height="300" alt="kitchen table">
<div class = "text-heart">
<p>Wooden table and chairs</p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
<div>
<img src = "pictures/kitchen/kitchDrawers.jpg" width="270" height="300" alt="kitchDrawers">
<div class = "text-heart">
<p>Kitchen drawers</p>
<img src = "pictures/other/heart.png" width="27" height="25" alt="heart">
</div>
</div>
</div>
</div>
</main>
<footer>
<div class = "footer__container">
<div class=" footer-cont1">
<div class="footer_block">
<p>Links</p>
<div>
<ul class="f-menu">
<li class = "f-item">
<p><a href="kitchen.html">Kitchen</a></p>
</li>
<li class = "f-item">
<p><a href="product.html">Product</a></p>
</li>
<li class = "f-item">
<p><a href="inspiration.html">Inspiration</a></p>
</li>
<li class = "f-item">
<p><a href="contactUs.html">Contact</a></p>
</li>
</ul>
</div>
</div>
<div class="footer_block">
<p>Info</p>
<div>
<p>Shipping in EU</p>
<p>Free delivery for permanent clients</p>
<p>Making you feel home</p>
<p>since 2020</p>
</div>
</div>
<!-- <div class="footer_block">
Footer 3
</div> -->
</div>
<div class="footer-cont">
<div class="footer_end">
<p>Maynooth</p>
<p>Made as a student project</p>
<p>at UHK FIM</p>
<p>by Anhelina Kulkova</p>
<p>last updated: 04.07.2023</p>
</div>
</div>
</div>
</footer>
</body>
</html>