forked from DPSN/dpsnmunc-checkin-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules.html
74 lines (74 loc) · 3.96 KB
/
rules.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
64
65
66
67
68
69
70
71
72
73
74
<!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>General Rules</h1>
<article id="news">
<table id="news">
<tr>
<td>Infinnovation as of 05/10/16</td>
<td>
<ul>
<li>The procedure for check-in through this app is one check-in per school.</li>
<li>This check in app is expected to be filled with all the details about school and participants. A unique id per school has been provided to use this app.</li>
<li>Please show us the app generated check-in pass at our front desk to get your ID cards.</li>
<li>Only the check-in passes generated 5<sup>th</sup> October, 2016 12:00 am onwards is considered valid. You're also requested to save a screenshot of the generated check-in pass.</li>
</ul>
</td>
</tr>
<tr>
<td>Infinnovation as of 05/10/16</td>
<td>
<ul>
<li>Infinnovation ID-Cards to be worn by the participants throughout the event day.</li>
<li>Dress Code: Only western formals. No jeans allowed. Trousers for the girls and no skirts are allowed.</li>
<li>Any queries to be mailed at: <a href="mailto:contact@Infinnovation.co">contact@Infinnovation.co</a> or <a href="mailto:director@Infinnovation.co">director@infinnovation.co</a>. Queries can also be messaged to our Facebook page Infinnovation.</li>
<li>Infinnovation has 5 events: Infi-Quiz, Infi-E-Paper, Infi-Connect, Infi-Invest and Infi-Launch.</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>