-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (97 loc) · 5.12 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="front-end, frontend, front, end, development, ottawa, ontario, ux, ui, ui/ux">
<meta name="description" content="Front-end Web Development in Ottawa Ontario. ">
<link rel="shortcut icon" href="/images/favicon.png">
<title>Aaron Armstrong | Front-end Developer</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section class="background">
<div class="contact">
<div class="container">
<div id="message"></div>
<form class="form-horizontal" id="contactform" role="form" action="contact.php">
<a href="#" id="closecontact"><span></span></a>
<div class="form-group">
<label for="inputEmail3" class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<input name="name" class="form-control" type="text" id="name" value="" placeholder="Name" />
</div>
</div>
<div class="form-group">
<label for="inputPassword3" class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">
<input type="email" class="form-control" value="" id="email" placeholder="Email">
</div>
</div>
<div class="form-group">
<label for="inputPassword3" class="col-sm-2 control-label">Message</label>
<div class="col-sm-10">
<textarea name="comments" class="form-control" rows="3" ows="3" id="comments" placeholder="Please enter your message here"></textarea>
</div>
</div>
<button type="submit" class="btn btn-default fl_right">Send</button>
</form>
</div>
</div>
<div class="bg1"></div>
<div class="bg2 blur"></div>
<div class="container name">
<h1>Aaron Armstrong</h1>
<h2>Front-end Developer</h2>
</div>
</section>
<section class="content">
<div class="success">Thanks! Ill get back to you as soon as possible.</div>
<div class="myimage">
<img src="images/2792103.jpeg">
</div>
<!-- <div class="myimage2">
<img src="images/santa-hat1.png">
</div> -->
<div class="aboutme">
<div class="container">
<div class="about">
<h2>Ohai!</h2>
<p>Im Aaron Armstrong, a 24 year old Irish Canadian living in the heart of Canada. I currently make beautiful designs and awesome UX over at <a href="http://www.openplus.ca">OpenPlus</a>. </p>
<p>I graduated in 2012 from the <a href="http://www.bitdegree.ca">BIT</a> program at <a href="http://www.carleton.ca/">Carleton University</a>. Since then I have worked on some awesome sites like <a href="http://ottawa.ca/">Ottawa.ca</a>, <a href="http://www.uottawa.ca/">uOttawa.ca</a>, <a href="http://www.govplus.io">GovPlus.io</a>, <a href="http://www.drupalwxt.org">DrupalWxT</a> and <a href="http://www.opseu.org/">OPSEU</a>. </p>
<p>Besides my love for all things UX & Front-end, I also enjoy many other things like: snowboarding, ice hockey, lacrosse, League of Legends, Guitar Hero and playing with my big ol' Siberian husky.</p>
<p>Want to hire me? I have limited availability but don't hesitate to email me at <a href="mailto:[email protected]?subject=Front-end Development" id="getintouchmobile">[email protected]</a> or <a href="#" id="getintouch">fill out my form.</a></p>
</div>
<div class="getahold">
<h2>Find me on</h2>
<ul>
<li><a href="https://github.com/aastrong">Github</a></li>
<li><a href="https://coderwall.com/aastrong">Coderwall</a></li>
<li><a href="https://twitter.com/aastrong1">Twitter</a></li>
<li><a href="https://drupal.org/user/2458024">Drupal</a></li>
</ul>
</div>
</div>
</div>
</section>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/hammer.min.js"></script>
<!-- <script src="js/snowfall.jquery.min.js"></script> -->
<script src="js/jquery.jigowatt.js"></script>
<script src="js/custom.js"></script>
</body>
</html>