-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructor1.html
310 lines (273 loc) · 15.9 KB
/
instructor1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>About the Instructor - POI</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
<link href="./Content/img/favicon.ico" rel="icon" />
<!-- 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" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/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="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<style>
.back-to-top {
position: fixed;
right: 30px;
bottom: 30px;
z-index: 99;
}
.para p{
margin-bottom: 25px;
}
</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-body-tertiary sticky-top">
<div class="container-fluid">
<!-- Logo -->
<a class="navbar-brand" href="index.html">
<img src="content/img/logohome.png" alt="Logo" />
</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" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown pe-4 d-flex align-items-center">
<a class="nav-link" href="index1.html">
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">People</a>
</li>
</ul>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link " href="Blog.html">Blog</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="training.html">Training & courses</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="Testimonials.html">Testimonials</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="/Home/ContactUs">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
<!-- Login Button -->
<a href="/Home/Login" class="btn btn-outline-success"
style="background-color: #358f39; color: white; font-size: 20px">Login</a>
</div>
</div>
</nav>
<!-- Navbar End -->
</header>
<!-- center start -->
<div class="container-fluid">
<!-- Content -->
<div class="row align-items-center justify-content-center mt-5"
style="background-image: linear-gradient(to bottom, #fff 65%, #FF8C54 35%);">
<!-- Image Section -->
<div class="col-12 col-md-6 d-flex justify-content-center mb-4 mb-md-0">
<img src="./content/img/ankur.png" class="img-fluid" alt="Ankur Warikoo">
</div>
<!-- Text and Social Icons Section -->
<div class="col-12 col-md-6" style="text-align: left; padding-bottom: 75px;">
<!-- Text Section -->
<div>
<p class="mb-0" style="font-size: 20px; line-height: 1.5; font-weight: 400;">Know Your</p>
<h1 class="mb-0" style="font-weight: bold;">Coach, Guide & Mentor</h1>
<h2 class="mb-0" style="color: #2881c9ff; font-weight: bold;">Ankur Warikoo</h2>
</div>
<!-- Social Icons Section -->
<div class="d-flex flex-wrap mt-4">
<!-- Instagram -->
<span class="d-flex align-items-center me-3 mb-3">
<i class="bi bi-instagram me-2" style="font-size: 30px; color: #FF8C54;"></i>
<div style="font-weight: 500; font-size: 15px;">
3.5M+
<div class="pt-1">followers</div>
</div>
</span>
<!-- Twitter -->
<span class="d-flex align-items-center me-3 mb-3">
<i class="bi bi-twitter me-2" style="font-size: 30px; color: #FF8C54;"></i>
<div style="font-weight: 500; font-size: 15px;">
600k+
<div class="pt-1">followers </div>
</div>
</span>
<!-- LinkedIn -->
<span class="d-flex align-items-center me-3 mb-3">
<i class="bi bi-linkedin me-2" style="font-size: 30px; color: #FF8C54;"></i>
<div style="font-weight: 500; font-size: 15px;">
2.3M+
<div class="pt-1">followers </div>
</div>
</span>
<!-- YouTube -->
<span class="d-flex align-items-center mb-3">
<i class="bi bi-youtube me-2" style="font-size: 30px; color: #FF8C54;"></i>
<div style="font-weight: 500; font-size: 15px;">
4.5M+
<div class="pt-1">followers </div>
</div>
</span>
</div>
</div>
</div>
</div>
<div class="container-fluid" style="display: flex; justify-content: center; align-items: center; text-align: center;">
<div class="col-7 mt-3 mt-md-3 para" style="font-weight: 490; font-size: 18px;">
<p>An action-packed course, filled with frameworks and mental models that will help you launch your dream
start-up in 8 foolproof steps. Trust me, it works.</p>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Tempore, ipsa a nam ut aspernatur sunt delectus expedita laboriosam provident quo autem beatae consectetur facilis hic temporibus! Saepe quidem non libero repudiandae natus, deserunt perspiciatis expedita esse! Obcaecati amet eaque minima hic nam aliquam molestiae nobis beatae! Optio natus voluptates vitae?</p>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quia est asperiores laboriosam ab quisquam libero consequatur. Voluptates quo corrupti debitis nulla vero enim quibusdam, aspernatur sint deserunt magnam explicabo et.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nesciunt dolorum numquam alias, iste deleniti unde! Temporibus a minima ipsam autem?</p>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Vel explicabo laborum doloremque placeat et sed quo reprehenderit? Voluptatem debitis facilis similique consequatur quos odio, explicabo dolor, omnis, quisquam architecto veritatis optio reprehenderit dolore eos tenetur.</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Numquam cum, ex esse possimus eum ab fuga cumque vero modi sapiente necessitatibus itaque consequatur rerum error?
</p>
</div>
</div>
<!-- Permanent Register Button -->
<a href="register.html">
<button id="permanent-register-btn" class="permanent-register-btn">
Register <br>Here
</button>
</a>
<!-- Center end -->
<!-- Footer Start -->
<div class="container-fluid text-light footer py-5 wow fadeIn"
style=" background-image: linear-gradient(to right top, #358f39, #2881c9)" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row">
<div class="col-lg-3 col-md-6">
<h4 class="text-white mb-4">Our Office</h4>
</div>
<div class="col-lg-3 col-md-6">
<p class="mb-2">
<i class="fa fa-map-marker-alt me-3"></i>C-180A, Second Floor,
Defence Colony, New Delhi - 110024
</p>
</div>
<div class="col-lg-3 col-md-6">
<p class="mb-2">
<i class="fa fa-phone-alt me-3"></i>+91-8287700609 <br />
<i class="fa fa-phone-alt me-3"></i>+91-6371126698
</p>
</div>
<div class="col-lg-3 col-md-6">
<p class="mb-2">
<i class="fa fa-envelope me-3"></i>[email protected]
</p>
<div class="d-flex pt-2">
<a class="btn btn-square btn-outline-light rounded-circle d-flex align-items-center justify-content-center me-2"
href="https://t.me/power_of_investment" target="_blank">
<img src="content/img/icon/tele.png" class="social-icon" />
</a>
<a class="btn btn-square btn-outline-light rounded-circle d-flex align-items-center justify-content-center me-2"
href="https://www.facebook.com/Power-Of-Investments-100214445387988/">
<img src="content/img/icon/fb.png" class="social-icon" />
</a>
<a class="btn btn-square btn-outline-light rounded-circle d-flex align-items-center justify-content-center me-2"
href="https://www.youtube.com/channel/UCu2yAW-QvE4C87WE8lDhhwg" target="_blank">
<img src="content/img/icon/you.png" class="social-icon" />
</a>
<a class="btn btn-square btn-outline-light rounded-circle d-flex align-items-center justify-content-center me-2"
href="#" target="_blank"> <img src="content/img/icon/twitter.png" class="social-icon" />
<a class="btn btn-square btn-outline-light rounded-circle d-flex align-items-center justify-content-center me-2"
href="#" target="_blank">
<img src="content/img/icon/linkedin.png" class="social-icon" />
<a class="btn btn-square btn-outline-light rounded-circle d-flex align-items-center justify-content-center me-2"
href="https://www.instagram.com/invites/contact/?i=y7eb0xbkkw7m&utm_content=oiuzi48"
target="_blank">
<img src="content/img/icon/insta.png" class="social-icon" />
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Copyright Start -->
<div class="container-fluid copyright py-4" style="background-color:#fff;">
<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">Power of investment/</a>, 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="#" class="btn btn-lg btn-primary btn-lg-square rounded-circle back-to-top"><i
class="bi bi-arrow-up"></i></a>
<!-- 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>
<!-- 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> -->
</body>
</html>