-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
59 lines (52 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<title>Star Wars Opening Scroll</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Do not add `link` tags-->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.typekit.net/oor2snq.css">
<link rel="stylesheet" href="animate.min.css">
<!-- Do not add `script` tags-->
<script src="public/vendor.js" type="text/javascript" charset="utf-8" defer></script>
<script src="public/application.js" type="text/javascript" charset="utf-8" defer></script>
</head>
<body>
<div class="intro">
A long time ago in a galaxy far, <br> far away....
</div>
<div class="logo">
<img class="img" src="public/logo.png" alt="logo">
</div>
<div class="bgi">
<img style="width: 100%" src="public/spaceBackground.jpg">
</div>
<div class="tilt">
<div class="scroll">
<p id="title">Episode VIII</p>
<p id="subtitle">THE LAST JEDI</p>
<br>
<p>The FIRST ORDER reigns.</p>
<p>Having decimated the peaceful</p>
<p>Republic, Supreme Leader Snoke</p>
<p>now deploys his merciless</p>
<p>legions to seize military</p>
<p class="end-paragraph">control of the galaxy.</p>
<br>
<p>Only General Leia Organa's</p>
<p>band of RESISTANCE fighters</p>
<p>stand against the rising</p>
<p>tyranny, certain that jedi</p>
<p>Master Luke Skywalker will</p>
<p>return and restore a spark of</p>
<p class="end-paragraph">hope to the fight.</p>
<br>
<p>But the Resistance has been</p>
<p>exposed. As the First Order</p>
<p>speeds toward the rebel base,</p>
<p>the brave heroes mount a</p>
<p class="end-paragraph">desperate escape....</p>
</div>
</div>
</body>
</html>