-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (33 loc) · 1018 Bytes
/
index.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
<body>
<!-- header -->
<header>
<section class="head">
<img src="./resources/images/logo.png" alt="logo" >
</section>
</header>
<!-- Jumbotron -->
<!-- Changesection/ shop -->
<section class="navigation">
</section>
<section class="product-grid">
<section class="products">
<figure class="pen">
<img src="./resources/images/pen.png" alt="Exploding Pen">
<figcaption>Exploding Pen</figcaption>
</figure>
<figure class="watch">
<img src="./resources/images/watch.png" alt="Cellular Watch">
<figcaption>Cellular Watch</figcaption>
</figure>
<figure class="glasses">
<img src="./resources/images/glasses.png" alt="Thermal Glasses">
<figcaption>Thermal Glasses</figcaption>
</figure>
</section>
<section class="location-hours">
</section>
</section>
<footer>
</footer>
</body>
</html>