-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (181 loc) · 6.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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<html>
<!-- Peter's personal website -->
<head>
<!-- Title -->
<title>
Peter Burkimsher
</title>
<!-- CSS style -->
<style>
body {
font-family: Sans-Serif;
background-image: url('noise.jpg'); background-repeat: repeat; background-position: top left; background-attachment: fixed;
}
</style>
</head>
<!-- Body -->
<body>
<!-- Scripts -->
<!-- JQuery from http://jquery.com/download/ -->
<script type="text/javascript" src="jquery-1.11.3.min.js"></script>
<!-- Markdown to HTML converters from http://www.steamed-design.com/post/11092703445/markdown-and-javascript#jquery -->
<script src="Markdown.Converter.js"></script>
<script src="jquery.markdown.js"></script>
<!-- Script to load the correct Markdown files on page load -->
<script type="text/javascript">
function mdToDiv(thisUrl, thisDiv)
{
$().loadMarkdown({
url: thisUrl,
replaceWith: true, //true use replaceWith ELSE appendTo when adding
preAdd: function(result) {
//Replace some of the generated text
// Remove my profile picture, because we include it in the left column
result = result.replace("<img id=\"Photo\" class=\"aligncenter\" alt=\"Photo\" src=\"https://raw.githubusercontent.com/peterburk/peterburk.github.io/master/Photo.png\">", "");
$(thisDiv).html(result);
},
postAdd: function() {
//Do anything you want to after the content is added
}
});
}
</script>
<!-- End scripts -->
<!-- Heading -->
<h1>
Peter Burkimsher
</h2>
<!-- Top navigation bar -->
<div style="padding-left:0.81em;">
<table border="1" style="border-style: solid;border:1px; border-collapse: collapse;background:#FFFFFF;font-weight:bold">
<tr>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="" style="text-decoration: none;color: #000000;">
Home
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/blog" style="text-decoration: none;color: #000000;">
Blog
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/ideas" style="text-decoration: none;color: #000000;">
Ideas
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/hints" style="text-decoration: none;color: #000000;">
Hints
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/maps" style="text-decoration: none;color: #000000;">
Maps
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/programs" style="text-decoration: none;color: #000000;">
Programs
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/documents" style="text-decoration: none;color: #000000;">
Documents
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/pliny/ChaptersHtml/0/1.%20PlinyPedia.html" style="text-decoration: none;color: #000000;">
PlinyPedia
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/i2018n" style="text-decoration: none;color: #000000;">
i2018n
</a>
</td>
<td style="padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:6px;">
<a href="/contact" style="text-decoration: none;color: #000000;">
Contact
</a>
</td>
</tr>
</table>
</div>
<!-- End heading row -->
<!-- Two-column content -->
<table>
<tr>
<!-- Left column -->
<td valign="top">
<!-- Left column items -->
<table border="1" style="border-style: solid;border:1px;width:5%;border-spacing: 10px;">
<!-- Photo cell -->
<tr>
<td>
<div id="photo-cell" style="padding-left:0.5em;background:#FFFFFF">
<img src="https://raw.githubusercontent.com/peterburk/peterburk.github.io/master/Photo.png" alt="Photo"/>
</div>
</td>
</tr>
<!-- Personal info cell -->
<tr>
<td>
<div id="personal-info" style="padding-left:0.5em;background:#FFFFFF">
Location, Email, Qualifications, Awards
</div>
<script>
mdToDiv("https://raw.githubusercontent.com/peterburk/peterburk.github.io/master/info.md", "#personal-info");
</script>
</td>
</tr>
<!-- Travels cell -->
<tr>
<td>
<div id="travels" style="padding-left:0.5em;background:#FFFFFF">
<h3>Travels</h3>
<div style="padding:10px">
<a href="/maps/countries_google.html" target=_blank>
<img width="240px" src="https://raw.githubusercontent.com/peterburk/peterburk.github.io/master/maps/Travels.png" alt="Travels Map"/>
</a>
</div>
</div>
</td>
</tr>
</table>
<!-- End left column items -->
</td>
<!-- End two-column content left -->
<!-- Right column -->
<td valign="top">
<!-- Right column items -->
<table border="1" style="border-style: solid;border:1px;width:70%;border-spacing: 10px;">
<tr style="background:#FFFFFF">
<td>
<div id="about-me" style="padding-left:0.5em">
About Me
</div>
<script>
mdToDiv("https://raw.githubusercontent.com/peterburk/peterburk.github.io/master/README.md", "#about-me");
</script>
</td>
</tr>
<tr style="background:#FFFFFF">
<td>
<div id="bio" style="padding-left:0.5em">
Bio
</div>
<script>
mdToDiv("https://raw.githubusercontent.com/peterburk/peterburk.github.io/master/bio.md", "#bio");
</script>
</td>
</tr>
</table>
<!-- End right column items -->
</td>
<!-- End two-column content right -->
</tr>
<!-- End two column layout -->
</table>
</body>
</html>