-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
240 lines (214 loc) · 12.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XEM0L7H02T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-XEM0L7H02T');
</script>
<!-- Subhankar Pal | Pratik Kumar | Spandita Banerjee -->
<!-- Edited -->
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="icon" href="./image/favicon.png">
<title>Vibgyor Advisors</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/phone.css" media="screen and (max-width: 900px)" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Baloo Bhai' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Bree+Serif&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link data-require="fontawesome@5.5.0" data-semver="5.5.0" rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" />
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" rel="stylesheet">
</head>
<body>
<script crossorigin="anonymous" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<div class="responsive-bar">
<div class="logo">
<img src="image/main.png" alt="logo" />
</div>
<div class="menu">
<i class="fas fa-bars"></i>
</div>
</div>
<nav>
<div class="logo">
<a href="index.html"><img src="image/main.png" alt="logo" /></a>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="values.html">Values</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a id="sub" href="https://subscription.vibgyoradvisors.com/sevices.html" target="_blank">Subscription</a></li>
<li class="abstract"><a href="login.html">Log In</a></li>
<li class="abstract"><a href="signup.html">Sign Up</a></li>
<li>
<form action="login.html">
<button class="button button5" type="submit">Login</button>
</form>
</li>
<li>
<form action="signup.html">
<button class="button2 button5">SignUp</button>
</li>
</form>
</ul>
</nav>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#00cba9" fill-opacity="1"
d="M0,192L30,208C60,224,120,256,180,240C240,224,300,160,360,165.3C420,171,480,245,540,250.7C600,256,660,192,720,154.7C780,117,840,107,900,106.7C960,107,1020,117,1080,112C1140,107,1200,85,1260,69.3C1320,53,1380,43,1410,37.3L1440,32L1440,0L1410,0C1380,0,1320,0,1260,0C1200,0,1140,0,1080,0C1020,0,960,0,900,0C840,0,780,0,720,0C660,0,600,0,540,0C480,0,420,0,360,0C300,0,240,0,180,0C120,0,60,0,30,0L0,0Z">
</path>
</svg>
<!-- <div class="carousel slide" data-bs-ride="carousel" id="carouselExampleCaptions">
<div class="carousel-indicators">
<button aria-current="true" aria-label="Slide 1" class="active" data-bs-slide-to="0" data-bs-target="#carouselExampleCaptions" type="button"></button>
<button aria-label="Slide 2" data-bs-slide-to="1" data-bs-target="#carouselExampleCaptions" type="button"></button>
<button aria-label="Slide 3" data-bs-slide-to="2" data-bs-target="#carouselExampleCaptions" type="button"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img alt="..." class="d-block w-100" src="image/newslide2.jpg">
<div class="carousel-caption d-none d-md-block">
<h3>“Rule number one: Don’t lose money. Rule number two: Don’t forget rule number one.”
</h3>
<h4>Warren Buffett</h4>
</div>
</div>
<div class="carousel-item">
<img alt="..." class="d-block w-100" src="image/newslide1.jpg">
<div class="carousel-caption d-none d-md-block">
<h3>“If you aren’t thinking about owning a stock for ten years, don’t even think about owning it for ten minutes.”
</h3>
<h4>Warren Buffett</h4>
</div>
</div>
<div class="carousel-item">
<img alt="..." class="d-block w-100" src="image/newslide3.jpg">
<div class="carousel-caption d-none d-md-block">
<h3>“People don’t like the idea of thinking long term. Many are desperately seeking short term answers because they have money problems to be solved today.” </h3>
<h4>Robert Kiyosaki</h4>
</div>
</div>
</div>
<button class="carousel-control-prev" data-bs-slide="prev" data-bs-target="#carouselExampleCaptions" type="button">
<span aria-hidden="true" class="carousel-control-prev-icon"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" data-bs-slide="next" data-bs-target="#carouselExampleCaptions" type="button">
<span aria-hidden="true" class="carousel-control-next-icon"></span>
<span class="visually-hidden">Next</span>
</button>
</div> -->
<selection id="home">
<h1 class="h-primary">WELCOME TO VIBGYOR ADVISORS</h1>
<p>Vibgyor Advisors is a first generation firm focusing on financial services. It works across various segments of the financial services and provides a wide range of services to its esteemed clients. It advises individuals as well as corporates
on their various requirements with a client centric approach.
</p>
</selection>
<div class="vertical">
<img alt="Not found" height="190" id="imgid" src="image/sachin.jpeg" width="190">
</div>
<br>
<br>
<div id=" Vission ">
<h1 class="Vissionhead ">About Founder</h1>
<!-- <h1 class="h-primary center ">Our Vission</h1> -->
<p id="Vissionp">Vibgyor Advisors is a first generation advisory firm focusing on wealth management and corporate advisory. It is started by Mr. Sachin Neema. Sachin Neema is a management graduate from JBIMS, Mumbai and a mechanical engineer from VJTI, Mumbai.
He has about 22 years of experience in equity markets and has worked as Analyst, Head of research, Fund manager and has been instrumental in running business segments for some of the leading companies in the industry like HDFC Sec, IIFL and
Tata
</p>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-4">
<h6>Locate Us</h6>
<ul class="footer-links">
<li><i class="fas fa-map-marker-alt"></i> Vibgyor Advicorp Private Limited, 117, Swastik Disa Corporate Park, Opp Shreyas Cinema, LBS Marg, Ghatkopar (W), Mumbai 400086.</li>
<li>
<div class="map"> </div>
</li>
</ul>
</div>
<div class="col-sm-12 col-md-4">
<h6>Connect Us</h6>
<ul class="footer-links">
<li><i class="fas fa-envelope"></i>
<!-- <a class="atag" href="mailto:info@vibgyoradvisors.com"> -->
 info@vibgyoradvisors.com
<!-- </a> -->
</li>
<!-- change -->
<li><i class="fas fa-phone"></i> 8591402580</li>
<li><i class="fas fa-tty"></i> 022-79615327</li>
</ul>
</div>
<div class="col-sm-12 col-md-4">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4483.712803053567!2d72.91082386943492!3d19.09282140785004!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c7cc36cfdd89%3A0x108837ab2c1bc1f!2sSwastik%20Disa%20Corporate%20Park!5e0!3m2!1sen!2sin!4v1620983347252!5m2!1sen!2sin"
width="350" height="200" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
<!-- <iframe allowfullscreen="" height="180" loading="lazy" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15078.107039611577!2d72.9252541!3d19.128406!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x13327f48a2d2f09f!2sVibgyor%20Advisors!5e0!3m2!1sen!2sin!4v1618731120950!5m2!1sen!2sin"
style="border:0;" width="350"></iframe> -->
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Division of Vibgyor Advicorp PVT Limited © 2019
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a class="facebook" href="https://m.facebook.com/Vibgyor-Advisors-100787492108783/"><i
class="fab fa-facebook-f"></i></a></li>
<li><a class="twitter" href="https://twitter.com/AdvisorsVibgyor"><i
class="fab fa-twitter"></i></a></li>
<li><a class="dribbble" href="https://www.instagram.com/vibgyor_advisors/"><i
class="fab fa-instagram"></i></a></li>
<li><a class="linkedin" href="https://www.linkedin.com/company/vibgyor-advisors/"><i
class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/nav.js"></script>
<!-- Service Worker for fast caching by @subho57 -->
<script>
// load service worker
"serviceWorker" in navigator && window.addEventListener("load", () => {
navigator.serviceWorker.register("serviceWorker.js").then(e => console.log("Success: ", e.scope)).catch(e => console.log("Failure: ", e))
})
</script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyB_SbKT5LptiHMO8fM-kQxKuV1ABozxSzc",
authDomain: "vibgyor-main.firebaseapp.com",
projectId: "vibgyor-main",
storageBucket: "vibgyor-main.appspot.com",
messagingSenderId: "410439599487",
appId: "1:410439599487:web:465308b7a2c2c0eb7d864a",
measurementId: "G-EYT9EJZ91C"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
</body>
</html>
<!-- Dev By Pratik Kumar -->