-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
307 lines (275 loc) · 12.2 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Krypton</title>
<!-- Styles -->
<!-- Dark Mode -->
<link rel="stylesheet" href="./darkMode.css">
<link rel="stylesheet" href="./darkModeCommon.css">
<!-- Light Mode -->
<link rel="stylesheet" href="./lightMode.css">
<link rel="stylesheet" href="./lightModeCommon.css">
<!-- Script -->
<script src="https://kit.fontawesome.com/aa7454d09f.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Header -->
<header>
<span id="logoName">KRYPTON</span>
<ul class="nav" id="nav">
<li class="nav-link"><a href="./index.html">Home</a></li>
<li class="nav-link"><a href="./aboutus.html">About Us</a></li>
<li class="nav-link"><a href="./contact.html">Contact</a></li>
<li class="nav-link mode-change-icon">
<a href="#" id="modeChangeButton">
<i class="fas fa-adjust"></i>
</a>
</li>
<li class="sociallinkContainer">
<img class="sociallink" src="./img/fabook-icon-white.svg" alt="">
<img class="sociallink" src="./img/twitter-icon-white.svg" alt="">
<img class="sociallink" src="./img/inkedin-icon-white.svg" alt="">
<img class="sociallink" src="./img/whatsapp-icon-white.svg" alt="">
</li>
</ul>
<div id="barContainer">
<i id="bar" class="fa-solid fa-bars"></i>
</div>
</header>
<!-- aboutus hero -->
<section class="gridSection">
<div class="sectionDesc aboutusDesc">
<h1 class="headline">
The Company History
</h1>
<p class="sub-headline">
It is the perfect spot get started with your company.
It can be the first thing that people see and it will set
the tone for their experience with your company.
</p>
</div>
<div class="sectionPic bouncepic aboutusPic" id="sectionPic">
<img src="./img/about-hero.png" alt="">
</div>
</section>
<!-- About us status -->
<div class="statusContainer">
<div class="status">
<h1><b>360</b> Client</h1>
<p>An about page is a key component of every website.</p>
</div>
<div class="status">
<h1><b>150+</b> Projects</h1>
<p>Page is the first page a visitor sees when they visit your website.</p>
</div>
<div class="status">
<h1><b>20+</b> Countries</h1>
<p>It is the perfect spot to get started with your company.</p>
</div>
</div>
<!-- Services -->
<div class="services">
<div class="aboutusimgContainer">
<img src="./img/about-image-1.jpg" alt="">
<img src="./img/about-image-2.jpg" alt="">
</div>
<div class="offers">
<div class="eachOffer">
<img src="./img/fast-forward-icon-white.svg" alt="">
<div class="offerDesc">
<h1>Fast Management</h1>
<p>The Complete Guide to Management and How to Implement it Quickly and Effectively</p>
</div>
</div>
<div class="eachOffer">
<img src="./img/support-agent-icon-white.svg" alt="">
<div class="offerDesc">
<h1>Best Support</h1>
<p>The Best Support for Online crypto & How to Craft a Compelling Description</p>
</div>
</div>
<div class="eachOffer">
<img src="./img/progress-warning-icon-white.svg" alt="">
<div class="offerDesc">
<h1>Best Progress</h1>
<p>What is a Crypto-Mining Malware and Why You MUST Protect Against Them</p>
</div>
</div>
</div>
</div>
<!-- Play Video -->
<section class="videoSection">
<h1 class="videoSectionHeader">Play the video.</h1>
<div class="videoContainer">
<div class="video">
<img src="./img/about-video.jpg" class="thumbnail" alt="">
<img src="./img/video-play-icon-white.svg" class="playIcon" alt="">
</div>
<p>
Crypto mining has become more popular with people
from all walks of life and across the world.
This article will teach you how to mine crypto
without having to buy expensive hardware or pay
exorbitant electricity bills.
</p>
</div>
</section>
<!-- Carousel -->
<section class="teamSection">
<h1 class="sectionHeader">Our Strong & Creative Team</h1>
<div class="carouselContainer">
<div class="eachCarousel eachTeam">
<div class="teamPic">
<img src="./img/team-image-1.jpg" alt="">
<div class="teamSocialLink">
<img src="./img/Facebook_black.svg" alt="">
<img src="./img/Vimeo_black.svg" alt="">
<img src="./img/Twitter_black.svg" alt="">
<img src="./img/Instagram_black.svg" alt="">
</div>
</div>
<div class="teamDesc">
<h1 class="teamName">Rebecca Walters</h1>
<p class="position">UI UX Designer</p>
</div>
</div>
<div class="eachCarousel eachTeam">
<div class="teamPic">
<img src="./img/team-image-2.jpg" alt="">
<div class="teamSocialLink">
<img src="./img/Facebook_black.svg" alt="">
<img src="./img/Vimeo_black.svg" alt="">
<img src="./img/Twitter_black.svg" alt="">
<img src="./img/Instagram_black.svg" alt="">
</div>
</div>
<div class="teamDesc">
<h1 class="teamName">Richard Taylor</h1>
<p class="position">Developer</p>
</div>
</div>
<div class="eachCarousel eachTeam">
<div class="teamPic">
<img src="./img/team-image-3.jpg" alt="">
<div class="teamSocialLink">
<img src="./img/Facebook_black.svg" alt="">
<img src="./img/Vimeo_black.svg" alt="">
<img src="./img/Twitter_black.svg" alt="">
<img src="./img/Instagram_black.svg" alt="">
</div>
</div>
<div class="teamDesc">
<h1 class="teamName">Bertha Earley</h1>
<p class="position">Content writer</p>
</div>
</div>
<div class="eachCarousel eachTeam">
<div class="teamPic">
<img src="./img/team-image-1.jpg" alt="">
<div class="teamSocialLink">
<img src="./img/Facebook_black.svg" alt="">
<img src="./img/Vimeo_black.svg" alt="">
<img src="./img/Twitter_black.svg" alt="">
<img src="./img/Instagram_black.svg" alt="">
</div>
</div>
<div class="teamDesc">
<h1 class="teamName">Rebecca Walters</h1>
<p class="position">UI UX Designer</p>
</div>
</div>
<div class="eachCarousel eachTeam">
<div class="teamPic">
<img src="./img/team-image-2.jpg" alt="">
<div class="teamSocialLink">
<img src="./img/Facebook_black.svg" alt="">
<img src="./img/Vimeo_black.svg" alt="">
<img src="./img/Twitter_black.svg" alt="">
<img src="./img/Instagram_black.svg" alt="">
</div>
</div>
<div class="teamDesc">
<h1 class="teamName">Richard Taylor</h1>
<p class="position">Developer</p>
</div>
</div>
<div class="eachCarousel eachTeam">
<div class="teamPic">
<img src="./img/team-image-3.jpg" alt="">
<div class="teamSocialLink">
<img src="./img/Facebook_black.svg" alt="">
<img src="./img/Vimeo_black.svg" alt="">
<img src="./img/Twitter_black.svg" alt="">
<img src="./img/Instagram_black.svg" alt="">
</div>
</div>
<div class="teamDesc">
<h1 class="teamName">Bertha Earley</h1>
<p class="position">Content writer</p>
</div>
</div>
</div>
<div class="carouselIndicator">
<div class="indicator activeIndicator" onclick="slideCarousel(0)"></div>
<div class="indicator" onclick="slideCarousel(1)"></div>
<div class="indicator" onclick="slideCarousel(2)"></div>
<div class="indicator" onclick="slideCarousel(3)"></div>
<div class="indicator" onclick="slideCarousel(4)"></div>
<div class="indicator" onclick="slideCarousel(5)"></div>
</div>
</section>
<!-- footer -->
<footer>
<div class="joinSection">
<div class="joinDesc">
<h1 class="sectionHeader">Join with us</h1>
<p class="sectionPara">
Once you have created your account, you can purchase coins from website
</p>
</div>
<button class="btn primaryBtn">JOIN NOW</button>
</div>
<div class="footerlinksContainer">
<div class="footerAboutus">
<img src="./img/logo-white.png" alt="">
<p class="darkPara">With no commissions and a simple user interface, Krypton is the most reliable way to
trade for Cryptocurrency.
</p>
<div class="footersociallinkContainer">
<img class="sociallink" src="./img/fabook-icon-white.svg" alt="">
<img class="sociallink" src="./img/twitter-icon-white.svg" alt="">
<img class="sociallink" src="./img/inkedin-icon-white.svg" alt="">
<img class="sociallink" src="./img/whatsapp-icon-white.svg" alt="">
</div>
</div>
<div class="footerlink">
<h1 class="linkTitle">Explore</h1>
<a href="#" class="eachLink">About us</a>
<a href="#" class="eachLink">FAQ</a>
<a href="#" class="eachLink">Blog</a>
<a href="#" class="eachLink">Contact</a>
</div>
<div class="footerlink">
<h1 class="linkTitle">Service</h1>
<a href="#" class="eachLink">Mining</a>
<a href="#" class="eachLink">Control Data</a>
<a href="#" class="eachLink">Design</a>
<a href="#" class="eachLink">Security</a>
</div>
<div class="footerlink">
<h1 class="linkTitle">Resource</h1>
<a href="#" class="eachLink">Style Guide</a>
<a href="#" class="eachLink">Change Log</a>
<a href="#" class="eachLink">License</a>
</div>
</div>
<div class="footerCopyright">
<p>© 2024 design and developed by <a href="#" class="developedBy">Siddharth Kakkar</a>.</p>
</div>
</footer>
<!-- Scripts -->
<script src="./script.js"></script>
</body>
</html>