forked from DPSN/dpsnmunc-checkin-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uidrequest.html
63 lines (63 loc) · 3.13 KB
/
uidrequest.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Infinnovation e-Check-In</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css" type="text/css" />
<meta name="theme-color" content="#336">
<meta name="author" content="SwG Ghosh">
<meta name="description" content="Infinnovation e Check In application. Generate your Infinnovation entry pass from here.">
<meta name="og:image" content="https://www.infinnovation.co/echeckinlandscape.png">
<meta name="og:url" content="https://echeckin.infinnovation.co/">
</head>
<body>
<header>
<div class="wrapper">
<div class="header">
<br/>
<div id="imageatr"><img src="images/logo.png"></div>
<h1>Infinnovation<br>e-Check-In<br/><span id="tagline">"Welcome, participants!"</span></h1>
<br/>
</div>
</div>
<div class="navbar">
<ul>
<li id="togglemenu"><a href="#menu" id="menubutton">≡</a></li>
<li id="flogo"><a class="flogolink">infinnovation<br><small>e-check-in</small></a></li>
<li><a href="/">application home<br><small>checkin</small></a></li>
<li><a href="uidrequest.html">unique id<br><small>procedure</small></a></li>
<li><a href="rules.html">general rules<br><small>and regulations</small></a></li>
</ul>
</div>
</header>
<div class="content1">
<br>
<h1>Unique ID Procedure</h1>
<article id="news">
<table id="news">
<tr>
<td>Infinnovation as of 05/10/16</td>
<td>
<ul>
<li>In order to check-in using this app you'll be required to fill in the Unique ID that has been assigned to your school.</li>
<li>The unique ID of the particpating schools have been provided to the student representatives verbally during the second representatives meeting.</li>
<li>In case of your absence at the second representatives meet or in case you have lost your Unique ID, drop us an email requesting us the Unique ID for your school.</li>
<li>The official email id to request your school's Unique ID is <a href="mailto:[email protected]">[email protected]</a>.</li>
</ul>
</td>
</tr>
</table>
</article>
<br>
<br>
</div>
<footer>
<div class="foot">
<br>© Infinnovation.<br>Made with <span class="heart">♥</span> and JavaScript.<br><br>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.min.js"></script>
<script async src="base.js"></script>
</body>
</html>