-
Notifications
You must be signed in to change notification settings - Fork 0
/
submit.html
24 lines (24 loc) · 904 Bytes
/
submit.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
<!DOCTYPE html>
<html>
<head>
<title>Deadlines and Contact Details</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<h1 class="horizontal">Coordinator App Submission</h1>
<div style="margin: 30px;">
<h3>Submission Guidelines</h3>
<ol>
<li>Recent grade card needs to be attached in the application. Workflow screenshots are also acceptable.</li>
<li>Submit your apps only in PDF format.</li>
<li>Name your application as <b>Name_RollNum_Department_SubDepartment.pdf</b></li>
<li>There are two steps in the submission process.
<ul>
<li>Mail your apps to the corresponding cores whose details can be found <a href="deadlines.html" target="_blank">here</a>.</li>
<li>Fill the <a href="https://goo.gl/forms/5ipkBSBsZpygL6SE2" target="_blank">form</a>. Smail login is needed to fill the form.</li>
</ul>
</li>
</ol>
</div>
</body>
</html>