-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
180 lines (180 loc) · 8.01 KB
/
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
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
<!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>PhotoGraphy Store</title>
<link rel="icon" href="img/pgStore_logo.png">
<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=Libre+Franklin&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/loader.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/catalogue.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<div class="loader">
</div>
<header>
<nav>
<a class="mainLink" href="#">PhotoGraphy Store</a>
<button class="hambergBtn" title="Menu Button">
<i class="fa fa-bars"></i>
</button>
<div class="collapseMenu">
<ul>
<li>
<a class="active" href="#home">Home</a>
<div class="activeLine"></div>
</li>
<li>
<a href="#aboutus">About Us</a>
<div class="activeLine"></div>
</li>
<li>
<a href="#catalogue">Catalogue</a>
<div class="activeLine"></div>
</li>
<li>
<a href="#contact">Contacts</a>
<div class="activeLine"></div>
</li>
</ul>
</div>
</nav>
</header>
<main>
<div class="mainImg" id="home">
<img src="img/photographer-clipart.png" alt="PhotoGrapher">
<div class="titleText">
PhotoGraphy Store
</div>
</div>
<div id="aboutus">
<h1 class="sectionHead">About Us</h1>
<div class="aboutContains">
<div class="carousalBox">
<div class="carousalTitle">Our Members</div>
<div class="carousal">
<img src="photographers/pg1.png" alt="Memeber 1">
<img src="photographers/pg2.jpg" alt="Memeber 2">
<img src="photographers/pg3.png" alt="Memeber 3">
</div>
<div class="carousalBtn">
<button id="prevBtn" onclick="carousalPrev()" title="Previous Member">
<i class="fa fa-caret-left"></i>
</button>
<button id="nextBtn" onclick="carousalNext()" title="Next Member">
<i class="fa fa-caret-right"></i>
</button>
</div>
</div>
<div class="aboutText">
<p>
We established this store on 2010.
There are three proffesional photographers in our team.
We provide high quality photshoot at very low cost.
We are trying to expand it to many states of India and we
are trying to increase our members list. We have our branches
in Kolkata, Orissa and Bangalore.
</p>
<p>
We do various types of photoshooot like photo portfolios,
pre-wedding shoots etc. We always try to deliver
the product within 3 days of shoot. If you want to
contact us, then all details are given in the contacts
section. Our representative will get in touch with you
within 24 hours.
</p>
</div>
</div>
</div>
<div id="catalogue">
<h1 class="sectionHead">Catalogue</h1>
<div class="subSec">
<h2 class="subSecHead">Pre-Wedding Photoshoot</h2>
<div class="picExmp">
<figure>
<img class="catalogueImg"
src="photoShootCata/Pre-Wedding-2018.jpg"
alt="Pre-Wedding Photoshoot Picture, Year-2018">
<figcaption>Year 2018</figcaption>
</figure>
<figure>
<img class="catalogueImg"
src="photoShootCata/Pre-Wedding-2019.jpg"
alt="Pre-Wedding Photoshoot Picture, Year-2019">
<figcaption>Year 2019</figcaption>
</figure>
<figure>
<img class="catalogueImg"
src="photoShootCata/Pre-Wedding-2020.jpg"
alt="Pre-Wedding Photoshoot Picture, Year-2020">
<figcaption>Year 2020</figcaption>
</figure>
</div>
</div>
<div class="subSec">
<h2 class="subSecHead">Pre-Wedding Photoshoot</h2>
<div class="picExmp">
<figure>
<img class="catalogueImg" src="photoShootCata/Portfolio-2018.jpg"
alt="Portfolio, Year-2018">
<figcaption>Year 2018</figcaption>
</figure>
<figure>
<img class="catalogueImg" src="photoShootCata/Portfolio-2019.jpg"
alt="Portfolio, Year-2019">
<figcaption>Year 2019</figcaption>
</figure>
<figure>
<img class="catalogueImg" src="photoShootCata/Portfolio-2020.jpg"
alt="Portfolio, Year-2020">
<figcaption>Year 2020</figcaption>
</figure>
</div>
</div>
</div>
<div id="contact">
<h1 class="sectionHead">Contact Us</h1>
<div class="contactSec">
<div class="addMap">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d471220.5630409112!2d88.04953608529773!3d22.675752093263746!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f882db4908f667%3A0x43e330e68f6c2cbc!2sKolkata%2C%20West%20Bengal!5e0!3m2!1sen!2sin!4v1634056499976!5m2!1sen!2sin"
allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="contactDet">
<h2 class="contactSubHead">Our Main Branch</h2>
Address - 123 ABC Road, Kolkata - 700XXX, West Bengal
<br>
Contact Numbar - 9167XXXXXX
<br>
Mail Us At - <a href="mailto:?subject=Your%20Subject">customer.help@pgstore.com</a>
</div>
</div>
</div>
</main>
<footer>
<div class="footText">
<a href="https://github.com/abirmondal/photographyStore" title="GitHub Repository Link">
<img src="img/GitHub-Mark-modified.png" alt="GitHub Logo">
</a>
<div class="desig">
Created By: Abir Mondal
</div>
</div>
<div class="scrollTopDiv">
<button class="scrollTop" title="Scroll To Top">
<i class="fa fa-chevron-up"></i>
</button>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>