-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (80 loc) · 3.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Rory Hardy's Open Source Projects" />
<meta name="author" content="Rory Hardy [GneatGeek]" />
<meta name="keywords" content="GneatGeek, Open Source, Code, Projects, Rory Hardy, PHP, JavaScript, CSS, SASS">
<meta name="robots" content="index, follow, archive" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width; initial-scale=1" />
<title>Rory Hardy [GneatGeek] | GitHub</title>
<link rel="stylesheet" href="css/gg.css">
</head>
<body>
<div id="main">
<header>
<div id="headerImg"><img src="images/logo.png" width="248" height="150" alt="Logo Image"></div>
</header>
<nav id="menu">
<ul>
<li><a href="#repos" class="scroll">Repos</a></li><!-- Remove once white-space-collapse is implemented.
--><li><a href="#gists" class="scroll">Gists</a></li><!--
--><li><a href="https://github.com/gneatgeek" target="_blank">GitHub Profile</a></li><!--
--><li><a href="http://vizify.com/rory-hardy" target="_blank">Vizify</a></li>
</ul>
</nav>
<section id="content">
<!--[if lt IE 9]>
<hr>
<h2 style="color:#DD1A12;">WARNING!</h2>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade
your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install
Google Chrome Frame</a> to better experience this site.</p>
<hr>
<![endif]-->
<div class="segment">
<h2 id="about">
<a href="#about" class="anchor"></a>About
</h2>
</div>
<article style="min-height:210px;">
<div class="moi">
<img height="210" width="210"
src="https://secure.gravatar.com/avatar/e1f410aec9570eb7643464bf5c3e704d?s=420&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png">
</div>
<p>
My name is Rory Hardy and I am a recent graduate of
<a href="http://oregonstate.edu/" target="_blank">Oregon State University</a> with a major
in computer science and a minor in business & entrepreneurship. My primary focus
is web development, though I am interested in most applications of computing.
</p>
<p>
I love learning new things and have taken opportunities to dive into shader programming,
parallel programming, to teach a few classes, and more. These opportunities have enabled
me to explore areas of computer science that are fascinating to me but not a part of my
learning curriculum. I’ve been able to build 3D renders based on mathematics, program on
a GPGPU with openCL, and more, which has given me new perspectives. In short, I have a
desire to understand which drives me to learn. To learn more about me visit my
<a href="https://www.vizify.com/rory-hardy" target="_blank">Vizify profile</a>.
</p>
<p>This page contains links to my open source projects and projects to which I have contributed to on GitHub.</p>
</article>
<div class="segment">
<h2 id="repos">
<a href="#repos" class="anchor"></a>Repositories
</h2>
</div>
<ol id="git"></ol>
<div class="segment">
<h2 id="gists">
Gists<a href="#gists" class="anchor"></a>
</h2>
</div>
<ol id="gist"></ol>
</section>
<footer></footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="js/gg.js"></script>
</body>
</html>