-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.51 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
---
layout: homepage
---
<div id="everything">
<div id="intro">> My name is Mark Gius</div>
<div id="headshot">
<img id="headshot_short" src="images/headshot_smaller.jpg" alt="Mark Gius at Global Game Jam">
<img id="headshot_tall" src="images/headshot_small.jpg" alt="Mark Gius at Global Game Jam">
</div>
<div class="content">
I have
<ul>
<li>a <a href="http://mgius.github.com/Resume">Resume</a></li>
<li>a <a href="http://github.com/mgius/">GitHub</a></li>
<li>a <a href="http://www.linkedin.com/in/markgius">LinkedIn</a></li>
<li>a <a href="http://twitter.com/markgius">Twitter</a></li>
<li><a href="friends.html">some friends</a></li>
</ul>
<p>You can see the code to this website
<a href="https://github.com/mgius/markgius.com">here</a>.</p>
<p>Or perhaps you want to look at some
<a href="https://github.com/mgius/senior_project">code</a>
that I have written.</p>
<p>I like to code. Coding in Python makes me happy. Coding in F# makes me sad.</p>
<p>I am a Linux User, and helped run <a href="http://cplug.org">CPLUG</a>
for a couple of years. </p>
<p>I like to analyze games in far too much detail.</p>
<p id="coolFactBro"></p>
<p>I'm a pretty friendly guy, feel free to
<a href='mailto:hello@markgius.com'>email me</a>
</p>
</div>
</div>