-
Notifications
You must be signed in to change notification settings - Fork 0
/
connect.html
89 lines (75 loc) · 3.31 KB
/
connect.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
<!DOCTYPE html>
<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>KEC | Events</title>
<script src="https://kit.fontawesome.com/2cc749d790.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="head">
<a href="#"><img id="img" src="image/logo2.png" class="logo" alt="Kec"></a>
<div>
<ul id="nav" >
<li><a href="index.html">Home </a> </li>
<li><a class="active" href="#product1">Events</a></li>
<li><a href="#video-section">Poster</a></li>
<li><a href="">About </a> </li>
<li><a href="">Contact</a> </li>
<li><a id="cal" href=""><i class="fa fa-calendar" aria-hidden="true"></i></a></li>
<a href="#" id="close"><i class="far fa-times"></i></a>
</ul>
</div>
<div id="mobile" >
<a href=""><i class="fa fa-calendar" aria-hidden="true"></i></a>
<i id="bar" class="fas fa-outdent"></i>
</div>
</section>
<section id="prodet" class="section-p1">
<div class="single-pro-img">
<img class="image" src="image/connect.jpg" alt="">
</div>
</div>
<div class="single-pro-details" id="fon">
<h5># Vivere 2k23</h5>
<h4> *Engineering Connectathon: Connection Edition* !</h4>
<button class="norma" ><a href="https://forms.gle/N29hAcEHkMDp79ef6">Register now !</a></button>
<h4>Event Description :</h4>
<p>Hey, tech enthusiasts! 🚀 IT Association is back with a Bang Get ready to embark on a thrilling journey through the digital realm in our Engineering Connectathon! 🛠️ Unleash your coding prowess and dive deep into the intricate web of technology connections.
pion's glory!"🏆💫 <br><br>
Dive into the realm of Technology by connecting images! Unite your team and showcase your excellence.
</p>
<h4>Event Details :</h4>
<p>Round 1: "Binary Bind"*
<br><br>
-Decode binary mysteries and pave your way to victory! 🧩 🚀💡
<br><br>
Round 2: "Algorithmic Odyssey"*<br><br>
-Embark on an epic odyssey through algorithmic connections! 🚀 <br><br>
Round 3: "Data Fusion Forge" <br><br>
-Master the art of data fusion and emerge as the ultimate tech champion! 🌟
</p>
<p>
Team Details : <br><br>
- Minimum participants per team: 2 <br>
- Maximum participants per team: 4
<h4>Venue & Timing:</h4>
<p>
Date : 28-feb-2024. <br>
</p>
<p>Venue : CC 8 - (IT PARK)
</p>
<p> Timing: 9:00 AM to 12:30 PM.
</p>
<h4>Co-ordinators :</h4>
<p>1.Immanuvel R 📞 8825503860<br><br>
2.Jothi Sree R S 📞 9345527195<br><br>
3.Kowsika A 📞 9345435385<br><br>
</p>
</div>
</section>
<script src="script.js"></script>
</body>