-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
285 lines (260 loc) · 9.89 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>About us</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-574-mexant.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css">
<!--
TemplateMo 574 Mexant
https://templatemo.com/tm-574-mexant
-->
<style>
#logo-image{
max-width:578px;
max-height:431px;
width:115px;
height:75px;
}
</style>
</head>
<body>
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.php" class="logo">
<img src="Screenshot_2022-03-04_at_2.42.56_PM-removebg-preview-modified.png" id="logo-image" alt="">
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li ><a href="index.php">Home</a></li>
<li ><a href="stocks.php">Stock</a></li>
<li ><a href="about-us.html">About Us</a></li>
<li><a href="contact-us.php">Contact Support</a></li>
<li ><a href="login.php">Login</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<div class="page-heading">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="header-text">
<h2>About Us</h2>
<div class="div-dec"></div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Main Banner Area End ***** -->
<section class="top-section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="left-image">
<img src="assets/images/about-left-image.jpg" alt="">
</div>
</div>
<div class="col-lg-6 align-self-center">
<div class="accordions is-first-expanded">
<article class="accordion">
<div class="accordion-head">
<span>Stockify Investments</span>
<span class="icon">
<i class="icon fa fa-chevron-right"></i>
</span>
</div>
<div class="accordion-body">
<div class="content">
<p>It is probably your time to begin your Investing Journey and Stockify stands with you in this path to success.
<br><br>We do not ask you anything in return. We just wish to educate the world and benefit everyone</p>
</div>
</div>
</article>
<article class="accordion">
<div class="accordion-head">
<span>Stockify Learning</span>
<span class="icon">
<i class="icon fa fa-chevron-right"></i>
</span>
</div>
<div class="accordion-body">
<div class="content">
<p>Your one stop learning destination for your financial needs.
<br><br>You've come this far, you get the best you grasp.</p>
</div>
</div>
</article>
<article class="accordion">
<div class="accordion-head">
<span>Stockify Trading</span>
<span class="icon">
<i class="icon fa fa-chevron-right"></i>
</span>
</div>
<div class="accordion-body">
<div class="content">
<p>Stockify Trading helps you to trade Stocks<br><br>
Stockify is a one stop destination for Learning, Trading and maintaining your Stock Portfolio.</p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="simple-cta">
<div class="container">
<div class="row">
<div class="col-lg-5">
<h4>Your <em>Money</em> Is Worth <br>More Than You <Strong>Think</Strong></h4>
</div>
<div class="col-lg-7">
<div class="buttons">
<div class="green-button">
<a href="#">Discover More</a>
</div>
<div class="orange-button">
<a href="#">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="what-we-do">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="left-content">
<h4>Lets plan your Stock Market Expectations </h4>
<p>Your investment journey can be a bumpy ride. So in order for you the get the best for yourself, we must set the Market Expectations Together.<br>
<br>Nothing comes easy and one cannot expect to be rich just by throwing money on the table. It is crucial for you to follow these 4 steps which will help you in deciding the way you will be controlling your money and the returns you would probably make on it.</p>
<div class="green-button">
<a href="#">Discover More</a><br><br>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="right-items">
<div class="row">
<div class="col-lg-6">
<div class="item">
<em>01</em>
<h4>First Step</h4>
<p>Write your purpose of entering this field and the duration of stay.</p>
</div>
</div>
<div class="col-lg-6">
<div class="item">
<em>02</em>
<h4>Second Step</h4>
<p>Understand the basics of stock fundamentals and its working models</p>
</div>
</div>
<div class="col-lg-6">
<div class="item">
<em>03</em>
<h4>Third Step</h4>
<p>Differentiate between investing and trading</p>
</div>
</div>
<div class="col-lg-6">
<div class="item">
<em>04</em>
<h4>Fourth Step</h4>
<p>Keep stockify in touch with you and let us help you at all points.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>Copyright © 2022 Stockify, Ltd. All Rights Reserved.
<br>Designed by Team 8</p>
</div>
</div>
</div>
</footer>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/swiper.js"></script>
<script src="assets/js/custom.js"></script>
<script>
var interleaveOffset = 0.5;
var swiperOptions = {
loop: true,
speed: 1000,
grabCursor: true,
watchSlidesProgress: true,
mousewheelControl: true,
keyboardControl: true,
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev"
},
on: {
progress: function() {
var swiper = this;
for (var i = 0; i < swiper.slides.length; i++) {
var slideProgress = swiper.slides[i].progress;
var innerOffset = swiper.width * interleaveOffset;
var innerTranslate = slideProgress * innerOffset;
swiper.slides[i].querySelector(".slide-inner").style.transform =
"translate3d(" + innerTranslate + "px, 0, 0)";
}
},
touchStart: function() {
var swiper = this;
for (var i = 0; i < swiper.slides.length; i++) {
swiper.slides[i].style.transition = "";
}
},
setTransition: function(speed) {
var swiper = this;
for (var i = 0; i < swiper.slides.length; i++) {
swiper.slides[i].style.transition = speed + "ms";
swiper.slides[i].querySelector(".slide-inner").style.transition =
speed + "ms";
}
}
}
};
var swiper = new Swiper(".swiper-container", swiperOptions);
</script>
</body>
</html>