-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (36 loc) · 1.08 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>Bradley Rodgers</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="assets/css/styles.css">
<script src="https://use.typekit.net/qty2ril.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<!-- start container -->
<div class="l-container">
<div class="name">
<h1 class="name__content">Bradley Rodgers</h1>
</div>
<div class="headline">
<p class="headline__content">I’m a product designer at Campaign Monitor in Sydney, Australia</p>
<div>
<!-- start grid -->
<!-- <div class="l-grid">
<div class="l-grid__item l-grid__item--5-col">
</div>
<div class="l-grid__item l-grid__item--7-col">
<div class="img-1">
<img src="assets/img/desk.jpg">
</div>
</div>
</div> -->
<!-- end grid -->
</div>
<!-- end container -->
</body>
</html>