-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
359 lines (324 loc) · 17.9 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!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>Master Stock Market Trading & Investment | Leading Financial Education Institute - Power of Investment</title>
<!-- <meta name="description" content="Power of Investment empowers individuals with financial literacy and stock market training for all levels. Offering paid and free courses, we provide expert-led education to make informed investment decisions. Our mission is to expand financial knowledge across India, especially in underserved communities.">
<meta name="keywords" content="FinancialLiteracy, StockMarketTraining, FinancialEducation, InvestmentCourses, FreeFinancialResources, ExpertFinancialAdvice, FinancialEmpowerment, RuralFinancialEducation, WealthBuilding, FinancialIndependence">
<link href="./Content/img/favicon.ico" rel="icon" /> -->
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Libraries Stylesheet -->
<!-- Google Web Fonts -->
<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=Jost:wght@500;600;700&family=Open+Sans:wght@400;500&display=swap"
rel="stylesheet" />
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Libraries Stylesheet -->
<link rel="stylesheet" href="./content/css/style2.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="./content/css/style2.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css" rel="stylesheet">
<style>
.custom-button {
display: block;
width: 100%;
margin-bottom: 0.5rem; /* Ensure there is consistent spacing */
text-align: center;
/* Add any additional custom styles you need */
}
/* Ensure buttons in this specific row are styled correctly */
/* .row.custom-row .btn {
} */
</style>
</head>
<body class="hold-transition skin-green sidebar-mini">
<header class="main-header fixed-top">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-white sticky-top">
<div class="container-fluid">
<!-- Logo -->
<a class="navbar-brand" href="/Home/Index">
<img src="content/img/logohome.png" alt="Logo" width="258" height="38" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" style="font-weight: 450">
<ul class="navbar-nav mb-2 mb-lg-0 ms-auto">
<li class="nav-item pe-4">
<a class="nav-link" href="index.html" id="nav-home">Home</a>
</li>
<li class="nav-item dropdown pe-4 d-flex align-items-center">
<a class="nav-link" href="about.html" id="nav-about">
About Us
</a>
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" style="padding-left: 0px;">
<span class="dropdown-toggle-icon"></span>
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="people.html" id="nav-people">People</a>
</li>
</ul>
</li>
<li class="nav-item pe-4">
<a class="nav-link active" href="gallery.html" id="nav-gallery">Gallery</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="blog.html" id="nav-blog">Blog</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="training.html" id="nav-training">Training & courses</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="testimonials.html" id="nav-testimonials">Testimonials</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="contact.html" id="nav-contact">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
<!-- Login Button -->
<a href="/Home/Login" class="btn btn-outline-primary" style="font-size: 21px">Login</a>
</div>
</div>
</nav>
<!-- Navbar End -->
</header>
<!-- center start -->
<div class="team-box text-white"
style="height: 220px; margin-top: 65px; background-image: linear-gradient(to left bottom, #063860, rgb(77, 77, 199));">
<h2 class="pt-5 ps-5" style="font-weight: 1000; font-size: 40px; "> Gallery</h2>
<p class="ps-5 fs-5">We're proud of what we do</p>
</div>
<div class="our-team ">
<p class="team-t pt-5 ps-5 text-center" style="color: green; font-weight: 800;">GALLERY</p>
<h3 class="ps-5 text-center" style="font-weight: 500;">See it for yourself</h3>
<div class="lightbox-gallery">
<div class="container">
<div class="intro">
</div>
<div class="row photos">
<div class="col-sm-6 col-md-4 col-lg-3 item">
<a href="content/img/gallery/1g.jpg" data-lightbox="photos">
<img class="img-fluid" src="content/img/gallery/1g.jpg" alt="Gallery Image 1">
</a>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 item"><a href="content/img/gallery/2g.jpg"
data-lightbox="photos"><img class="img-fluid" src="content/img/gallery/2g.jpg"
alt="Gallery Image 2"></a></div>
<div class="col-sm-6 col-md-4 col-lg-3 item"><a href="content/img/gallery/3g.jpg"
data-lightbox="photos"><img class="img-fluid" src="content/img/gallery/3g.jpg"></a></div>
<div class="col-sm-6 col-md-4 col-lg-3 item"><a href="content/img/gallery/4g.jpg"
data-lightbox="photos"><img class="img-fluid" src="content/img/gallery/4g.jpg"></a></div>
<div class="col-sm-6 col-md-4 col-lg-3 item"><a href="content/img/gallery/5g.jpg"
data-lightbox="photos"><img class="img-fluid" src="content/img/gallery/5g.jpg"></a></div>
<div class="col-sm-6 col-md-4 col-lg-3 item"><a href="content/img/gallery/6g.jpg"
data-lightbox="photos"><img class="img-fluid" src="content/img/gallery/6g.jpg"></a></div>
<div class="col-sm-6 col-md-4 col-lg-3 item"><a href="content/img/gallery/1g.jpg"
data-lightbox="photos"><img class="img-fluid" src="content/img/gallery/1g.jpg"></a></div>
<div class="col-sm-6 col-md-4 col-lg-3 item"><a href="content/img/gallery/2g.jpg"
data-lightbox="photos"><img class="img-fluid" src="content/img/gallery/2g.jpg"></a></div>
</div>
</div>
</div>
<!-- Popup Structure -->
<!-- <div id="popup" class="popup" style="display:none;">
<div class="popup-content">
<span class="close-btn">×</span>
<p>
New Batch starting from 17th October 2024.<br />Limited seats
available. Register at the earliest.
</p>
<button id="register-btn">Register Here</button>
</div>
</div> -->
<!-- Permanent Register Button -->
<a href="register.html">
<button id="permanent-register-btn" class="permanent-register-btn">
Register <br>Here
</button>
</a>
<a href="https://web.whatsapp.com/send?phone=8287700609&text=Hello!%20I%20need%20assistance."
class="whatsapp-chat-button"
target="_blank"
title="Chat with us on WhatsApp">
<i class="bi bi-whatsapp"></i>
</a>
<script>
// Function to detect if the user is on a mobile device
function isMobile() {
return /Mobi|Android|iPhone/i.test(navigator.userAgent);
}
// Get the contact link element
var contactLink = document.getElementById('contact-link');
// Set the appropriate behavior based on the device
if (isMobile()) {
// For mobile, clicking the link should start a call
contactLink.setAttribute('href', 'tel:+918287700609');
} else {
// For desktop, clicking the link should open WhatsApp
contactLink.setAttribute('href', 'https://wa.me/918287700609');
}
</script>
</div>
<!-- Center end -->
<!-- Footer Start -->
<div class="container-fluid text-light footer mt-2 py-3 wow fadeIn"
style="background-image: linear-gradient(to right top, #063860, #063860)" data-wow-delay="0.1s">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="fa fa-phone-alt me-2"></span>
<a href="javascript:void(0)" id="contact-link" class="text-decoration-none" style="color: white;">+918287700609</a>
</div>
<div class="col-md-4">
<i class="fa fa-envelope me-3"></i>
<a href="mailto:[email protected]" class="text-decoration-none text-light">[email protected]</a>
</div>
<div class="col-md-4 d-flex align-items-center">
<div class="col">
<a href="https://www.facebook.com/Power-Of-Investments-100214445387988/" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-facebook-f" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://www.youtube.com/channel/UCu2yAW-QvE4C87WE8lDhhwg" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-youtube" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://www.instagram.com/invites/contact/?i=y7eb0xbkkw7m&utm_content=oiuzi48" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-instagram" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://t.me/power_of_investment" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-telegram-plane" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://www.twitter.com" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-twitter" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://www.linkedin.com" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-linkedin-in" style="color: #000;"></i>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row mt-5 custom-row">
<div class="col-md-3">
<a href="#" class="btn btn-outline-primary custom-button">Privacy Policy</a>
</div>
<div class="col-md-3">
<a href="#" class="btn btn-outline-primary custom-button">Terms of Use</a>
</div>
<div class="col-md-2">
<a href="#" class="btn btn-outline-primary custom-button">Refund Policy</a>
</div>
<div class="col-md-2">
<a href="#" class="btn btn-outline-primary custom-button">FAQs</a>
</div>
<div class="col-md-2">
<a href="#" class="btn btn-outline-primary custom-button">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Copyright Start -->
<div class="container-fluid copyright py-4" style="background-color: #0080ff;">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
©
<a class="border-bottom" href="https://powerofinvestment.co.in"></a>Power of investment/, All Right
Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
Designed By Power of investment
</div>
</div>
</div>
</div>
<!-- Copyright End -->
<!-- Back to Top -->
<a href="#" id="backToTopBtn" class="btn btn-lg btn-primary btn-lg-square rounded-circle" style="
position: fixed;
bottom: 20px;
right: 20px;
display: none; /* Initially hidden */
z-index: 1000; /* Ensure it appears above other content */
">
<i class="bi bi-arrow-up"></i>
</a>
<script>
window.onscroll = function() {
var backToTopButton = document.getElementById('backToTopBtn');
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
backToTopButton.style.display = 'block';
} else {
backToTopButton.style.display = 'none';
}
};
</script>
<!-- for register here -->
<script>
window.onload = function () {
var popup = document.getElementById("popup");
var closebtn = document.querySelector(".close-btn");
var permanentRegisterBtn = document.getElementById("permanent-register-btn");
// Close the popup when the close button is clicked
closebtn.onclick = function () {
popup.style.display = "none";
permanentRegisterBtn.style.display = "block"; // Show the permanent button
};
// Show the popup when the permanent "Register Here" button is clicked
permanentRegisterBtn.onclick = function () {
popup.style.display = "block";
permanentRegisterBtn.style.display = "none"; // Hide the permanent button
};
};
</script>
<!-- JS library -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>