-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (89 loc) · 4.78 KB
/
index.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FMC 2024 - Pune Location</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar">
<h1 class="navbar-heading">FMC 2024 - Pune Location</h1>
</nav>
<p>Here, you will find all the information you need to know about FMC 2024</p>
<p><Strong>Venue:</Strong> IISER Pune </p>
<p><Strong>Comptition Page:</Strong> <a href="https://www.worldcubeassociation.org/competitions/FMC2024" target="_blank"> FMC 2024</a> </p>
<p><Strong>Date: </Strong>1st June 2024</p>
<p><Strong>Time: </Strong>3:30 pm to 8pm</p>
<p><Strong>Address:</Strong> Indian Institute Of Science Education And Research, Dr Homi Bhabha Rd, Ward No. 8, NCL Colony, Pashan, Pune, Maharashtra 411008 (<a href="https://www.google.com/maps/place/CV+Raman+Auditorium/@18.547458,73.8057819,17.75z/data=!4m15!1m8!3m7!1s0x3bc2bf178755c7b1:0x6ba6f7d403c60fec!2sINDIAN+INSTITUTE+OF+SCIENCE+EDUCATION+AND+RESEARCH,+Pune,+Maharashtra+411008!3b1!8m2!3d18.5449686!4d73.8073516!16s%2Fg%2F11bw3gym5j!3m5!1s0x3bc2bf18043eb2a9:0xd660f2522a2d131!8m2!3d18.5483253!4d73.8060898!16s%2Fg%2F11bwgvtz7n?entry=ttu" target="_blank">Directions</a>)</p>
<p><Strong>Contact:</Strong> <a href="mailto:pdandgaval@worldcubeassociation.org"> Pranav Dandgaval</a></p>
<p><strong>Registration Fees: </strong>INR 200</p>
<p>For payment fill the google form and pay on the UPI mentioned in form</p>
<p><Strong>Payment Form: </Strong><a href="https://forms.gle/NXk17Rmc6qyxNSpr5" target="_blank">Click here</a> </p>
<div class="card">
<h4>Schedule</h4>
<table>
<tr>
<th>Time</th>
<th>Event</th>
</tr>
<tr>
<td>3:00 - 3:30 pm</td>
<td>Check-in</td>
</tr>
<tr>
<td>3:30 - 4:40 pm</td>
<td>FMC Attempt - 1</td>
</tr>
<tr>
<td>4:30 - 5:15 pm</td>
<td>Break</td>
</tr>
<tr>
<td>5:15 - 6:15 pm</td>
<td>FMC Attempt - 2</td>
</tr>
<tr>
<td>6:15 - 7:00 pm</td>
<td>Break</td>
</tr>
<tr>
<td>7:00 - 8:00 pm</td>
<td>FMC Attempt - 3</td>
</tr>
</table>
</div>
<div class="card">
<h4>Registered Competitors</h4>
<table id="participants-table">
<tr>
<th>Sr No</th>
<th>Participants Name</th>
</tr>
</table>
</div>
<div class = "card">
<h4>Food Options</h4>
<h5><strong>1) Dining Hall Complex</strong></h5>
<p>IISER Pune has a Dining Hall which primarily serves its students. It is a 400 metre (~5 minutes) walk from the LHC (Lecture Hall Complex) </p>
<p>There are two food caterers here:</p>
<ul>
<li>V - Square (on Ground Floor)</li>
<li>Shivsagar (on First Floor)</li>
</ul>
<p>Both have a token-based system. You go to the counter, order your food by looking at the menu, and get your token.</p>
<p>The token is in the form of two paper pieces with the order details. You give one token piece at the food counter and give the other token piece when your food is ready. </p>
<p>There's a readymade lunch menu at both the places. Both Vegetarian and Non-Vegetarian food options are there and have their special lines. These are usually faster and you don't need to wait much.</p>
<p>You can also get Soft Drinks, Packed Fruit Juices, etc.</p>
<p>Feel free to ask anyone around if you are confused. The students around would help you out. </p>
<h5><strong>2) Ordering Food Online</strong></h5>
<p>You can order food online from services like Zomato, Swiggy, Uber Eats, etc. directly at the LHC.</p>
<p>Just inform them that the delivery person should come to your location at the LHC. Don't forget to tell them that Helmets are compulsory inside the IISER Campus, or else two-wheelers won't be allowed. </p>
<p>Also, order some time before the Lunch Break starts, so you can get your food and have it comfortably during the break.</p>
<p>Check out the following image for reference:</p>
<p><img src="./img/a.png" alt="IISER Campus"></p>
</div>
<script src="./script.js"></script>
</body>
</html>