forked from vikki9121/vit-sympo-cse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page4.html
103 lines (91 loc) · 5.64 KB
/
page4.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
<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>Clue Do</title>
<link rel="icon" type="image/x-icon" href="./img/rogo.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 href="./vendors/counter/flipdown.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">
<!-- Fangs and other fixed elements -->
<div id="bgimage"></div>
<img src="./img/fangs.png" class="fangs topFangs" />
<img src="./img/fangsdown.png" class="fangs bottomFangs" />
<i onclick="myScrollTo('aboutdiv')" class="bi bi-chevron-double-down gradient1 myHueRotationAnimation fadeup" id="bottomDirect"></i>
<!-- Hero div -->
<div id="herodiv" class="vhcontainer myFlex centerFlex">
<div id="herotext">
<img src="./img/revo.png" id="herologo" />
<h1 id="herotitle" class="extraBold gradient0" style="-webkit-text-stroke:0px transparent;">Clue Do</h1>
<button id="registerHeroButton" class="btn-large myGradientRotationAnimation" onclick="openInNewTab('https://forms.gle/oDna6wxXPvvJVFYN8')">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/page4/cd.png')" src="./img/page4/cd.png" class="columnImage" style="position:relative;z-index:10015;" />
<div class="myFlex centerFlex columnText">
<p>
Aiming at spot-lighting the big brains, the event focuses on intellectual abilities of the participants. Rack your brains and score the highest points.
</p>
</div>
</div>
</div>
<h2 class="myHeader extraBold gradient0">Event Specific Guidelines</h2>
<div class="myFlex centerFlex columnText">
<button onclick="window.location.assign('./guidelines/cluedo.docx.pdf')" class="btn btn-large extraBold 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. 150 rupees is the registration fee per head for the entire event.<br><br>
2. For team events the team leader has to pay for their team (i.e)150 per head.<br><br>
3. Only registered participants will be allowed to attend the event , on spot registrations will not be entertained.<br><br>
4. It is mandatory for the participants to provide their college ID at the help desk for verification.<br><br>
5. Proper attire should be followed by the participants.<br><br>
6. A participant is not restricted to participation in any number of events as long as the event timings do not clash.<br><br>
7. All the events will commence at the scheduled time , participants are requested to be punctual.<br><br>
8. Participants are requested to collect the event tags from the help desk present in the workshop block .<br><br>
9. No refund on the registration fees will be encouraged.<br><br>
10. Students should refrain from abusive language, obscene display and a good decorum will be appreciated.<br><br>
11. Smoking, consumption of alcohol or any such substance is strictly prohibited inside the college premises.<br><br>
12. Rules are subject to changes at the discretion of the management or the event organisers.
</div><br><br>
<!-- Co ordinator List -->
<h2 class="myHeader extraBold gradient0">Contacts</h2>
<h5 class="myHeader extraBold gradient0">Event Co-ordinators</h5>
<div class="triangle">
<div>
<h5 class="extraBold">Bathri</h5>
<!-- <h6 class="myHeader extraBold gradient0">President</h6> -->
<h6>70949 21230</h6>
</div>
<div>
<h5 class="extraBold">Sanjana</h5>
<!-- <h6 class="myHeader extraBold gradient0">Vice President</h6> -->
<h6>91505 80817</h6>
</div>
</div>
<div class="triangle" style="display:block;">
<h5 class="extraBold">Harikarthikeyan</h5>
<!-- <h6 class="myHeader extraBold gradient0">Event Manager</h6> -->
<h6>91763 28924</h6>
</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/reclogo.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>