-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChapter1tasks.html
More file actions
33 lines (33 loc) · 1.48 KB
/
Copy pathChapter1tasks.html
File metadata and controls
33 lines (33 loc) · 1.48 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="common.css">
</head>
<body>
<div>
<table><tr><td class="story">
<h1>
Your First Quest<br>
<img src="blood.png" class="center" width="600" height="50">
</h1>
<div class="scrollable">
<p>
Before leaving the village you must complete the following tasks. When these things are completed you can move on to the next phase of your quest.
</p>
<ul>
<li>Labor to correct some of the damage. Complete three tasks to clean up the house. The tasks must be approved by your mother.</li>
<li>Settle affairs in the village. Do a service project for someone outside your family. Minimum of 30 minutes.</li>
<li>Take a picture of you with you weapon in a forest background.</li>
<li>Give your weapon a name.</li>
<li>Write a backstory for your life in the village up to this point in the story. Mimimum of three pages. Revise the story until it is perfect.</li>
<li>Publish your backstory and picture online and link to this site.</li>
<li>Put together a 72 hour kit in a backpack.</li>
<li>Camp outside for one night using only the gear from your 72 hour kit.</li>
</u>
</div>
</td><td class="scene">
<img src="m01.png">
</td></tr>
</table>
</div>
</body>
</html>