-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (92 loc) · 4.38 KB
/
Copy pathindex.html
File metadata and controls
118 lines (92 loc) · 4.38 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="The personal Website of Alex Corkin">
<title>Soldier's 5 | Home</title>
<link rel="stylesheet" href="css/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/layouts/side-menu-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="css/layouts/side-menu.css">
<!--<![endif]-->
</head>
<body>
<div id="layout">
<!-- Menu toggle -->
<a href="#menu" id="menuLink" class="menu-link">
<!-- Hamburger icon -->
<span></span>
</a>
<div id="menu">
<div class="pure-menu pure-menu-open">
<a class="pure-menu-heading">Routes</a>
<ul>
<li><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="http://4lex.nz/blog/">Blog</a></li>
</ul>
</div>
</div>
<div id="main">
<div class="header">
<h1>Soldier's 5</h1>
<h2>Alex Corkin</h2>
</div>
<div class="content">
<h2 class="content-subhead">My Name is Alex</h2>
<p>I'm in my fifth semester of a Double Major in Geography and Computer Science. I currently work at Spark
Ventures as Software Developer. I want
to ship code that makes peoples lives easier. I want to solve big problems. I'm always looking for a new
way to test myself, I love a
good challenge, particularly if it requires a bit of lateral thinking.</p>
<h3>Study</h3>
<p>Planet Earth is awesome. I want to learn as much about it as I can - I'm passionate about Glacial /
Periglacial environments, Coastal
Processes and Deserts. I'm also very interested in technology, particularly as it relates to the
Visualisation of Big Data (life feels
like one big graph at times). I am also interested in UI / UX, Distributed Systems and Geographical
Analysis through Simulations and
GIS</p>
<h3>Experience</h3>
<p>A large number of skills and drills that the Army equipped me with, are directly transferable to the
Civilian sector. Things like a
love of hard work and the results that come from it, the ability to multitask as part of a team or while
in sole charge positions,
leadership, dedication and the pursuit of excellence - all these things set me apart from my peers.
Having secured an internship, my
goal for 2015 is another internship! Perhaps in a Geography Related role. Intern Cartographer has a nice
ring to it!</p>
<h3>Culture</h3>
<p>I'm an adrenaline junkie who loves being in the great outdoors - white water rafting, skydiving, rock
climbing, if it gets the heart
pumping then sign me up. Of course I also enjoy the simpler things, sharing a beer after work, enjoying
some down time and spending
time with friends and family.</p>
</div>
<div class="pure-g">
<div class="pure-u-1-3"></div>
<div class="pure-u-1-3">
<div>
<a href="http://www.linkedin.com/pub/alex-corkin/76/870/234"><img src="images/linkedin.png"
style="width: 20%; height: 20%"></a>
<a href="https://twitter.com/@4lexNZ"><img src="images/twitter.png" style="width: 20%; height: 20%"></a>
<a href="https://github.com/AlexanderNZ"><img src="images/github.png"
style="width: 20%; height: 20%"></a>
<a href="mailto:alex@4lex.nz"><img src="images/email.png" style="width: 20%; height: 20%"></a>
</div>
</div>
<div class="pure-u-1-3"></div>
</div>
</div>
</div>
</div>
</div>
<script src="js/ui.js"></script>
</body>
</html>