-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.html
More file actions
97 lines (96 loc) · 4.39 KB
/
information.html
File metadata and controls
97 lines (96 loc) · 4.39 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
<!DOCTYPE html>
<html>
<head>
<title>Useful information</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="apply.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<header style="float: left; margin-left: 3%; margin-bottom: 4% ; max-width: 40%;">
<h4>ST. MARK'S SCHOOL VIRTUAL WALKATHON</h4>
<h6>Your contribution matters.</h6>
</header>
<nav class="navbar navbar-expand-md navbar-light bg-white ml-auto" style="margin-top: 2%; margin-bottom: 4%; margin-right: 3%; max-width: 30%;color:white;background-color:white">
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto" >
<li class="nav-item">
<a class="nav-link" href="index.html" style="color: black;">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="terms.html" style="color: black;"> APPLY NOW</a>
</li>
<li class="nav-item">
<a class="nav-link" href="information.html" style="color: black;">Useful information</a>
</li>
</ul>
</div>
</nav>
<br><br>
<center><img src="res/Runners.webp" style="width: 60%;position:relative;text-align: center;"></center>
<br><br><center>
<h1>Userful information</h1>
<p>recommended routes</p>
<a href="https://www.oasistrek.com/trail_e.php">https://www.oasistrek.com/trail_e.php</a></center>
<br><br>
<h1><center>Frequently Asked Questions</center></h1>
<br><br>
<section>
<article>
<h3>Registraion</h3>
<ol>
<li>Who is eligible to participate in the virtual walkathon 2021?</li>
<li>How do I register for the virtual walkathon 2021?</li>
<li>Can application be made through other means than online Google Form?</li>
<li>How do I know if my registration has been accepted?</li>
<li>I didn't receive any confirmation email after completing the online registration , what should I do ? </li>
<li>Is my registration transferable?</li>
<li>Can I change my personal information after the registration?</li>
</ol>
</article>
<br>
<article>
<h3>Donation</h3>
<ol>
<li>How does this event benefit the school?</li>
<li>How to donate?</li>
<li>Is there any minimum donation required?</li>
<li>Can I donate if I cannot join the Event?</li>
<li>Can the donations and sponsorships be paid in cash?</li>
<li>Will an official donation receipt be issued for the donations and sponsorships?</li>
</ol>
</article>
<br>
<article>
<h3>Result upload</h3>
<ol>
<li>How to record walking hours/distance?</li>
<li>Do I need to walk at a specific time , place or in a specific format to be counted as a valid walking record?</li>
<li>Do I have to complete the whole distance at once?</li>
<li>How to upload the result?</li>
<li>Do members of a team need to register the event and upload their walking records seperately?</li>
<li>Can I submit my walking record more than once?Can I edit/delete the upload walking records?</li>
</ol>
</article>
<br>
<article>
<h3>Souveniors</h3>
<ol>
<li>What are the souvenirs for the event?How can I get them?</li>
</ol>
</article>
</section>
<footer style="margin-top: 5%;">
<center>
<p>@2021 St Marks School . Created by sms robot team</p>
</center>
</footer>
</body>
</html>