-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.html
31 lines (30 loc) · 1.22 KB
/
registration.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="resources/css/registration.css">
<title>Semesta 2019 | Registration</title>
</head>
<body>
<div class="home">
<a href="index.html" target="_self"><img src="resources/images/home.png"></a>
<h1>ST. AGNES COLLEGE (AUTONOMOUS), MANGALURU</h1>
<h2>Re-accredited by NAAC with A+ Grade - CGPA 3.65/4 (Cycle 4)<br>
College of Excellence by UGC, New Delhi<br>
Star College Status by DBT, MST, Govt. of India</h2>
</div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScraNWLUYT5cTVIG4a73zzqtPkUasObB3ZBxRHaHFG9g0v0wg/viewform?embedded=true">Loading...</iframe>
<div class="rules">
<h1>Registration Rules (Form-2)</h1>
<ul>
<li>Download and print the Registration form.</li>
<li>Participants' name must be written in block letters only.</li>
<li>The form must be signed by the Principal of the concerned college.</li>
<li>The form must be submitted to the Registration counter on the day of the fest.</li>
</ul>
<a href="resources/data/registration-form.pdf" target="_blank">Download Form</a>
</div>
<div class="copyright">
<p>© Agno Fest 2019</p>
</div>
</body>
</html>