-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gallery.html
124 lines (98 loc) · 4.24 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
<!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>About us </title>
<link rel="icon" href="images/logo.png" sizes="16x16" type="image/jpg">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
</html>
<section>
<header>
<div id="menu-bar" class="fas fa-bars"></div>
<a href="/"><img src="images/logo.png" alt="" height="50" width="50"></a>
<a href="/" class="logo"><span>Aurangabad</span>Ploggers</a>
<nav class="navbar">
<a href="/">home</a>
<a href="/About.html">About Us</a>
<a href="/Events.html">Events</a>
<a href="/Join us.html">Join us</a>
<a href="/Gallery.html">Gallery</a>
<a href="/Featured.html">Featured</a>
<a href="/Contact.html">contact us</a>
</nav>
<div class="icons">
<i class="fas fa-search" id="search-btn"></i>
</div>
<form action="search" class="search-bar-container">
<input type="search" id="search-bar" placeholder="search here...">
<label for="search-bar" class="fas fa-search"></label>
</form>
</header>
</section>
<section class="home" id="home">
<div class="content">
<h3>Gallery</h3>
</div>
</section>
<!-- footer section -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>about us</h3>
<a href="https://www.google.com/maps/place/Aurangabad,+Maharashtra/@19.8700415,75.1651153,11z/data=!3m1!4b1!4m5!3m4!1s0x3bdb9815a369bc63:0x712d538b29a2a73e!8m2!3d19.8761653!4d75.3433139">
<h1>Aurangabad, Maharashtra, India -431001
</h1></a>
<a href="#"><img alt="" src="/images/whatsapp.png" height="70" width="200" class="btn"></a>
</div>
<div class="box">
<h3>Contact Us </h3>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<i style="font-size:24px" class="fa">
<a href="tel:+918856859643">+91 8856859643 </a></i>
<i style="font-size:24px" class="fa">
<a href = "mailto:email">aurangabadploggers@gmail.com</a></i>
</div>
<div class="box">
<h3>quick links</h3>
<a href="/">home</a>
<a href="/About.html">About Us</a>
<a href="/Events.html">Events</a>
<a href="/Join us.html">Join us</a>
<a href="/Gallery.html">Gallery</a>
<a href="/Featured.html">Featured</a>
<a href="/Contact.html">contact us</a>
</div>
<div class="box">
<h3>follow us on</h3>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<div class="hero">
<h1></h1>
<div class="home__social-icon">
<a href="https://www.instagram.com/aurangabadploggers/"><i class="fab fa-instagram"> Instagram</i></a>
<a href="https://www.facebook.com/aurangabadploggers/"><i class="fab fa-facebook"> Facebook</i></a>
<a href="https://in.linkedin.com/company/aurangabadploggers"><i class="fab fa-linkedin"> Linkedin</i></a>
<a href="https://twitter.com/Abadploggers"><i class="fab fa-twitter"> Twitter</i></a>
<a href="https://www.youtube.com/channel/UCCeYFkxfoLtNWXcqDG9nmkw"><i class="fab fa-youtube"></i>Youtube</a>
</div>
</div>
</div>
</div>
<h1 class="credit">
©Aurangabad Ploggers 2023 </span> | all rights reserved! </h1>
</section>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- custom js file link -->
<script src="script.js" async defer></script>
</body>
</html>