-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
109 lines (106 loc) · 4.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gallery</title>
<link rel="stylesheet" href="gallery.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Alegreya&family=Alegreya+Sans:ital,wght@0,100;0,300;1,100&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="logo_bar">
<img src="img/logo-bar .png" alt="Bakery">
</div>
<div class="cont_bar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="our_offer.html">Our Offer</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<section class="paper01">
<h1>Gallery </h1>
<p> Awesome gallery showcasing our artisan bakings. </p>
</section>
<section class="paper02">
<div class="box-img back01">
<a href="img/0-Gallery/1.jpg" target="_blank">
<img src="img/0-Gallery/zoom.png" alt="">
</a>
</div>
<div class="box-img back02">
<a href="img/0-Gallery/2.jpg" target="_blank">
<img src="img/0-Gallery/zoom.png" alt="">
</a>
</div>
<div class="box-img back03">
<a href="img/0-Gallery/3.jpg" target="_blank">
<img src="img/0-Gallery/zoom.png" alt="">
</a>
</div>
<div class="box-img back04">
<a href="img/0-Gallery/4.jpg" target="_blank">
<img src="img/0-Gallery/zoom.png" alt="">
</a>
</div>
<div class="box-img back05">
<a href="img/0-Gallery/5.jpg" target="_blank">
<img src="img/0-Gallery/zoom.png" alt="">
</a>
</div>
<div class="box-img back06">
<a href="img/0-Gallery/6.jpg" target="_blank">
<img src="img/0-Gallery/zoom.png" alt="">
</a>
</div>
</section>
<footer>
<div class="footer_up">
<div class="box_footer">
<h4>About us </h4>
<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur</p>
<p>We are the champions! We are the most amazing theme of all time, yeah. </p>
</div>
<div class="box_footer">
<h4>Why we are special? </h4>
<li><img src="img/Footer/li.png" alt="img">Our magical recipe. </li>
<li><img src="img/Footer/li.png" alt="img">We care about environment. </li>
<li><img src="img/Footer/li.png" alt="img">We are trusted by hundreds of clients. </li>
<li><img src="img/Footer/li.png" alt="img">Social media loves us! </li>
<li><img src="img/Footer/li.png" alt="img">This list is super easy to create. </li>
</div>
<div class="box_footer">
<h4>Opening Hours </h4>
<li><img src="img/Footer/li.png" alt="img">Monday 10AM - 9PM
</li>
<li><img src="img/Footer/li.png" alt="img">Tuesday 10AM - 9PM </li>
<li><img src="img/Footer/li.png" alt="img">Wednesday 10AM - 9PM </li>
<li><img src="img/Footer/li.png" alt="img">Thursday 10AM - 10PM </li>
<li><img src="img/Footer/li.png" alt="img">Friday 10AM - 10PM </li>
<li><img src="img/Footer/li.png" alt="img">Weekends 10AM - 11PM
</li>
</div>
<div class="box_footer">
<h4>Opening Hours </h4>
<li><img src="img/Footer/place.png" alt="img">Manchester Road 123-78B, Silictown 7854MD, Great Country </li>
<li><img src="img/Footer/phone.png" alt="img"><a href="tel:+46 123 456 789"> +46123456789</a> </li>
<li><img src="img/Footer/mail.png" alt="img"><a href="mailto:hello@sitename.com">hello@sitename.com</a>
</li>
<li><img src="img/Footer/web.png" alt="img"><a href="http://www.sitename.com">http://www.sitename.com</a>
</li>
</div>
</div>
<div class="footer_bottom">
<img src="img/Footer/logo_bottom.png" alt="img">
<p>Copyright 2017. All rights reserved. </p>
</div>
</footer>
</body>
</html>