-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 1.61 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="img/sfi.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- load the regular blog api -->
<script src="http://steadfastinnovation.tumblr.com/api/read/js"></script>
<!-- move the regular blog into a new variable -->
<script>
// Make room for the devblog
var blog_api_read = tumblr_api_read;
tumblr_api_read = undefined;
</script>
<!-- load the dev blog api -->
<script src="http://steadfastinnovation.tumblr.com/api/read/js"></script>
<script type="text/javascript">
$('head').append($("<div id=\"container\">").load("header.html"));
</script>
</head>
<body>
<div id="push">
</div>
<div id="header">
<div id="logo_container">
<script type="text/javascript">
$('#logo_container').load('logo_container.html');
</script>
</div>
<div id="navbar">
<script type="text/javascript">
$('#navbar').load('navbar.html');
</script>
</div>
</div>
<div id="loadingDiv"><paper-spinner active></paper-spinner></div>
<div id="content">
</div>
<div id="footer">
<script type="text/javascript">
$('#footer').load('footer.html');
</script>
</div>
</body>
<!--
_____ _____ _____ _
| ___| | ___| |_ _| | |
| |___ | |__ | | | |
|____ | | __| | | |_|
___| | | | _| |_ _
|_____| |_| |_____| |_|
-->