-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (81 loc) · 4.24 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
---
layout: default
---
<div class="home">
<div id="game-container"></div>
<h1 class="header">Hey, my name is <b>Andy</b>.</h1>
<div class="spacer"></div>
<div class="below-game">
<h1 class="passion-for">I have a passion for...</h1>
<ul class="interests">
<li>
<div class="code-section">
{% image code.png class="interest-label" %}
<div class="section-content">
I like <b>understanding</b> and crafting every layer of the application stack. Lately I've been experimenting with <a href="http://phaser.io" target="_blank">Phaser</a>, the WebGL accelerated HTML5 game engine powering this page.
<div class="controls">
<a class="control" href="https://github.com/andycreeth/personal-site" target="_blank">
<span class="octicon octicon-file-code"></span><br/>
Page Source
</a>
<a class="control" href="{% asset_path resume.pdf %}" target="_blank">
<span class="octicon octicon-file-text"></span><br/>
My Resume
</a>
<a class="control" href="https://github.com/andycreeth" target="_blank">
<span class="octicon octicon-mark-github"></span><br/>
My Code
</a>
</div>
</div>
</div>
</li>
<li>
<div class="game-section">
{% image games.png class="interest-label" %}
<div class="section-content">
Games have been a lifelong hobby of mine. I strive to bring elements of gameplay into the interfaces that I build.
<div class="controls">
<a class="control spawner">
<span class="octicon octicon-person"></span><br/>
Click for Awesome
</a>
</div>
</div>
</div>
</li>
<li>
<div class="music-section">
{% image music.png class="interest-label" %}
<div class="section-content">
Making music is one of my favorite forms of artistic <b>expression</b>. I play the piano, and I mix and record electronic music. Lately, I've been working on the soundtrack for a video game that was recently greenlit on Steam called Retrograde.
<div class="controls">
<a class="control" href="http://playretrograde.com/" target="_blank">
<span class="octicon octicon-rocket"></span><br/>
Play Retrograde
</a>
</div>
</div>
</div>
</li>
<li>
<div class="mountain-section">
{% image mountains.png class="interest-label" %}
<div class="section-content">
On June 24th 2014 I reached the summit of Mt. Rainier. It was the culmination of a year of training, focus, and <b>determination</b>. I'm hoping that the future will bring many more successful summits, both literal and metaphorical.
<div class="controls">
<a class="control show-view">
<span class="octicon octicon-device-camera"></span><br/>
View From the Top
</a>
<a class="control fancybox" href="https://www.youtube.com/embed/UAl1Ugsv4t4?autoplay=1">
<span class="octicon octicon-device-camera-video"></span><br/>
Watch the Video
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>