-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinance copy.html
More file actions
459 lines (438 loc) · 27.4 KB
/
Finance copy.html
File metadata and controls
459 lines (438 loc) · 27.4 KB
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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="style_navbar.css">
<link rel="stylesheet" href="style_technology.css">
<link rel="stylesheet" href="style_aboutUs.css">
<link rel="stylesheet" href="style_finance.css">
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a href="navbar.html">
<img src="Consultancy.jpg" alt="Consultify Logo" class="logo-img">
</a>
<a class="navbar-brand me-auto" href="#">Consultify Hub</a>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">Consultify Hub</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-center flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link mg-lg-2 drp" id="active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#About-us" id="aboutDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
About
</a>
<ul class="dropdown-menu" aria-labelledby="aboutDropdown">
<li><a class="dropdown-item" href="OurOrganization.html">Our Organization</a></li>
<li><a class="dropdown-item" href="aboutUs.html">Our Team</a></li>
<li><a class="dropdown-item" href="OurJourney.html">Our Journey</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link mg-lg-2 dropdown-toggle" href="#" id="aboutDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">Services</a>
<ul class="dropdown-menu" aria-labelledby="aboutDropdown">
<li><a class="dropdown-item" href="OurOrganization.html">Executive Search</a></li>
<li><a class="dropdown-item" href="aboutUs.html">Our Team</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link mg-lg-2 dropdown-toggle" href="#" id="aboutDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">Expertise</a>
<ul class="dropdown-menu" aria-labelledby="aboutDropdown">
<li><a class="dropdown-item" href="Technology.html">Technology</a></li>
<li><a class="dropdown-item" href="Finance copy.html">Finance</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link mg-lg-2" href="#">Resources</a>
</li>
</ul>
</div>
</div>
<a href="Browse_Job.html" class="Jobs-button">Browse Job</a>
<a href="Submit_CV.html" class="Jobs-button">Submit Cv</a>
<a href="Contactus.html" class="ContactUs-button" style="margin-left: 15px;">Contact Us</a>
<button class="navbar-toggler pe-0" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<section>
<div class="Technology">
<h1 align="center" ">Finance</h1>
</div>
<section class=" Technology-section">
<div class="technology-content">
<h1>Uncompromising Excellence in Financial Management.</h1>
<p>
At Consultify Hub, we believe that financial security is not just about maximizing returns, but
also about managing risks effectively. Our holistic approach to financial planning combines
strategic asset allocation, risk management, and tax optimization strategies to create
customized solutions that align with our clients' aspirations and risk tolerance. Whether you're
seeking retirement planning, investment management, estate planning, or insurance solutions, our
dedicated team is here to provide personalized guidance and support every step of the way. With
[Company Name], you can embark on your financial journey with confidence, knowing that you have
a trusted partner by your side, committed to helping you achieve financial peace of mind.
<li>Mutual Funds</li>
<li>Direct Equity(Stocks)</li>
<li>Public Provident Fund (PPF)</li>
<li>ETF's</li>
<li>Fixed Deposite</li>
<li>Life Insurance</li>
<li>Gold</li>
<li>Savings Bonds</li>
</p>
<p>Consultify Hub is the pinnacle of financial advisory excellence, offering unparalleled expertise
and tailored solutions to meet your financial needs. Our team of seasoned professionals
leverages their extensive experience to provide top-tier guidance, ensuring that your financial
goals are not only met but exceeded. Whether you're planning for retirement, wealth
accumulation, or risk management, Consultify Hub is dedicated to delivering the best-in-class
services that prioritize your financial well-being. With our unwavering commitment to excellence
and a focus on your unique objectives, trust Consultify Hub to be your partner in achieving
lasting financial success.</p>
</div>
<div class="techno-img">
<img src="Finance.jpg" alt="">
</div>
</section>
<section>
<div class="sticky-container aos-init aos-animate" data-aos="fade-up" data-aos-duration="1000">
<div class="submenu-inner">
<div class="container ">
<ul class="auto-sevices">
<li class=""><a href="#01">Specialties</a></li>
<li class=""><a href="#02">Our Team of Specialists</a></li>
<li class=""><a href="#03">Search Methodology</a></li>
<li class=""><a href="#04">Representative Searches</a></li>
</ul>
</div>
</div>
<div class="submenu-info">
<!-- =================== Specialties=================== -->
<section class="comm-sec content-section" id="01">
<div class="container">
<div class="specialties-content aos-init aos-animate" data-aos="fade-up"
data-aos-duration="1000">
<ul class="specialties-points">
<li><a href="Mutual_Fund.html">Mutual Funds</a></li>
<li><a href="Direct_Equity(Stocks).html">Direct Equity(Stocks)</a></li>
<li><a href="Bonds.html">Bonds</a></li>
<li><a href="ETF's.html">ETF's</a></li>
<li><a href="PPF.html">PPF</a></li>
<li>Real Estate</li>
<li>Gold</li>
<li>Fixed Deposite</li>
<li>Hybrid Funds</li>
<li>US Stocks</li>
<li>Life Insurance</li>
<li>Cryptocurrency</li>
<li>NPS</li>
<li>ULIP</li>
</ul>
</div>
</div>
</section>
<!-- =================== Our Team=================== -->
<section class="comm-sec content-section" id="02">
<h1 style="color: white; margin-bottom: 50px;" align="center">Our Team of Specialists</h1>
<div class="container">
<div class="card-container">
<div class="card">
<div class="card-border">
<div class="card-perfil">
<img src="Businessman1.jpg" alt="card image" class="card-img">
</div>
</div>
<h3 class="card-name">Mynthon Moore</h3>
<span class="card-profession">Real-Estate Expert</span>
<div class="info">
<div class="info-icon">
<i class="ri-information-2-line"></i>
</div>
<div class="info-border">
<div class="info-perfil">
<img src="Businessman1.jpg" alt="Card Image" class="info-img">
</div>
</div>
<div class="info-data">
<h3 class="info-name">Jules Moore Mynthon</h3>
<span class="info-profession">Head of Real-Estate Department</span>
<span class="info-location">Ahmedabad-Gujarat</span>
</div>
<div class="info-social">
<a href="https://www.google.co.in" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-google"></i>
</span>
</a>
<a href="https://twitter.com/?lang=en" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-twitter"></i>
</span>
</a>
<a href="https://facebook.com/" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-facebook"></i>
</span>
</a>
<a href="https://in.linkedin.com/" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-linkedin"></i>
</span>
</a>
</div>
</div>
</div>
<div class="card">
<div class="card-border">
<div class="card-perfil">
<img src="Businessman1.jpg" alt="card image" class="card-img">
</div>
</div>
<h3 class="card-name">Mynthon Moore</h3>
<span class="card-profession">Real-Estate Expert</span>
<div class="info">
<div class="info-icon">
<i class="ri-information-2-line"></i>
</div>
<div class="info-border">
<div class="info-perfil">
<img src="Businessman1.jpg" alt="Card Image" class="info-img">
</div>
</div>
<div class="info-data">
<h3 class="info-name">Jules Moore Mynthon</h3>
<span class="info-profession">Head of Real-Estate Department</span>
<span class="info-location">Ahmedabad-Gujarat</span>
</div>
<div class="info-social">
<a href="https://www.google.co.in" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-google"></i>
</span>
</a>
<a href="https://twitter.com/?lang=en" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-twitter"></i>
</span>
</a>
<a href="https://facebook.com/" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-facebook"></i>
</span>
</a>
<a href="https://in.linkedin.com/" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-linkedin"></i>
</span>
</a>
</div>
</div>
</div>
<div class="card">
<div class="card-border">
<div class="card-perfil">
<img src="Businessman1.jpg" alt="card image" class="card-img">
</div>
</div>
<h3 class="card-name">Mynthon Moore</h3>
<span class="card-profession">Real-Estate Expert</span>
<div class="info">
<div class="info-icon">
<i class="ri-information-2-line"></i>
</div>
<div class="info-border">
<div class="info-perfil">
<img src="Businessman1.jpg" alt="Card Image" class="info-img">
</div>
</div>
<div class="info-data">
<h3 class="info-name">Jules Moore Mynthon</h3>
<span class="info-profession">Head of Real-Estate Department</span>
<span class="info-location">Ahmedabad-Gujarat</span>
</div>
<div class="info-social">
<a href="https://www.google.co.in" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-google"></i>
</span>
</a>
<a href="https://twitter.com/?lang=en" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-twitter"></i>
</span>
</a>
<a href="https://facebook.com/" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-facebook"></i>
</span>
</a>
<a href="https://in.linkedin.com/" target="_blank" class="info-social-link">
<span class="info-social-icons">
<i class="fa-brands fa-linkedin"></i>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =================== Our Search Methodology=================== -->
<section class="comm-sec content-section blue-bg-clr" id="03">
<div class="container aos-init" data-aos="fade-up" data-aos-duration="1000">
</div>
</section>
<!-- =================== Representative Searches=================== -->
<section class="comm-sec content-section" id="04">
<div class="container">
<!-- Add content for Representative Searches section -->
<div class="sec-heading aos-init aos-animate" data-aos="fade-up" data-aos-duration="1000">
<div class="main-head ">
Representative Searches
</div>
<p class="sub-line">
We value each of our client’s unique needs and preferences and help them by identifying
the right talent
basis their requirements in the changing Indian business landscape. We have a seamless
approach to
select the appropriate candidate to meet and sometimes even exceed the expectations of
our clients.
</p>
</div>
<div class="searches-sec aos-init aos-animate" data-aos="fade-up" data-aos-duration="1000">
<div class="f-row f-3 f-800-2 f-480-1">
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Managing Director</h6>
<p class="searches-info">Security Products MNC</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Chief Information Security Officer </h6>
<p class="searches-info">Leading Fintech Company</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Country Manager/ President </h6>
<p class="searches-info">CleanTech MNC</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Chief Transformation Officer</h6>
<p class="searches-info">Leading Digital Transformation Firm</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Chief Human Resources Officer</h6>
<p class="searches-info">French MNC Tech Firm</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Group Chief Information & Technology Officer</h6>
<p class="searches-info">Leading IT Services Firm</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Chief Data Scientist</h6>
<p class="searches-info">World's Leading Mobile Tech</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Chief Financial Officer </h6>
<p class="searches-info">Leading Indian Tech Firm</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Senior Vice President - Engineering </h6>
<p class="searches-info">Leading Fintech Company</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Head of Sales Enablement</h6>
<p class="searches-info">Leading Healthcare GCC</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Chief Technology Officer</h6>
<p class="searches-info">Leading Multinational Tech firm</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Chief Digital Officer</h6>
<p class="searches-info">Top Multinational Company</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Vice President & Center Head</h6>
<p class="searches-info">Leading Japanese Tech Firm</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Vice President - Corporate Affairs</h6>
<p class="searches-info">Leading IT MNC & Consulting Firm</p>
</div>
</article>
<article class="f-col">
<div class="searches-box">
<h6 class="searches-head">Head Third Party Risk </h6>
<p class="searches-info">Europe-based Banking Captive</p>
</div>
</article>
</div>
</div>
</div>
</section>
<section>
<div class="last-text">
<h1 align="center">
Reach out to our Senior Consultants
for your leadership hiring needs
</h1>
<a href="Contactus.html" class="getintouch">Get in touch</a>
</div>
</section>
</div>
</div>
</section>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script>
function scrollToSection(sectionId) {
var section = document.getElementById(sectionId);
section.scrollIntoView({ behavior: 'smooth' });
}
</script>
</body>
</html>