-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
200 lines (193 loc) · 6.72 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
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 name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
<script src="https://www.gstatic.com/firebasejs/7.7.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.7.0/firebase-storage.js"></script>
<script src="js/admin.js"></script>
<script src="js/animations.js"></script>
<title>Gallery</title>
</head>
<body>
<header>
<nav class="navbar">
<div class="menucontainer">
<a href="index.html"
><img
class="logo"
src="images/Logo.jpg"
alt="ArtGalleryLogo"
height="90"
/></a>
<ul class="nav-menu">
<li>
<a href="index.html">
<i class="fas fa-home fa-lg" aria-hidden="true"></i>
<span>Home</span>
</a>
</li>
<li>
<a href="#" class="active">
<i class="fa-solid fa-tag fa-lg" aria-hidden="true"></i>
<span>Gallery</span>
</a>
</li>
<li>
<a href="about.html">
<i class="fa-solid fa-circle-info fa-lg" aria-hidden="true"></i>
<span>About</span>
</a>
</li>
<li>
<a href="contact.html">
<i class="fa-solid fa-phone fa-lg" aria-hidden="true"></i>
<span>Contact Us</span>
</a>
</li>
<li>
<a href="admin.html">
<i class="fa-solid fa-phone fa-lg" aria-hidden="true"></i>
<span>Admin</span>
</a>
</li>
</ul>
</div>
</nav>
<!-- header container ends here -->
</header>
<section>
<div class="banner-section">
<h2>Gallery</h2>
</div>
</section>
<section class="gallery-section">
<div id="filters" class="toolbar mb2 mt2">
<button class="btn fil-cat filter active" href="" data-filter="all">
All
</button>
<button class="btn fil-cat filter" data-rel="web" data-filter=".web">
Fictional
</button>
<button
class="btn fil-cat filter"
data-rel="flyers"
data-filter=".flyers"
>
Nature
</button>
<button
class="btn fil-cat filter"
data-rel="bcards"
data-filter=".bcards"
>
History
</button>
</div>
<div style="clear: both"></div>
<div id="portfolio">
<!-- <div class="tile scale-anm web"></div> -->
</div>
</section>
<div style="clear: both"></div>
<div class="mobilemenu">
<a href="index.html" style="text-decoration: none">
<div class="col-sm-2">
<span>Home</span>
</div>
</a>
<a href="gallery.html" class="active" style="text-decoration: none">
<div class="col-sm-2">
<span>Gallery</span>
</div>
</a>
<a href="about.html" style="text-decoration: none">
<div class="col-sm-2">
<span>About</span>
</div>
</a>
<a href="contact.html" style="text-decoration: none">
<div class="col-sm-2">
<span>Contact Us</span>
</div>
</a>
<a href="admin.html" style="text-decoration: none">
<div class="col-sm-2">
<span>Admin</span>
</div>
</a>
</div>
<footer>
<div class="container">
<div class="footer-sections">
<div class="column-4">
<div class="footer-nav">
<h4>Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="column-4">
<div class="social-links">
<h4>Follow Us</h4>
<a href="https://www.facebook.com/">
<img src="images/facebook-square.svg" alt="FB" height="40" />
</a>
<a href="https://twitter.com/i/flow/login">
<img
src="images/square-x-twitter.svg"
alt="Twitter"
height="40"
/>
</a>
<a href="https://www.instagram.com/">
<img src="images/instagram.svg" alt="Insta" height="40" />
</a>
</div>
</div>
<div class="column-4">
<div class="Contact Us">
<p>
<strong>Hours </strong><br />Tuesday-Friday: 7am-8:30pm<br />Saturday:
6am-5pm<br />Sunday: 6am-5pm
</p>
<p>Monday: <strong>CLOSED</strong></p>
<p>1076 King Street West<br />Toronto, Ontario<br />M5E 8Y5</p>
<p>
<strong>Phone</strong>:
<a href="tel:+16473637662"> 647-363-8549</a>
</p>
</div>
</div>
<div class="column-4">
<div class="map">
<h4>Find us here</h4>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d23091.415734739985!2d-79.42023590111478!3d43.660089247862054!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b35c2d8e22427%3A0x474ce2b07f43148!2sFENTSTER%20Gallery!5e0!3m2!1sen!2sca!4v1713321301420!5m2!1sen!2sca"
width="100%"
height="250"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
</div>
</div>
</footer>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
<script src="js/gallery.js"></script>
<script src="js/gallerydetails.js"></script>
</body>
</html>