-
Notifications
You must be signed in to change notification settings - Fork 0
/
non-curriculum.html
64 lines (60 loc) · 2.57 KB
/
non-curriculum.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"/>
<link rel="stylesheet" href="non-curriculum.css" />
<title>Non-Curriculum</title>
</head>
<body>
<div class="menu-bar">
<h1 class="logo">Non<span>-Curriculum.</span></h1>
<ul>
<li><a href="#">Clubs <i class="fas fa-caret-down"></i></a>
<div class="dropdown-menu">
<ul>
<li><a href="ACM2.html">ACM</a></li>
<li><a href="#">ACSES</a></li>
<li><a href="#">SAIT</a></li>
<li><a href="#">ELESA</a></li>
<li><a href="#">EESA</a></li>
<li><a href="#">MESA-MESC</a></li>
<li><a href="#">CESA</a></li>
<li><a href="#">WLUG</a></li>
<li><a href="#">PACE</a></li>
<li><a href="#">ROTARACT</a></li>
<li><a href="#">ART CIRCLE</a></li>
</ul>
</div>
</li>
<li><a href="mega-events.html">Mega Events</a>
</li>
<li><a href="wce-map.html">WCE Map</a></li>
<li><a href="memory.html">Memories</a></li>
</ul>
</div>
<div class="hero">
</div>
<h1 class="updates" style="text-align: centre; text-decoration: underline; ">UPDATES</h1>
<div id="UPDATES" style="font-size: 30px; font-family: Verdana, Geneva, Tahoma, sans-serif; opacity: 0.8; ">
<p style="font-size:30px"> WCE HACKATHON 2022
BY WCE ACM STUDENT CHAPTER
WCE HACKATHON'22 will be conducted entirely in Virtual mode. Hackathon'22 is a
developing venture in which participants are expected to complete the product
development as per the selected problem statements. Here participants will innovate,
strategize, code, and beat the odds with some ingenious solutions to the most sought
real-life problems.
PARTICIPANTS
A team of UG Engineering students is eligible to participate in the hackathon. A team
should have a minimum of 2 and a maximum of 4 members.
Team members can belong to different colleges and different academic years.
REGISTRATION
Registration is taken through unstop.com (formerly Dare2Compete).
Registration link:
https://unstop.com/p/wce-hackathon-2022-walchand-college-of-engineering-wcesangli-171698
</p>
</div>
<!-- <script src="text1.js"></script> -->
</body>
</html>