-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
557 lines (474 loc) · 20.3 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html>
<html>
<head>
<title>Second Punic War</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="icons/map.png" />
<link rel="stylesheet" href="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/themes/css/cartodb.css" />
<link rel="stylesheet" href="/semantic/semantic.css" />
<link rel="stylesheet" href="./style.css" />
<!-- leaflet style
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<link href="https://unpkg.com/[email protected]/dist/leaflet.css" rel="stylesheet">-->
<script src="./jquery.js"></script>
<script src="/dependencies/tippy.js"></script>
</head>
<body>
<div class="ui top attached tabular menu">
<a class="item" data-tab="intro" id="introTab">
Context
</a>
<a class="active item" data-tab="map" id="mapTab">
Map
</a>
<a class="item" data-tab="figures" id="figuresTab">
Figures
</a>
<a class="item" data-tab="about" id="aboutTab">
About
</a>
</div>
<!-- Intro -->
<div class="ui bottom attached tab segment intro" data-tab="intro">
<center>
<div class="ui main text container">
<h1 class="ui header">Go to War With Hannibal</h1>
<p>Mapping The Second Punic War</p>
</div>
</center>
<div class="ui borderless main menu">
<div class="ui text container">
<div class="header item">
<img class="logo" src="icons/roman.png">
by Mapping Ancient Texts
</div>
</div>
</div>
<div class="ui text container">
<h2> The First Punic War </h2>
<p>
Carthage and Rome fought a bloody war across Sicily and North Africa. Afrter over twenty years of land battles, sea battles, and guerilla warfare, the Romans emerged victorious, condemning the Carthaginians to pay them huge sums of money.
</p>
<p>
Led by a general who had sworn as a child to never stop fighting Rome, Carthage would return to nearly destroy the Roman Republic, defeating it again and again with displays of incredible ingenuity.
</p>
<div class="overlay">
<div class="ui labeled icon vertical menu">
<a class="item" target="_blank" href="https://twitter.com/intent/tweet?url=https://terratory.herokuapp.com/&text=Go+to+war+with+Hannibal.&hashtags=history,digitalstorytelling,rome,hannibal"><i class="twitter icon"></i> Tweet</a>
<a class="item" target="_blank" href="https://www.facebook.com/sharer.php?u=https://terratory.herokuapp.com/"><i class="facebook icon"></i> Share</a>
<a class="item" href="mailto:?subject=Site about the Second Punic War&body=Check out this site https://terratory.herokuapp.com/."
title="Share by Email"><i class="mail icon"></i> E-mail</a>
</div>
</div>
<h2> The Beginning </h2>
<p>
This is the story of how Hannibal Barca, one of the greatest generals in all of history, brought a war to the Romans unlike any they had ever seen before. He took elephants over the Alps, he laid ambushes, he burned down farms, he turned their allies against them.
</p>
<p>
At the battles of the Trebia, Lake Trasimene, and Cannae, Hannibal Barca slaughtered well over one hundred thousand Roman soldiers. After each battle he made sure to take their weapons and armor, increasing the effectiveness of his own troops.
</p>
<p>
The Romans only defeated Hannibal when they discovered a military genius of their own: that of Scipio Africanus, a young man hated by the upper classes for his long hair and confident air but loved by the lower classes for his consistent compassion and equally consistent ability to win battles.
</p>
<p>
In this website you will go on campaign with Hannibal Barca and watch the war unfold in front of your eyes. You will see every clever ruse, every crushing defeat, every ingenious victory, and even the jokes they told along the way.
</p>
<center>
<button class="ui right labeled icon button forMap" title='Enter the Second Punic War' data-content="This goes back!" onclick="switchToMapTab()" id="begin">
<i class="right arrow icon"></i>
<p> Begin </p>
</button>
</center>
</div>
<img src="/images/imageOfMap.png" class="hidden">
</div>
<!-- map -->
<div class="ui bottom active attached tab segment map" data-tab="map">
<!-- modal -->
<div class="ui basic modal">
<div class="ui icon header">
<i class="map icon"></i>
Go to War With Hannibal
</div>
<div class="content">
<p class="modalContent">
This is the story of how Hannibal Barca, one of the greatest generals in all of history, brought a war to the Romans unlike any they had ever seen before. He took elephants over the Alps, he laid ambushes, he burned down farms, he turned their allies against them.
</p>
<p class="modalContent">
At the battles of the Trebia, Lake Trasimene, and Cannae, Hannibal Barca slaughtered well over one hundred thousand Roman soldiers. After each battle he made sure to take their weapons and armor, increasing the effectiveness of his own troops.
</p>
<p>
The Romans only defeated Hannibal when they discovered a military genius of their own: that of Scipio Africanus, a young man hated by the upper classes for his long hair and confident air but loved by the lower classes for his consistent compassion and equally consistent ability to win battles.
</p>
<p class="modalContent">
In this website you will go on campaign with Hannibal Barca and watch the war unfold in front of your eyes. You will see every clever ruse, every crushing defeat, every ingenious victory, and even the jokes they told along the way.
</p>
</div>
<div class="actions">
<div class="ui green ok inverted button">
Begin
<i class="right arrow icon"></i>
</div>
</div>
</div>
<!-- end of modal -->
<div id="map"></div>
<div class="ui grid equal width forMap">
<div class="column forMap">
<center>
<button class="ui left labeled icon button forMap hidden" title='Click here to go back to the previous event!' data-content="This goes back!" onclick="previous()" id="back">
<i class="left arrow icon"></i>
<p> Back </p>
</button>
</center>
</div>
<div class="column forMap">
<div class="ui custom progress forMap" >
<div class="bar"></div>
</div>
</div>
<div class="column forMap">
<center>
<button class="ui right labeled icon button forMap" title='This goes forward!' onclick="next()" id="forward">
<i class="right arrow icon"></i>
<p id="forwardText"> Start </p>
</button>
</center>
</div>
</div>
</div>
<!-- glossary type tab to show the people behind the story -->
<div class="ui bottom attached tab segment figures" data-tab="figures">
<div class="row my-shuffle-container">
<figure class="col-4@sm picture-item" data-groups='["Greek"]' data-date-created="2016-08-12" data-title="Crocodile">
<div class="aspect aspect--16x9">
<div class="aspect__inner">
<div class="ui card ">
<div class="ui slide masked image">
<img src="/images/hannibal.jpg" >
<!--<img src="/images/tristan2.jpg" class="hidden content"> -->
</div>
<div class="content">
<a class="header">Hannibal</a>
<div class="meta">
<span class="category">General</span>
</div>
<center>
<div class="ui button">
More
</div>
<!-- <p>
One of the greatest generals of the ancient world. As a child he swore to fight Rome forever.
</p> -->
</div>
<div class="extra content">
<span class="right floated">
247 - 182 BCE
</span>
<span>
<i class="user icon"></i>
Carthaginian
</span>
</div>
</div>
</div>
</div>
</figure>
<figure class="col-4@sm picture-item" data-groups='["Greek"]' data-date-created="2016-08-12" data-title="Crocodile">
<div class="aspect aspect--16x9">
<div class="aspect__inner">
<div class="ui card">
<div class="ui slide masked image">
<img src="/images/polybius.jpg" >
<!-- <img src="/images/caya3.jpg" class="hidden content"> -->
</div>
<div class="content">
<a class="header">Polybius</a>
<div class="meta">
<span class="category">Historian</span>
</div>
<div class="ui green ok inverted button">
More
<i class="right arrow icon"></i>
<!-- <p>
Polybius spent seventeen years living as a hostage in Rome. While serving as a hostage he worked as a tutor for one of the most distinguished families in Rome at the time. Later in his life he saw the sack of Carthage with his own eyes. In addition to writing history, he also served to organize the new form of government that the Greek city states would use after their defeat by the Romans.
</p> -->
</div>
<div class="extra content">
<span class="right floated">
200 – 118 BCE
</span>
<span>
<i class="user icon"></i>
Greek
</span>
</div>
</div>
</div>
</div>
</figure>
<figure class="col-4@sm picture-item" data-groups='["Roman"]' data-date-created="2016-08-12" data-title="Crocodile">
<div class="aspect aspect--16x9">
<div class="aspect__inner">
<div class="ui card">
<div class="ui slide masked image">
<img src="/images/scipio.jpg" >
<!--<img src="/images/tristan2.jpg" class="hidden content"> -->
</div>
<div class="content">
<a class="header">Scipio</a>
<div class="meta">
<span class="category"> General</span>
</div>
<div class="ui green ok inverted button">
More
<i class="right arrow icon"></i>
<!-- <p>
Brilliant young general, conquered all of Iberia starting when he was just 25. Won the war for Rome.
</p> -->
</div>
<div class="extra content">
<span class="right floated">
236 – 183 BCE
</span>
<span>
<i class="user icon"></i>
Rome
</span>
</div>
</div>
</div>
</div>
</figure>
<figure class="col-4@sm picture-item" data-groups='["Greek"]' data-date-created="2016-08-12" data-title="Crocodile">
<div class="aspect aspect--16x9">
<div class="aspect__inner">
<div class="ui card">
<div class="ui slide masked image">
<img src="/images/fabius.jpg" >
<!-- <img src="/images/daniel3.jpg" class="hidden content"> -->
</div>
<div class="content">
<a class="header">Quintus Fabius Maximus</a>
<div class="meta">
<span class="category">Roman General</span>
</div>
<div class="ui green ok inverted button">
More
<i class="right arrow icon"></i>
<!-- <p>
A Roman general who avoided battle so much that the strategy of avoiding battle is called Fabian Strategy after him.
</p> -->
</div>
<div class="extra content">
<span class="right floated">
280 – 203 BCE
</span>
<span>
<i class="user icon"></i>
Roman
</span>
</div>
</div>
</div>
</div>
</figure>
<figure class="col-4@sm picture-item" data-groups='["Numidian"]' data-date-created="2016-08-12" data-title="Crocodile">
<div class="aspect aspect--16x9">
<div class="aspect__inner">
<div class="ui card">
<div class="ui slide masked image">
<img src="/images/massinissa.jpg" >
<!-- <img src="/images/caya3.jpg" class="hidden content"> -->
</div>
<div class="content">
<a class="header">Massinissa</a>
<div class="meta">
<span class="category">Numidian Prince</span>
</div>
<div class="ui green ok inverted button">
More
<i class="right arrow icon"></i>
<!-- <p>
He is the Numidian Prince who, after being captured and released by Scipio, turns the Numidians from allying with the Carthiginians to allying with the Romans.
</p> -->
</div>
<div class="extra content">
<span class="right floated">
238 – 148 BCE
</span>
<span>
<i class="user icon"></i>
Numidian
</span>
</div>
</div>
</div>
</div>
</figure>
<figure class="col-4@sm picture-item" data-groups='["Numidian"]' data-date-created="2016-08-12" data-title="Crocodile">
<div class="aspect aspect--16x9">
<div class="aspect__inner">
<div class="ui card">
<div class="ui slide masked image">
<img src="/images/numidianCavalry.jpg" >
<!-- <img src="/images/caya3.jpg" class="hidden content"> -->
</div>
<div class="content">
<a class="header">Numidan Cavalry</a>
<div class="meta">
<span class="category">Unit</span>
</div>
<!-- <p>
The Numidans were incredibly skilled horsemen who were remarkably good at hit and run tactics: they would ride up close and scour the enemy with javelins and ride away before any other cavalry could catch them. Originally they allied with the Carthaginians but after Scipio's skilled diplomacy they turned to the Roman side. Their alliance proved decisive in the final confrontation at Zama.
</p> -->
</div>
<div class="extra content">
<span class="right floated">
238 – 148 BCE
</span>
<span>
<i class="user icon"></i>
Numidian
</span>
</div>
</div>
</div>
</div>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ui bottom attached tab segment about" data-tab="about">
<div class="ui raised very padded text segment">
<h2 class="ui header summaryHeader">Mapping the Second Punic War</h2>
<div class="description">
<p class="descriptionText summary">
This project exists to tell the story of the Second Punic War in a way that has not happened yet. It attempts to use an interactive map to tell a story that was essential to the history of the ancient world.
Below you can see some of the people, institutions, and resources that helped to bring this project together.
</p>
</div>
</div>
<div class="ui raised segment">
<h3 class="aboutHeader" > People Involved </h3>
<div class="ui items">
<div class="item">
<a class="ui tiny image circular">
<img src="/images/mepic.png">
</a>
<div class="content">
<a class="header">Daniel Olivieri</a>
<p class="subheader"> Developer </p>
<div class="description">
<p class="descriptionText">Daniel Olivieri is a student at Kenyon college. He developed the website.</p>
</div>
</div>
</div>
<div class="item">
<a class="ui tiny image circular">
<img src="/images/myers.png">
</a>
<div class="content">
<a class="header">Micah Myers</a>
<p class="subheader"> Advisor </p>
<div class="description">
<p class="descriptionText"> Guided the project and helped with the history side of it. </p>
</div>
</div>
</div>
<div class="item">
<a class="ui tiny image circular">
<img src="/images/murphy.png">
</a>
<div class="content">
<a class="header">Joseph Murphy</a>
<p class="subheader"> Technical Support </p>
<div class="description">
<p class="descriptionText"> Provided support with uploading site.</p>
</div>
</div>
</div>
</div>
</div>
<div class="ui raised segment">
<h3 class="aboutHeader"> Institutions </h3>
<div class="ui items">
<div class="item">
<a class="ui tiny image ">
<img src="/images/kenyon.png">
</a>
<div class="content">
<a class="header">Kenyon</a>
<p class="subheader"> College </p>
<div class="description">
<p class="descriptionText">Institution that Daniel studies at. </p>
</div>
</div>
</div>
<div class="item">
<a class="ui tiny image circular">
<img src="/images/mellon.jpg">
</a>
<div class="content">
<a class="header">Mellon Foundation</a>
<p class="subheader"> Non-Profit </p>
<div class="description">
<p class="descriptionText"> Gave the digital storytelling grant that made this work possible. </p>
</div>
</div>
</div>
</div>
</div>
<div class="ui raised segment">
<h3 class="aboutHeader"> Sources </h3>
<div class="ui items">
<div class="item">
<a class="ui tiny image">
<img src="/images/theHistories.png">
</a>
<div class="content">
<a class="header"> The Histories </a>
<p class="subheader"> by Polybius </p>
<div class="description">
<p class="descriptionText"> A history recording events from 264 BCE to 146 BCE. It is one of the most extensive primary sources on the Punic Wars. </p>
</div>
</div>
</div>
<div class="item">
<a class="ui tiny image">
<img src="/images/adrian.png">
</a>
<div class="content">
<a class="header">The Punic Wars</a>
<p class="subheader"> Adrian Goldsworthy </p>
<div class="description">
<p class="descriptionText"> Modern history of the wars. </p>
</div>
</div>
</div>
<div class="item">
<a class="ui tiny image">
<img src="/images/adrian.png">
</a>
<div class="content">
<a class="header">Favicons</a>
<p class="subheader"> Flaticon </p>
<div class="description">
<div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- include cartodb.js library -->
<script src="carto.js"></script>
<script src="/semantic/semantic.js"></script>
<script src="main.js"></script>
<script src="easyButton.js"></script>
</body>
</html>