-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (47 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jobs for Devs</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/app.css" />
</head>
<body>
<div class="columns pt4 pb7">
<div class="column is-7 is-offset-1">
<p class="f7">
<i class="fa fa-clock"></i> Posted 2 hours ago</p>
<h1 class="title is-2">
Rails Developer
</h1>
<ul class="list pb4">
<li class="inline-block f6 pr2">
Full Time
</li>
<li class="inline-block f6 ph2">
<i class="fa fa-pin"></i>
Accra, Ghana
</li>
<li class="inline-block f6 ph2">
<i class="fa fa-wifi"></i> Remote Job</li>
</ul>
<div class="content text-serif f4">
Lorem ipsum dolor sit amet consectetur adipisicing elit. A deleniti quae vero similique doloribus, odio recusandae tempora eveniet natus, ipsum totam. Dolorem ducimus similique totam eos ipsam odit recusandae veniam!
</div>
<a href="#" class="button is-rounded is-large is-fullwidth is-link">Apply to this job</a>
</div>
<div class="column is-2 is-offset-1 has-text-centered">
<img src="img/1.jpg" alt="">
<h5 class="is-5 has-text-centered">
StoreFoundry
</h5>
<div class="mt2 mb4">
<i class="fa fa-globe"></i>
</div>
<a href="#" class="button is-rounded is-fullwidth is-link">Apply to this job</a>
</div>
</div>
</body>
</html>