-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
335 lines (325 loc) · 13 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FindRemoteJob - all about remote job</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-grid.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="m-0 p-0">
<header class="header pb-5">
<div class="container">
<div class="d-flex pt-4 d-lg-none align-items-center justify-content-between">
<a href="index.html" class="logo-link">
<img src="img/logo.svg" alt="logo: find your job">
</a>
<a href="#" class="menu-button">
<img src="img/menu-burger.svg" alt="icon: burger menu">
</a>
</div>
<div class="d-flex align-items-center py-3 navbar flex-column flex-lg-row justify-content-center">
<a href="#" class="close-button d-lg-none">×</a>
<a href="index.html" class="logo-link mb-5 d-flex justify-content-center">
<img src="img/logo.svg" alt="logo: find your job">
</a>
<!-- /.col -->
<div class="col-lg d-flex justify-content-center mb-5 mb-lg-0">
<nav class="nav">
<ul class="menu d-flex flex-column flex-lg-row justify-content-center">
<li class="menu-item"><a href="#" class="menu-link">Home</a></li>
<li class="menu-item"><a href="#" class="menu-link">Jobs</a></li>
<li class="menu-item"><a href="#" class="menu-link">Companes</a></li>
</ul>
</nav>
</div>
<!-- /.col -->
<div class="col-lg-3 d-flex align-items-center justify-content-center
justify-content-lg-end flex-column flex-lg-row">
<a href="#" class="button button-link">Sign In</a>
<a href="#" class="button button-primary">Sign Up</a>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
<div class="row pt-5 hero">
<div class="col-xxl-5 col-lg-7 col-md-9">
<h1 class="hero-title">Find the remote job of your dreams</h1>
<p class="hero-text">
Create a resume or apply for a vacancy in a world-renowned company and work on a free schedule
</p>
<form action="#" class="hero-form">
<div class="input-group d-flex">
<input type="text" class="input" placeholder="Search jobs, companies, or tags">
<button class="button button-primary">
<img class="button-icon" src="img/search-icon.svg" alt="icon: search">
<span class="button-text d-none d-md-inline-block">Find remote jobs</span>
</button>
</div>
<!-- /.input-group -->
</form>
<!-- /.hero-form -->
<div class="tags-group">
<span class="tags-label">Popular tags:</span>
<a href="#" class="tag">front-end</a>
<a href="#" class="tag">back-end</a>
<a href="#" class="tag">design</a>
</div>
<!-- /.tags-group -->
</div>
<!-- /.col-5 -->
<div class="col-xxl-6 offset-xxl-1 col-lg-5 mt-5 mt-lg-0">
<img src="img/hero-image.svg" alt="image: people looking for remote job on our site " class="hero-image">
</div>
<!-- /.col6 offset-1 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</header>
<!-- /.header -->
<section class="section categories">
<div class="container">
<h2 class="section-title">Categories</h2>
<div class="row">
<div class="col-lg-2 col-md-4 col-sm-6 mb-4 mb-lg-0">
<a href="#" class="card d-flex flex-column align-items-center">
<svg height="24" width="24" class="card-icon">
<use xlink:href="img/icons.svg#brush"></use>
</svg>
<span class="card-text">Design</span>
<!-- /.card-text -->
</a>
<!-- /.card -->
</div>
<!-- /.col -->
<div class="col-lg-2 col-md-4 col-sm-6 mb-4 mb-lg-0">
<a href="#" class="card d-flex flex-column align-items-center">
<svg height="24" width="24" class="card-icon">
<use xlink:href="img/icons.svg#browser"></use>
</svg>
<span class="card-text">Development</span>
<!-- /.card-text -->
</a>
<!-- /.card -->
</div>
<!-- /.col -->
<div class="col-lg-2 col-md-4 col-sm-6 mb-4 mb-lg-0">
<a href="#" class="card d-flex flex-column align-items-center">
<svg height="24" width="24" class="card-icon">
<use xlink:href="img/icons.svg#edit"></use>
</svg>
<span class="card-text">Copywriting</span>
<!-- /.card-text -->
</a>
<!-- /.card -->
</div>
<!-- /.col -->
<div class="col-lg-2 col-md-4 col-sm-6 mb-4 mb-lg-0">
<a href="#" class="card d-flex flex-column align-items-center">
<svg height="24" width="24" class="card-icon">
<use xlink:href="img/icons.svg#fingerprint"></use>
</svg>
<span class="card-text">Safety</span>
<!-- /.card-text -->
</a>
<!-- /.card -->
</div>
<!-- /.col -->
<div class="col-lg-2 col-md-4 col-sm-6 mb-4 mb-lg-0">
<a href="#" class="card d-flex flex-column align-items-center">
<svg height="24" width="24" class="card-icon">
<use xlink:href="img/icons.svg#camera"></use>
</svg>
<span class="card-text">Video</span>
<!-- /.card-text -->
</a>
<!-- /.card -->
</div>
<!-- /.col -->
<div class="col-lg-2 col-md-4 col-sm-6 mb-4 mb-lg-0">
<a href="#" class="card d-flex flex-column align-items-center">
<svg height="24" width="24" class="card-icon">
<use xlink:href="img/icons.svg#school"></use>
</svg>
<span class="card-text">Education</span>
<!-- /.card-text -->
</a>
<!-- /.card -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- /.section categories-->
<section class="section offers">
<div class="container">
<h2 class="section-title">Hot jobs</h2>
<div class="offer d-flex align-items-center flex-column flex-lg-row">
<div class="offer-image mb-4 mb-lg-0"></div>
<div class="offer-title col-3 mb-4 mb-lg-0">
<h3 class="offer-heading">UX Designer, AI</h3>
<span class="offer-place">San Francisco Bay Area, CA</span>
</div>
<!-- /.offer-title -->
<span class="offer-salary mb-4 mb-lg-0">$250,000</span>
<div class="tags-group">
<span class="tags-label">Qualifications:</span>
<a href="#" class="tag">design</a>
<a href="#" class="tag">UX</a>
<a href="#" class="tag">front-end</a>
<a href="#" class="tag">Sketch</a>
</div>
<!-- /.tags-group -->
<a href="#" class="more mt-5 mt-lg-0">Read more →</a>
</div>
<!-- /.offer -->
<div class="offer d-flex align-items-center flex-column flex-lg-row">
<div class="offer-image mb-4 mb-lg-0"></div>
<div class="offer-title col-3 mb-4 mb-lg-0">
<h3 class="offer-heading">Design Technologist - Honeycode</h3>
<span class="offer-place">San Francisco Bay Area, CA</span>
</div>
<!-- /.offer-title -->
<span class="offer-salary mb-4 mb-lg-0">$250,000</span>
<div class="tags-group">
<span class="tags-label">Qualifications:</span>
<a href="#" class="tag">front-end</a>
<a href="#" class="tag">React</a>
<a href="#" class="tag">HTML/CSS</a>
<a href="#" class="tag">XML/JSON</a>
</div>
<!-- /.tags-group -->
<a href="#" class="more mt-5 mt-lg-0">Read more →</a>
</div>
<!-- /.offer -->
<div class="offer d-flex align-items-center flex-column flex-lg-row">
<div class="offer-image mb-4 mb-lg-0"></div>
<div class="offer-title col-3 mb-4 mb-lg-0">
<h3 class="offer-heading">Principal UX Designer - AI Platforms</h3>
<span class="offer-place">San Francisco Bay Area, CA</span>
</div>
<!-- /.offer-title -->
<span class="offer-salary mb-4 mb-lg-0">$250,000</span>
<div class="tags-group">
<span class="tags-label">Qualifications:</span>
<a href="#" class="tag">design</a>
<a href="#" class="tag">front-end</a>
<a href="#" class="tag">Sketch</a>
<a href="#" class="tag">Figma</a>
</div>
<!-- /.tags-group -->
<a href="#" class="more mt-5 mt-lg-0">Read more →</a>
</div>
<!-- /.offer -->
<div class="offer d-flex align-items-center flex-column flex-lg-row">
<div class="offer-image mb-4 mb-lg-0"></div>
<div class="offer-title col-3 mb-4 mb-lg-0">
<h3 class="offer-heading">Sr. Design Technologist, Envision Engineering</h3>
<span class="offer-place">San Francisco Bay Area, CA</span>
</div>
<!-- /.offer-title -->
<span class="offer-salary mb-4 mb-lg-0">$122,300</span>
<div class="tags-group">
<span class="tags-label">Qualifications:</span>
<a href="#" class="tag">UX</a>
<a href="#" class="tag">UI</a>
<a href="#" class="tag">design</a>
</div>
<!-- /.tags-group -->
<a href="#" class="more mt-5 mt-lg-0">Read more →</a>
</div>
<!-- /.offer -->
<div class="d-flex align-items-center justify-content-center">
<button class="button button-primary">More jobs</button>
</div>
</div>
<!-- /.container -->
</section>
<!-- /.section offers -->
<section class="section subscribe">
<div class="container">
<form action="#" class="subscribe-form">
<h2 class="subscribe-title">Subscribe to get new job lists weekly</h2>
<p class="subscribe-subtitle">We send you one mail per week with jobs that suit you.</p>
<div class="input-group d-flex">
<input type="text" class="input" placeholder="[email protected]">
<button class="button button-primary">
<img class="button-icon" src="img/envelope.svg" alt="icon: envelope">
<span class="button-text d-none d-md-inline-block">Subscribe</span>
</button>
</div>
<!-- /.input-group -->
</form>
<!-- /.subscribe-form -->
</div>
<!-- /.container -->
</section>
<!-- /.section subscribe -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 mb-5 mb-lg-0 col-7 mx-auto">
<img src="img/logo.svg" alt="logo: find your job">
<p class="footer-description">Website for finding remote work</p>
<span class="footer-copyright">© 2021</span>
</div>
<!-- /.col-3 -->
<div class="col-lg-3 col-sm-6 mb-5 mb-lg-0 col-7 mx-auto">
<h3 class="footer-title">Contact</h3>
<ul class="footer-list">
<li class="footer-list-item">
<a href="tel:+15303489770" class="footer-list-link">+1-530-348-9770</a>
</li>
<li class="footer-list-item">
<a href="mailto:[email protected]" class="footer-list-link">
</a>
</li>
</ul>
</div>
<!-- /.col-3 -->
<div class="col-lg-3 col-sm-6 mb-5 mb-lg-0 col-7 mx-auto">
<h3 class="footer-title">Information</h3>
<ul class="footer-list">
<li class="footer-list-item">
<a href="#" class="footer-list-link">Privacy Policy</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Terms of Service</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Public offer</a>
</li>
</ul>
</div>
<!-- /.col-3 -->
<div class="col-lg-3 col-sm-6 mb-5 mb-lg-0 col-7 mx-auto">
<h3 class="footer-title">Sitemap</h3>
<ul class="footer-list">
<li class="footer-list-item">
<a href="#" class="footer-list-link">Jobs</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Companies</a>
</li>
<li class="footer-list-item">
<a href="#" class="footer-list-link">Contact</a>
</li>
</ul>
</div>
<!-- /.col-3 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</footer>
<!-- /.footer -->
<script src="js/main.js"></script>
</body>
</html>