-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (69 loc) · 2.34 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
<!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="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v3.8.5">
<title>Blog Template · Bootstrap</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.3/examples/blog/">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="blog.css" rel="stylesheet">
</head>
<style>
.blank {
min-height: 900px;
background-color:white;
}
.blanc {
background-color: orange;
}
.grey {
background-color:#f0f0ed;
}
.flex {
padding:1.44rem;
display: flex;
flex-direction:row;
}
.max-one {
margin: 0.69rem auto 0px;
max-width:590px;
}
.max-two {
width: 100%;
margin: 0px 0.83rem 1.44rem;
max-width: 320px;
}
}
</style>
<body class="grey radius">
<div class="radius blank col-md-10 offset-md-1">
<div class="flex flex">
<div class="one max-one">
<p>0x's mission</p>
<p>Ox's mission is to create an infrastructure to support the growing emergence of the crypto economy. They are working to build a transparent system that will allow the influx of newly tokenised assets to be equitable and efficient.
</p>
</div>
<div class="two max-two">
<p>0x is hiring for 14 jobs on Otta!</p>
<P>DevOps Engineer</P>
<p>Director of Engineering</p>
<P>DevOps Engineer</P>
<p>Director of Engineering</p>
<P>DevOps Engineer</P>
<p>Director of Engineering</p>
<P>DevOps Engineer</P>
<p>Director of Engineering</p>
</div>
</div>
</div>
</div>
</body>
</html>