-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBibliography.html
More file actions
104 lines (93 loc) · 4.5 KB
/
Bibliography.html
File metadata and controls
104 lines (93 loc) · 4.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>History Final Project</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="w3-flat.css">
<script src="libraries/p5.min.js"></script>
<script src="libraries/p5.sound.min.js"></script>
<script src="ReplaceTexts.js"></script>
</head>
<div class="w3-sidebar w3-flat-silver w3-bar-block" style="width:12%">
<div style="padding-top:10%; padding-bottom:10%; text-align:center">
<h3 class="w3-bar-item">Menu</h3>
</div>
<a href="HomePage.html" class="w3-bar-item w3-button w3-hover-white">Home Page</a>
<a href="EarlyRadicalists.html" class="w3-bar-item w3-button w3-hover-white">Early Radicalists</a>
<a href="RomanChristians.html" class="w3-bar-item w3-button w3-hover-white">Roman Christians</a>
<a href="OrthodoxChristians.html" class="w3-bar-item w3-button w3-hover-white">Orthodox Christians</a>
<a href="CatholicChristians.html" class="w3-bar-item w3-button w3-hover-white">Catholic Christians</a>
<a href="Bibliography.html" class="w3-bar-item w3-button w3-flat-clouds w3-hover-white">Bibliography</a>
</div>
<div style="padding-left:12%; height:100%; width:100%">
<div class="w3-container w3-flat-peter-river">
<h1>The Christian Sects of the Roman Empire - Bibliography</h1>
<h3>By: Ethan Drake</h3>
</div>
<div class="w3-container w3-flat-clouds" style="height:100%">
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Hall-Source">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Hall-Source-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Keely-Source">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Kelly-Source-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Labahn-Source">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Labahn-Source-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Matherbe-Source">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Malherbe-Source-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-McGiffert-Source">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-McGiffert-Source-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Miller-Source">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Miller-Source-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Paul-Source-Thessalonians">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Paul-Source-Thessalonians-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Paul-Source-Letter">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Paul-Source-Letter-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Pliny-Source">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Pliny-Source-Anno">hi</h6>
</div>
</div>
<div class="w3-panel w3-dark-grey">
<h4 class="EthanText-Strabo-Source">Pliny Source</h4>
<div class="w3-panel w3-light-grey">
<h6 class="EthanText-Strabo-Source-Anno">hi</h6>
</div>
</div>
</div>
</div>
</html>