-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathguide.html
More file actions
70 lines (52 loc) · 2.81 KB
/
guide.html
File metadata and controls
70 lines (52 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="one stop location for all your academic needs">
<link rel="icon" href="/img/72px.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>KAA</title>
<link rel="stylesheet" href="./style/theme.min.css">
<link rel="manifest" crossorigin="use-credentials" href="/manifest.json">
</head>
<body>
<section class="pt-4 pt-md-11">
<div class="container">
<div class="row align-items-center">
<section>
<div class="container ">
<p class="display-4 text-primary text-center"> The Guide</p> <br>
<div class="d-flex justify-items-start m-2">
<span class="row text-primary">How to Upload</span>
</div>
<div class="">
<ol class="m-0">
<li>Click on the Upload button</li>
<li>Fill all Fields. This is very Compulsory or it wont be saved to the server otherwise</li>
<li>Click on the Sumbit button</li>
<li>Wait till the Upload is complete before existing the site</li>
</ol>
</div>
<span class="row text-primary m-1">Note</span>
<p>At the moment you can only upload file in your physical device. <br> Meaning you can't upload directly
from your google drive</p>
<p>When filling the form Keep it as short as possible i.e unilag instead of University of Lagos, and use your First name or Nickname</p>
<p>If you encounter any issues You can always reach out to us on <a href="https://twitter.com/KROMTECH1">Twitter</a> or <a href="https://wa.me/2348115222468">Whatsapp</a> </p>
</div>
</section>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
</body>
<script src="js/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.14.2/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.2/firebase-analytics.js"></script>
<script src="./js/app.js"></script>
</html>