-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplot.html
More file actions
95 lines (89 loc) · 3.94 KB
/
plot.html
File metadata and controls
95 lines (89 loc) · 3.94 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
<!DOCTYPE HTML>
<!--
Binary by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Plot Timeline | Transformers (2007)</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Transformers (2007)</strong></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="meetings.html">Meeting Minutes</a></li>
<li><a href="plot.html">Plot Timeline</a></li>
<li><a href="tech.html">Computing Technologies</a></li>
<li><a href="chapters.html">Chapters</a></li>
<ul>
<li><a href="chapter3.html">Chapter 3</a></li>
<li><a href="chapter4.html">Chapter 4</a></li>
<li><a href="chapter5.html">Chapter 5</a></li>
<li><a href="chapter6.html">Chapter 6</a></li>
<li><a href="chapter7.html">Chapter 7</a></li>
<li><a href="chapter8.html">Chapter 8</a></li>
<li><a href="chapter10.html">Chapter 10</a></li>
</ul>
<li><a href="director.html">Director's Intent</a></li>
<li><a href="analysis.html">Analysis</a></li>
<li><a href="assets/Transformers(2007).pptx">Presentation</a></li>
</ul>
</nav>
<!-- Main -->
<section id="main">
<div class="inner">
<div class="image fitAll">
<img src="images/timeline.jpg" alt="" />
<!--</div>
<header>
<h1>Plot Timeline</h1>
</header>
<ol>
<li>Allspark is created</li>
<li>War on Cybertron </li>
<li>Megatron crash lands in the artic</li>
<li>Archibald Witwicky travels to the artic circle and discovers Megatron and activates his navigation system imprinting the coordinates of the Allspark on Archibald’s glasses and causing him to go blind and insane</li>
<li>Attack on Soccent Forward Operations Base (Radar jam and attempt to hack government network)</li>
<li>Sam gets bumble bee as his first car</li>
<li>DoD network is hacked by mainframe on airforce one planting a virus</li>
<li>Bumblebee sends message to the other autoboots calling them to earth</li>
<li>Decepticon attacks survivors of the base attack</li>
<li>Maggie takes a copy of the signal to a friend to analyze it and is arrested</li>
<li>Sam is chased by a decepticon in search of his grandfather’s glasses and is protected by bumblebee</li>
<li>Autobot reinforcements arrive on earth</li>
<li>Sam meets the rest of the autoboots and agrees to help them by giving them the glasses</li>
<li>Sam is arrested by Sector Seven</li>
<li>After a short chase with sector seven Sam and bumblebee are taken into custody and transported to the hoover dam</li>
<li>Virus planted in the DoD network spreads to all internet connected device and disables all of them taking the internet offline</li>
<li>Decepticons locate the allspark and attack the generators keeping Megatron frozen</li>
<li>Autobots and Sam try to get the allspark out of the area</li>
<li>Battle for the cube results in Sam killing megatron and destroying the cube</li>
</ol>
</div>-->
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
© 2020 Sean Barry, Christain Defranco, Kaitlyn Fichtner, and Benjamin Peters <br>Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>