-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 3.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Freader</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="httpms://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Freader - Harry Potter</h1>
<div class="ftext">
<p>Harry Potter enters the story when he is brought to the most seemingly normal family in all Britain. Not only are they "normal", they are apparently also quite mundane, boring, and averse to anything even remotely out of the ordinary in their dull, routine lives, though there may be a particular reason for some of their behaviour. Only gradually do readers become aware that a magical world populated by witches and wizards secretly co-exists alongside non-magical humans, known as "Muggles". The odd characters wandering the streets dressed in rather outlandish clothing are the first hint to this hidden society. Little is revealed about what has recently happened, though it has created some noticeable activity that has spilled over into the Muggle world. The scar on baby Harry's forehead will clearly be a lasting reminder that sinister events must have occurred, resulting in the infant being orphaned. Dumbledore's, McGonagall's, and Hagrid's actions lead us to believe that Harry is far more special than a mere orphan needing a home, though little is explained here. And while Professor Dumbledore does leave a letter with the infant, presumably explaining everything to the Dursleys, whatever information it contains is withheld, for now, from readers. We, like Harry, will gradually discover what has transpired and learn about this remarkable hidden world in small bits, though this chapter's title, "The Boy Who Lived", in addition to baby Harry's scar, indicates he must have had some near-fatal experience. Judging by Vernon Dursley's behaviour, he may already know more about this hidden world than readers are initially led to believe.</p>
</div>
</div>
<div class="freader">
<p></p>
</div>
<div class="freader-controls">
<a href="#" class="btn btn-large btn-primary" id="freader-start">Start</a>
<a href="#" class="btn btn-large btn-info" id="freader-pause">Pause</a>
<input type="range" name="speed" id="speed" min="0" max="200" value="100">
<p id="wpm"> 300 WPM </p>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>