-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·101 lines (93 loc) · 4.07 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Mike Ryan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="#" class="image avatar"><img src="images/mike.png" alt="" /></a>
<h1><strong>I'm Mike Ryan</strong>, a software developer in San Francisco.</h1>
<br/>
<div class="4u$ 12u$(small)">
<ul class="labeled-icons">
<li>
<h3 class="icon fa-mobile"><span class="label">Phone</span></h3>
973.617.6411
</li>
<li>
<h3 class="icon fa-envelope-o"><span class="label">Email</span></h3>
<a href="#">[email protected]</a>
</li>
<li>
<h3 class="icon fa-github"><span class="label">Github</span></h3>
<a href="https://github.com/mikeryancodes">mikeryancodes</a>
</li>
<li>
<h3 class="icon fa-linkedin"><span class="label">LinkedIn</span></h3>
<a href="http://www.linkedin.com/in/mikeryancodes">mikeryancodes</a>
</li>
</ul>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>About Me</h2>
</header>
<p>I've loved problem solving for as long as I can remember. Back in high school,
I got hooked on coding fiddling around with my TI-82. I've written code professionally,
and after college, I spent eleven years teaching elementary and middle school students
to be better problem solvers. I'm excited to have the chance to do challenging and creative
work for a company working to make the world a better place.
<br/><br/>
Please have a look at my <a href="mike_ryan_resume.pdf">resume</a> if you'd like more information about my background.
</section>
<!-- Two -->
<section id="two">
<h2>Recent Work</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/polltergeist.png" class="image fit thumb"><img src="images/fulls/polltergeist.png" alt="" /></a>
<h3>Polltergeist (<a href="http://www.polltergeist.io">www.polltergeist.io</a> | <a href="https://github.com/mikeryancodes/poll-tergeist">github</a>)</h3>
<p>A polling app inspired by Poll Everywhere</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="images/fulls/bubbleshooter.png" class="image fit thumb"><img src="images/fulls/bubbleshooter.png" alt="" /></a>
<h3>Bubble Shooter (<a href="./bubbleshooter/index.html">live</a> | <a href="https://github.com/mikeryancodes/bubbleshooter">github</a>)</h3>
<p>A JavaScript game with some great algorithms under the hood</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/railslite.png" class="image fit thumb"><img src="images/fulls/railslite.png" alt="" /></a>
<h3>Rails Lite (<a href="https://github.com/mikeryancodes/Rails-Lite">github</a>)</h3>
<p>A MVC web server inspired by Rails</p>
</article>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© Mike Ryan</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>