-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
353 lines (322 loc) · 12.3 KB
/
about.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
href="https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./img/favicon-32x32.png"
/>
<title>myteam website - About</title>
</head>
<body>
<div id="app" class="about-container">
<div v-if="slider" class="popup"></div>
<!-- Header -->
<header class="about-header">
<nav class="about-nav">
<img class="header__logo" src="img/logo.svg" alt="logo" />
<ul class="header__list" :class="{'slider': slider}">
<li class="header__item">
<a href="index.html" class="header__link">home</a>
</li>
<li class="header__item">
<a href="about.html" class="header__link">about</a>
</li>
<a href="contact.html" class="btn btn-white header__btn"
>contact us</a
>
<img
class="nav-bg"
src="/img/bg-pattern-about-1-mobile-nav-1.svg"
alt="nav-bg"
/>
</ul>
<!-- toggle meun -->
<div class="toggle-menu">
<input type="checkbox" v-model="slider" />
<span></span>
<span></span>
<span></span>
</div>
</nav>
<div class="about-header__content">
<h2 class="heading-2 about-header__title">About</h2>
<div class="text-box">
<span class="short-line short-line-caral"></span>
<p class="paragraph-big about-header__text">
We help companies build dynamic teams made up of top global
talent. Using our network of passionate professionals we drive
innovation and deliver incredible outcomes. Talented, diverse
teams shape the best products and experiences. We’ll bring those
teams to you.
</p>
</div>
</div>
<img
class="about-img-1"
src="img/bg-pattern-about-1-mobile-nav-1.svg"
alt="about-img-1"
/>
</header>
<!-- Meet -->
<section class="about-meet">
<img
class="about-meet-img-1"
src="img/bg-pattern-about-2-contact-1.svg"
alt="about-2"
/>
<div class="about-meet__content">
<h3 class="heading-3 text-center about-meet__title">
Meet the directors
</h3>
<div class="about-meet__shape-box">
<figure class="about-meet__shape text-center">
<img
class="about-meet__photo"
src="img/avatar-nikita.jpg"
alt="nikita"
/>
<h4 class="heading-4-blue-light">Nikita Marks</h4>
<p class="paragraph-italic">Founder & CEO</p>
<img
class="about-meet__btn"
src="img/icon-cross.svg"
alt="cross"
/>
<figcaption class="about-meet__caption">
<p class="heading-4-blue-light mb-small">Nikita Marks</p>
<p class="paragraph">
“It always amazes me how much talent there is in every corner
of the globe.”
</p>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-twitter"></use>
</svg>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-linkedin"></use>
</svg>
</figcaption>
</figure>
<figure class="about-meet__shape text-center">
<img
class="about-meet__photo"
src="img/avatar-christian.jpg"
alt="nikita"
/>
<h4 class="heading-4-blue-light">Cristian Duncan</h4>
<p class="paragraph-italic">Co-founder & COO</p>
<img
class="about-meet__btn"
src="img/icon-cross.svg"
alt="cross"
/>
<figcaption class="about-meet__caption">
<p class="heading-4-blue-light mb-small">Cristian Duncan</p>
<p class="paragraph">
“Distributed teams required unique processes. You need to
approach work in a new way.” Cristian Duncan
</p>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-twitter"></use>
</svg>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-linkedin"></use>
</svg>
</figcaption>
</figure>
<figure class="about-meet__shape text-center">
<img
class="about-meet__photo"
src="img/avatar-cruz.jpg"
alt="nikita"
/>
<h4 class="heading-4-blue-light">Cruz Hamer</h4>
<p class="paragraph-italic">Co-founder & CTO</p>
<img
class="about-meet__btn"
src="img/icon-cross.svg"
alt="cross"
/>
<figcaption class="about-meet__caption">
<p class="heading-4-blue-light mb-small">Cruz Hamer</p>
<p class="paragraph">
“Technology is at the forefront of enabling distributed teams.
That's where we come in.”
</p>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-twitter"></use>
</svg>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-linkedin"></use>
</svg>
</figcaption>
</figure>
<figure class="about-meet__shape text-center">
<img
class="about-meet__photo"
src="img/avatar-drake.jpg"
alt="nikita"
/>
<h4 class="heading-4-blue-light">Drake Heaton</h4>
<p class="paragraph-italic">Business Development Lead</p>
<img
class="about-meet__btn"
src="img/icon-cross.svg"
alt="cross"
/>
<figcaption class="about-meet__caption">
<p class="heading-4-blue-light mb-small">Drake Heaton</p>
<p class="paragraph">
“Hiring similar people from similar backgrounds is a surefire
way to stunt innovation.”
</p>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-twitter"></use>
</svg>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-linkedin"></use>
</svg>
</figcaption>
</figure>
<figure class="about-meet__shape text-center">
<img
class="about-meet__photo"
src="img/avatar-griffin.jpg"
alt="nikita"
/>
<h4 class="heading-4-blue-light">Griffin Wise</h4>
<p class="paragraph-italic">Lead Marketing</p>
<img
class="about-meet__btn"
src="img/icon-cross.svg"
alt="cross"
/>
<figcaption class="about-meet__caption">
<p class="heading-4-blue-light mb-small">Griffin Wise</p>
<p class="paragraph">
“Unique perspectives shape unique products, which is what you
need to survive these days.”
</p>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-twitter"></use>
</svg>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-linkedin"></use>
</svg>
</figcaption>
</figure>
<figure class="about-meet__shape text-center">
<img
class="about-meet__photo"
src="img/avatar-aden.jpg"
alt="nikita"
/>
<h4 class="heading-4-blue-light">Aden Allan</h4>
<p class="paragraph-italic">Head of Talent</p>
<img
class="about-meet__btn"
src="img/icon-cross.svg"
alt="cross"
/>
<figcaption class="about-meet__caption">
<p class="heading-4-blue-light mb-small">Aden Allan</p>
<p class="paragraph">
“Empowered teams create truly amazing products. Set the north
star and let them follow it.”
</p>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-twitter"></use>
</svg>
<svg class="about-meet__icon">
<use xlink:href="img/sprite.svg#icon-icon-linkedin"></use>
</svg>
</figcaption>
</figure>
</div>
</div>
<img
class="about-meet-img-2"
src="img/bg-pattern-home-4-about-3.svg"
alt="home-4"
/>
</section>
<!-- Client -->
<section class="about-client">
<img
class="about-client__bg"
src="img/bg-pattern-about-4.svg"
alt="home-3"
/>
<div class="about-client__content">
<h3 class="heading-3 text-center">Some of our clients</h3>
<img src="img/logo-the-verge.png" alt="verge" />
<img src="img/logo-jakarta-post.png" alt="logo-jakarta-post" />
<img src="img/logo-the-guardian.png" alt="logo-the-guardian" />
<img src="img/logo-tech-radar.png" alt="logo-tech-radar" />
<img src="img/logo-gadgets-now.png" alt="logo-gadgets-now" />
</div>
</section>
<!-- Cta -->
<section class="cta">
<div class="cta__content">
<h3 class="heading-3-green">Ready to get started?</h3>
<a href="contact.html" class="btn btn-green">contact us</a>
</div>
<img
class="story-home-6"
src="img/bg-pattern-home-6-about-5.svg"
alt="home-6"
/>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer__content">
<div class="footer__box footer__box--1">
<img class="footer__logo" src="img/logo.svg" alt="logo" />
<ul class="footer__list">
<li class="footer__item">
<a href="index.html" class="footer__link">home</a>
</li>
<li class="footer__item">
<a href="about.html" class="footer__link">about</a>
</li>
</ul>
</div>
<div class="footer__box footer__box--2">
<p class="paragraph-dark">987 Hillcrest Lane</p>
<p class="paragraph-dark">Irvine, CA</p>
<p class="paragraph-dark">California 92714</p>
<p class="paragraph-dark">Call Us : 949-833-7432</p>
</div>
<div class="footer__box footer__box--3">
<div class="footer__socail-icon">
<svg>
<use xlink:href="img/sprite.svg#icon-icon-facebook"></use>
</svg>
<svg>
<use xlink:href="img/sprite.svg#icon-icon-pinterest"></use>
</svg>
<svg>
<use xlink:href="img/sprite.svg#icon-icon-twitter"></use>
</svg>
</div>
<p class="paragraph-dark footer__text">
Copyright 2021. All Rights Reserved
</p>
</div>
</div>
</footer>
</div>
<script src="https://unpkg.com/vue@next"></script>
<script src="/main.js"></script>
</body>
</html>