-
Notifications
You must be signed in to change notification settings - Fork 4
/
page5.html
122 lines (108 loc) · 5.7 KB
/
page5.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<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>Ideathon</title>
<link rel="icon" type="image/x-icon" href="./img/logo.png">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<link href="./vendors/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="./css/skin.css" rel="stylesheet" />
<link href="./css/notPC.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<body id="bdy">
<video autoplay muted loop id="myVideo" style="opacity: 0.5;">
<source src="./img/page5/background.mp4" type="video/mp4">
</video>
<!-- Hero div -->
<div id="herodiv" class="vhcontainer myFlex centerFlex">
<div id="herotext">
<img src="./img/logo.png" id="herologo" />
<h1 id="herotitle" class="extraBold gradient0" style="-webkit-text-stroke:0px transparent;">Ideathon</h1>
<button id="registerHeroButton" class="btn-large myGradientRotationAnimation" onclick="openInNewTab('https://forms.gle/9j9dQiCyrSpwzpMA6')">Register Now</button>
</div>
</div>
<!-- About div -->
<div id="aboutdiv" class="vhcontainer myFlex centerFlex" style="height:70vh;">
<div class="column2flex_page">
<img onclick="openInNewTab('./img/page5/eventimage.jpg')" src="./img/page5/eventimage.jpg" class="columnImage" style="position:relative;z-index:10015;" />
<div class="myFlex centerFlex columnText">
<p>
Train the double agent spy in you. Bring out your imagination and talk for or against a topic for each switch command.
</p>
</div>
</div>
</div>
<h2 class="myHeader extraBold gradient0">Event Specific Guidelines</h2>
<div class="myFlex centerFlex columnText">
<button onclick="openInNewTab('./guidelines/ideathon.pdf')" class="btn btn-large extraBold1 knowmore" style="margin:1rem;">Rules <i class="bi bi-arrow-up-right-square-fill"></i></button>
</div>
<h2 class="myHeader extraBold gradient0">General Guidelines</h2>
<div
class="generalDiv"
style="
width: max-content;
max-width: 90%;
margin: auto;
position: relative;
z-index: 10001;
"
>
1. All events of THAILEX'23 are conducted only through offline mode.<br /><br />
2. Online portal for registration will be closed on (08.03.2023).<br /><br />
3. The entries for the events will be accepted only on successful payment of registration
fee.<br /><br />
4.The offline registration process will end by 9.30.am on the day of event.<br /><br />
5. Students must carry their college ID card and a copy of the mail received during
registration.<br /><br />
6. All the events will commence at the scheduled time. Participants are requested to be
punctual.<br /><br />
7. Participants are requested to collect the event tags from the registration desk present at
the 1st floor.<br /><br />
8. The jury decision will be final in all matters.<br /><br />
9. Dress code should be Formal wear.<br /><br />
10. Exciting Prizes will be given to winners and Participation certificates will be provided for all.<br /><br />
11. Students should refrain from abusive language, obscene display and a good decorum
will be appreciated.<br /><br />
12. Smoking and consumption of alcohols and any such substance is strictly prohibited
inside the college premises.<br /><br />
</div>
<br /><br />
<!-- Co ordinator List -->
<h2 class="myHeader extraBold gradient0">Contacts</h2>
<h5 class="myHeader extrabold1 gradient0">Staff Co-ordinators</h5>
<div class="triangle" style="display:block">
<div>
<h5 class="extrabold1">Mr.A Anbumani</h5>
<!-- <h6 class="myHeader extrabold1 gradient0">President</h6> -->
<h6>+91 97902 39797</h6>
</div>
</div><br>
<br />
<h5 class="myHeader extrabold1 gradient0">Student Co-ordinators</h5>
<div class="triangle">
<div>
<h5 class="extrabold1">Gayathri Devi R</h5>
<!-- <h6 class="myHeader extrabold1 gradient0">President</h6> -->
<h6>+91 91235 58807</h6>
</div>
<div>
<h5 class="extrabold1">Bhaskar Sharma S</h5>
<!-- <h6 class="myHeader extrabold1 gradient0">Vice President</h6> -->
<h6>+91 63695 52682</h6>
</div>
</div>
<br><br>
<div class="myfooter">
<span class="footer"style="display:block;color:white;margin:auto;font-weight: 600;width: max-content;max-width: 90%;">Sponsored by</span><br><br>
<img src="./img/velammal.png" style="display:block;width: max-content; max-width: 90%;margin:auto;" />
<br>
</div>
<script src="https://code.jquery.com/jquery-3.6.1.slim.min.js" integrity="sha256-w8CvhFs7iHNVUtnSP0YKEg00p9Ih13rlL9zGqvLdePA=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="./js/page.js"></script>
</body>
</html>