-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (124 loc) · 4.98 KB
/
Copy pathindex.html
File metadata and controls
132 lines (124 loc) · 4.98 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Page Meta -->
<meta charset='utf-8'>
<title>Grayson Paul Cooper</title>
<!-- Bootstrap CDN -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" rel='stylesheet' type='text/css'>
<!-- User Stylesheet -->
<link href='styles.css' rel='stylesheet' type='text/css'>
<!-- Font Awesome Icons CDN -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Prevent Mobile Zoom -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112385399-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112385399-1');
</script>
</head>
<body>
<header>
<div class="container" id="desktop-header">
<div class="row">
<div class="col-md-12">
<section>
<img src='./img/grayson-v2.png' width='130'>
<h1>Grayson Cooper</h1>
<div class='contact-info'>
<a href='mailto:graysonpaulcooper@gmail.com'><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
<a href='https://www.instagram.com/gradyson' target='_blank'><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
</section>
</div>
</div>
</div>
<div class="container" id="mobile-header">
<div class="row">
<div class="col-md-12">
<section>
<img src='./img/grayson-v2.png' width='130'>
<h1>Grayson Cooper</h1>
<div class='contact-info'>
<a href='mailto:graysonpaulcooper@gmail.com'><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
<a href='https://instagram.com/gradyson' target='_blank'><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
</section>
</div>
</div>
</div>
</header>
<article>
<div class='lcol'>
<div class="container" id="mobile-margin">
<div class="row">
<div class="col-md-12">
<section>
<h3>Latest posts</h3>
<ul>
<li>
<a href='./2017-Year-End-Review'>2017 Year End Review</a>
</li>
<li>
<a href='./how-to-set-goals-2018'>How to Set Goals for 2018</a>
</li>
</ul>
</section>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<section>
<h3>I've started</h3>
<ul>
<li>
<a href='https://trysparkschool.com' target='_blank'>Spark School</a>
</li>
</ul>
</section>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<section>
<h3>I've worked for</h3>
<ul>
<li>
<a href='http://rev.com' target='_blank'>Rev</a>
</li>
<li>
<a href='http://pioneer.bank' target='_blank'>Pioneer Bank</a>
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
<div class='rcol'>
<div class="container">
<div class="row">
<div class="col-md-12">
<section>
<h3>Book notes</h3>
<ul>
<li>
<a href='/book/Happiness'>Happiness</a>
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
</article>
</body>
</html>