-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (112 loc) · 5.09 KB
/
index.html
File metadata and controls
116 lines (112 loc) · 5.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style/index.css">
<title>Clint Gordon-Carroll</title>
</head>
<body>
<section class=hero_header>
<div class=profile>
<img src="assets/gc_profile.jpg">
</div>
<h1>Clint Gordon-Carroll</h1>
<nav class="stroke">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">wrappers</a></li>
<li><a href="#">People</a></li>
</ul>
</nav>
<h2>My Life's Work on a Single Page.</h2>
<div class=intro>
<p>It’s amazing how a single comment can change the course of one’s life. My life-changing comment came from my high school chemistry teacher who said I would amount to nothing in my life. Well, with the drive—and maybe a chip on my shoulder—to prove him wrong, I’ve become a well-respected entrepreneur who launched my first business after college and has been a key part of multiple revolutionary products, companies, and a successful exit ever since.</p>
<p>While I know I’ve surpassed the expectations of my high school teachers, my drive to succeed, deliver results, and be an innovator and market disrupter has never been higher.</p>
</div>
</section>
<div class=banner>
<h2>My life in Work.</h2>
</div>
<section class=project_collection>
<div class=card>
<img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D">
<div class=info>
<h1>Mozy</h1>
<p>My first product management position. My first taste of a startup. </p>
<button type="button" class="readmore"> Read More</button>
</div>
</div>
<div class=card>
<img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D">
<div class=info>
<h1>Backcountry</h1>
<p>Some content goes here.</p>
<button type="button" class="readmore"> Read More</button>
</div>
</div>
<div class=card>
<img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D">
<div class=info>
<h1>Space Monkey</h1>
<p>More content here</p>
<button type="button" class="readmore"> Read More</button>
</div>
</div>
<div class=card>
<img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D">
<div class=info>
<h1>Vivint</h1>
<p>More content here</p>
<button type="button" class="readmore"> Read More</button>
</div>
</div>
<div class=card>
<img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D">
<div class=info>
<h1>Stretch</h1>
<p>The stuff about Stretch</p>
<button type="button" class="readmore"> Read More</button>
</div>
</div>
<div class=card>
<img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D">
<div class=info>
<h1>Lambda</h1>
<p>Some lambda copy</p>
<button type="button" class="readmore"> Read More</button>
</div>
</div>
<div class=card>
<img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D">
<div class=info>
<h1>Clutch</h1>
<p>The Clutch</p>
<button type="button" class="readmore"> Read More</button>
</div>
</div>
<div class=card>
<img src="https://images.unsplash.com/photo-1425342605259-25d80e320565?auto=format&fit=crop&w=750&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D">
<div class=info>
<h1>Tribal Exchange</h1>
<p>Tribal Exchange is gonna cost Todd P a lot of money.</p>
<button type="button" class="readmore"> Read More</button>
</div>
</div>
</section>
<footer>
<div class=contact_me>
<nav class="socials">
<ul>
<li><a href="https://www.linkedin.com/in/clint/">LinkedIn</a></li>
<li><a href="https://twitter.com/clintgc?lang=en">Twitter</a></li>
<li><a href="https://www.instagram.com/clintgc/?hl=en">Instagram</a></li>
<li><a href="#">Email</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>