-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapply.html
More file actions
60 lines (58 loc) · 2.91 KB
/
apply.html
File metadata and controls
60 lines (58 loc) · 2.91 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
<!DOCTYPE html>
<html>
<head>
<title>record submission</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>
<h1><center>Record submission</center></h1>
<br><br>
<section>
<article>
<ul>
<li>All screenshots must show the date , distance and number of footsteps of the walk</li>
<li style="background-color: yellow;">All scrrenshots must show in ONE Single file</li>
<li>File type : jpeg , jpg , png , doc, PDF ; file size should not exceed more than 5MB </li>
<li>Google form requires users to log into their Google accounts in order to upload files to Google. If you do not have a Google account , pleasure create one or send your record by email to walkathon@stmarks.edu.hk , indicating : 1) Your full name 2) Registration number 3) Your contact</li>
<li>You are also encouraged to uplaod the group photos taken during your walk</li>
</ul>
</article>
</section>
<footer style="margin-top: 5%;">
<center>
<p>@2021 St Marks School . Created by sms robot team</p>
</center>
</footer>
</body>
</html>