-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
162 lines (132 loc) · 3.42 KB
/
index.html
File metadata and controls
162 lines (132 loc) · 3.42 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>e64.us</title>
<meta name="viewport" content="width=device-width">
<meta name="csrf-param" content="authenticity_token">
<meta name="csrf-token" content="fG6jrLZ1yqzoEqTwX35Efb/DSWI4j0QuFVydj7yOFznIdn70agBVD0TRcWUX3YK7C73p5p1Hee9t2MJQ280+xA==">
<link rel="stylesheet" media="screen" href="/assets/home.self-b691e22a89eb945a4062324253cb9a4119166933bb6ff0da537ba43610eb76e6.css?body=1">
<link rel="stylesheet" media="screen" href="/assets/posts.self-9ad7e8ce80c31a7986bc860c068321b43f9c3597b28878ce593b586a45cd7054.css?body=1">
<link rel="stylesheet" media="screen" href="/assets/application.self-f0d704deea029cf000697e2c0181ec173a1b474645466ed843eb5ee7bb215794.css?body=1">
</head>
<body>
<div class="home-header">
<h1>E64.US</h1>
<div class="contact">
<img id="e64-character" src="/assets/character.svg" style="max-width: 5em;" alt="Epitaph64 Character"><br>
<a href="https://github.com/Epitaph64">Github</a><br>
<a href="https://epitaph64.newgrounds.com/audio/">Newgrounds</a><br>
<a href="https://twitter.com/Epitaph64">Twitter</a>
</div>
<br>
</div>
<br>
<div class="home-div">
<table class="two-column">
<tr>
<th>Date</th>
<th>Title</th>
</tr>
<tr>
<td>
10/05/2019 2:53 PM MST
</td>
<td>
<a href="/posts/firefox_development_oct_2019">Firefox Volunteer Development - October 2019</a>
</td>
</tr>
<tr>
<td>
09/02/2019 8:19 PM MST
</td>
<td>
<a href="/posts/site_updates_september_2019">Site Updates for September 2019</a>
</td>
</tr>
<tr>
<td>
08/14/2019 4:08 PM MST
</td>
<td>
<a href="/posts/nootracker_supplement_tracking_first_release">NooTracker - Supplement Tracking Software</a>
</td>
</tr>
<tr>
<td>
02/14/2019 2:25 PM MST
</td>
<td>
<a href="/posts/blog_ported_ruby_rails">Blog Ported to Ruby on Rails</a>
</td>
</tr>
<tr>
<td>
01/28/2019 MST
</td>
<td>
<a href="/posts/debian_9_xfce4_terminal_coloring">Debian 9 xfce4-terminal Background Color Customization for Differentiating Root Elevation</a>
</td>
</tr>
<tr>
<td>
10/22/2017 MST
</td>
<td>
<a href="/posts/plant_journaling_2017">Plant Journaling</a>
</td>
</tr>
<tr>
<td>
10/20/2017 MST
</td>
<td>
<a href="/posts/new_site_open_source_story_telling">New Site Design & Open-Source Story-telling Program Created</a>
</td>
</tr>
<tr>
<td>
07/16/2016 MST
</td>
<td>
<a href="/posts/writing_music_reaper_komplete_10">Writing Music with Reaper and Komplete 10</a>
</td>
</tr>
<tr>
<td>
01/12/2016 MST
</td>
<td>
<a href="/posts/html5_game_development_2016">HTML 5 Game Development Experiments</a>
</td>
</tr>
<tr>
<td>
01/08/2016 MST
</td>
<td>
<a href="/posts/engineering_class_website_2016">Engineering Class Website Complete!</a>
</td>
</tr>
<tr>
<td>
10/22/2015 MST
</td>
<td>
<a href="/posts/website_redesign">Website Redesign</a>
</td>
</tr>
</table>
</div>
<div class="home-footer">
<div class="contact">
<img id="e64-character" src="/assets/character.svg" style="max-width: 5em;" alt="Epitaph64 Character"><br>
<a href="https://github.com/Epitaph64">Github</a><br>
<a href="https://epitaph64.newgrounds.com/audio/">Newgrounds</a><br>
<a href="https://twitter.com/Epitaph64">Twitter</a>
</div>
</div>
</body>
</html>