-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (52 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<link href="stylesheets/style.css" type="text/css" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="js/easing.js"></script>
<script src="js/main.js"></script>
<meta charset=utf-8 />
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<title>Karl Keefer</title>
</head>
<body>
<div class="bgcover">
</div>
<div class="bgcover2">
</div>
<div class="noise">
</div>
<div class="center">
<h1>Karl Keefer</h1>
<br/>
<a target="_blank" title="Training Health Workers" href="https://healthlearn.org">
<h3>HealthLearn</h3>
</a>
<br/>
<a target="_blank" title="Building Community" href="https://aldercommons.org">
<h3>Alder Commons</h3>
</a>
<br/>
<a target="_blank" title="Building Software" href="https://branchandmerge.com">
<h3>Branch and Merge</h3>
</a>
<br/>
<a target="_blank" title="Making Short Films" href="https://crazysauce.com">
<h3>Crazysauce</h3>
</a>
<br/>
<a target="_blank" title="Making Music" href="https://soundcloud.com/keeflebeef">
<h3>Keef Le Beef</h3>
</a>
<br/>
<a target="_blank" title="Going Places" href="https://karlkeefer.com/map.html">
<h3>Travel Map</h3>
</a>
<br/>
<br/>
<a title="Email me!" href="mailto:[email protected]">
<h3>[email protected]</h3>
</a>
</div>
</body>
</html>