-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvol_7_,masthead.html
139 lines (130 loc) · 3.92 KB
/
vol_7_,masthead.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Masthead</title>
<style type="text/css">
#container3 body {
margin: 0;
}
#container3 ul {
list-style-type: none;
margin: 0;
padding-top: 20px;
padding-left: 0px;
width: 15%;
background-color: #f1f1f1;
position: fixed;
height: 75%;
overflow: hidden;
}
#container3 li a {
display: inline-block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
#container3 li a.active {
background-color: #4CAF50;
color: white;
}
#container3 li a:hover:not(.active) {
background-color: #555;
color: white;
}
#container2 ul {
list-style-type: none;
display: block;
margin: 0;
padding: 20px;
overflow: hidden;
background-color: #333;
}
#container2 li {
float: left;
}
#container2 li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
#container2 li a:hover:not(.active) {
background-color: #111;
}
#container2 .active {
background-color: #4CAF50;
}
#header h1{
padding-top: 100px;
padding-left: 10%;
}
</style>
</head>
<div id="container2" style="position:fixed;font-family:arial;">
<body>
<ul class="navigation">
<li class="navigation-home"><a href="Digital_Edition.html" target="_blank">Home</a></li>
<li class="navigation-home"><a href="Volume_1.html" target="_blank">Volume 1</a></li>
<li class="navigation-home"><a href="Volume_2.html" target="_blank">Volume 2</a></li>
<li class="navigation-home"><a href="Volume_3.html" target="_blank">Volume 3</a></li>
<li class="navigation-home"><a href="Volume_4.html" target="_blank">Volume 4</a></li>
<li class="navigation-home"><a href="Volume_5.html" target="_blank">Volume 5</a></li>
<li class="navigation-home"><a href="Volume_6.html" target="_blank">Volume 6</a></li>
<li class="navigation-home"><a href="Volume_7.html" class="active" target="_blank">Volume 7</a></li>
<li class="navigation-home"><a href="Volume_8.html" target="_blank">Volume 8</a></li>
</ul>
</body>
</div>
<div id="header">
<h1 style="font-family:arial;">Volume 7 Masthead</h1><br>
</div>
<div id="container3">
<ul style="font-family:arial;">
<li class="navigation-home"><a href="vol_7_home.html" target="_blank">Home</a></li> <br>
<li class="navigation-Introduction"><a href="vol_7_intro.html" target="_blank">Introduction</a></li> <br>
<li class="navigation-Acknowledgements"><a href="vol_7_ack.html" target="_blank">Acknowledgements</a></li> <br><br>
<li class="navigation-Masthead"><a href="vol_7_masthead.html" class="active" target="_blank">Masthead</a></li> <br><br>
<li class="navigation-Calendar"><a href="vol_7_calendar.html" target="_blank">Calendar of Documents</a></li> <br>
<li><a href="vol_7_chron.html" target="_blank">Chronology</a></li> <br>
</ul>
</div>
<body>
<div style="margin-left:15%;padding:1px 10px;height:1000px;font-family:arial;">
<h2>Volume Editors</h2>
<dl>
<dt>Paul B.Israel</dt>
<dt>Louis Carlat</dt>
<dt>Theresa M. Collins</dt>
<dt>David Hochfelder</dt>
</dl>
<h2>Assitant Editors</h2>
<dl>
<dt>Scott Bruton</dt>
<dt>Alexandra R.Rimer</dt>
</dl>
<h2>Post-Graduate Fellows</h2>
<dl>
<dt>Lindsay Frederick Braun</dt>
<dt>Catherine Nisbett</dt>
</dl>
<h2>Graduate Assistants</h2>
<dl>
<dt>Kelly Enright</dt>
<dt>Dennis Halpin</dt>
<dt>Clare Hillard</dt>
<dt>Patrick McGrath</dt>
<dt>Kristopher Shields</dt>
<dt>Daniel J. Weeks</dt>
</dl>
<h2>Sponsors</h2>
<dl>
<dt>Rutgers, The State University of New Jersey</dt>
<dt>National Park Service, Thomas Edison Historical Park</dt>
<dt>New Jersey Historical Commission</dt>
<dt>Smithsonian Institute</dt>
</dl>
</div>
</body>
</html>