-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstorypage.html
More file actions
99 lines (84 loc) · 3.35 KB
/
Copy pathstorypage.html
File metadata and controls
99 lines (84 loc) · 3.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HowestStone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<meta name="author" content="Fredrik Verriest"/>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css"/>
<link rel="stylesheet" type="text/css" href="assets/css/screen.css"/>
<link rel="stylesheet" type="text/css" href="assets/css/storyStyle.css"/>
<link rel="stylesheet" type="text/css" href="assets/css/navbar.css"/>
<link href="https://fonts.googleapis.com/css?family=Kelly+Slab" rel="stylesheet">
</head>
<body>
<header class="sticky">
<nav>
<ul>
<li><a href="storypage.html">About the Game</a></li>
<li><a href="#">Tutorial</a></li>
<li><a href="editToDeckPage.html">Deckbuilder</a></li>
<li><a href="#">Contact</a></li>
<li><a href="index.html" id="logo"></a></li>
</ul>
</nav>
</header>
<div class="pimg1">
<div class="ptext frame">
<span class="border">
The kingdom of Arinn
</span>
</div>
</div>
<section class="section section-light">
<h2>Chapter one</h2>
<p>
Once upon a time far into Western lands, there was a great kingdom named Arinn. Arinn had a great ruler, who was good for his people, peace was abundant and the kingdom prospered.
All citizens of Arinn worked together to help their kingdom grow.
</p>
</section>
<div class="pimg2">
<div class="ptext frame">
<span class="border trans">
Turning point
</span>
</div>
</div>
<section class="section section-dark">
<h2>Chapter two</h2>
<p>
When the king blew his last breath Arinn fell into agony, neighbouring vassals took advantage of this agony to invade and claim Arinn as their own.
After the first invasion hope started to return to Arinn, because the invading army let them live and continue with their old habits.
But soon other foreigners started attacking and invading Arinn, at the end of the gruesome battles nothing was left, the capital was ravaged, the castle was the only thing which survived the seemingly endless battle.
The once great lands of Arinn had been destroyed and gone into ruin.
</p>
</section>
<div class="pimg3">
<div class="ptext frame">
<span class="border trans">
Hope returned
</span>
</div>
</div>
<section class="section section-dark">
<h2>Chapter three</h2>
<p>
Years passed before the citizens whom once fled from these torn and broken lands returned, to reclaim and rebuild their once great kingdom.
They needed a new king to rule over them, they decided their king should be chosen wisely.
They developed a game, whom the winner of would be chosen as rightful ruler of their new kingdom , named after their once great and loved ruler "Ho".
They named that game,
</p>
</section>
<div class="pimg4">
<div class="ptext frame">
<span class="border">
HowestStein
</span>
</div>
</div>
<footer>
© Howest university college 2018
</footer>
</body>
</html>