-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·72 lines (61 loc) · 2.43 KB
/
index.html
File metadata and controls
executable file
·72 lines (61 loc) · 2.43 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
<!DOCTYPE <!DOCTYPE html>
<html>
<head>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Agnes Riley</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,900' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<header class="header padded">
<img src="images/Agi.jpg" alt="Agnes Riley">
<h1>Agnes Riley</h1>
<h2>Software Engineer</h2>
</header>
<section id="about" class="padded about" >
<h2>About Me</h2>
<p>I'm a jack of all trades. Raised in Hungary, lived in Canada, South Africa and now the US. Love what you can do with a computer and a bit of coding and design.</p>
</section>
<section class="links padded">
<h2>Websites that I visit often</h2>
<ul class="websites">
<li><a href="http://www.fuckinghomepage.com" target="_blank">fuckinghomepage.com</a></li>
<li><a href="http://www.mashable.com" target="_blank">Mashable.com</a></li>
</ul>
<h2>What I do</h2>
<ul>
<li>FileMaker Development</li>
<li>Web Development</li>
<li>Mobile Development</li>
<li>Graphic Design</li>
<li>Business Consulting</li>
</ul>
<h2>In my free time I enjoy</h2>
<ol>
<li>Motorcycling</li>
<li>Rock climbing</li>
<li>Photography</li>
<li>Learning</li>
</ol>
</section>
<section class="contact padded">
<h2>Contact Me</h2>
<a href="http://www.twitter.com/agir" target="_blank"><img src="images/twitter.png"></a>
<a href="http://www.facebook.com/agnes.riley" target="_blank"><img src="images/facebook.png"></a>
<a href="http://www.linkedin.com/in/agnesriley" target="_blank"><img src="images/linkedin.png"></a>
<!-- <a href="mailto:ariley@gmail.com" target="_blank"><img src="images/email.png"></a> -->
<a href="ariley [at] gmail.com" rel="nofollow" onclick="this.href='mailto:' + 'ariley' + '@' + 'gmail.com'"><img src="images/email.png"></a>
<p>Copyright Agnes Riley ©2015</p>
</section>
</div>
</body>
</html>