-
Notifications
You must be signed in to change notification settings - Fork 0
/
armstrong-time-at-uc.html
76 lines (57 loc) · 2.78 KB
/
armstrong-time-at-uc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<!--uc libraries-->
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="ISO-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Neil Armstrong, His Time at UC</title>
<!--styles-->
<!--UC global nav-->
<link rel="stylesheet" media="screen" href="css/globalnav.css" />
<!--armstrong site-->
<link rel="stylesheet" media="screen" href="css/armstrong.css" />
<!--time at uc essays css-->
<link rel="stylesheet" media="screen" href="css/armstrong-time-at-uc.apple.css" />
<!--gallery css-->
<!--<link rel="stylesheet" media="screen" href="css/armstrong-gallery.modern-slide-in.css" />-->
<link rel="stylesheet" media="screen" href="css/armstrong-uc-gallery.modern-slide-in.css" />
<!--google fonts-->
<link href='http://fonts.googleapis.com/css?family=Numans|Days+One' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Pontano+Sans' rel='stylesheet' type='text/css' />
<!--scripts-->
<!--jquery-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined'){
document.write(unescape('%3Cscript src="scripts/jquery-min.js" %3E%3C/script%3E'));
}
</script>
<script src="scripts/armstrong-nav.js" type="text/javascript"></script>
<!--sequencejs scripts-->
<script src="scripts/jquery.sequence-min.js" type="text/javascript"></script>
<!--time at uc essays script-->
<script src="scripts/armstrong-sequence-js-options.apple.js" type="text/javascript"></script>
<!--gallery scripts-->
<script src="scripts/armstrong-sequence-js-options.modern-slide-in.js" type="text/javascript"></script>
</head>
<body>
<div id="armstrong-wrapper" class="main"><!--armstrong navigation menu-->
<!--#include virtual="includes/mobile-armstrong-nav-menu.inc"-->
<h1 class="hidden">Neil Armstrong, the University of Cincinnati Commemorative Website</h1>
<!--begin time at uc page-->
<!--header-->
<!--#include virtual="includes/armstrong-time-at-uc.inc"-->
<!--essays-->
<!--#include virtual="includes/armstrong-essays.inc"-->
<!--uc magazine articles-->
<!--#include virtual="includes/armstrong-uc-magazine-articles.inc"-->
<!--time at uc photo gallery-->
<!--#include virtual="includes/armstrong-time-at-uc-gallery.inc"-->
<!--end time at uc page-->
<!--armstrong footer-->
<!--#include virtual="includes/armstrong-footer.inc"-->
</div><!--end armstrong-wrapper-->
</body>
</html>