-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (94 loc) · 5.25 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UniTech</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<img src="/unitech_logo2.jpg" alt="UniTech logo" class="logoimg">
<ul>
<li><a href="#sechome">Home</a></li>
<li><a href="#secevent">Events</a></li>
<li><a href="#secabout">About us</a></li>
<li><a href="#seccont">Contact us</a></li>
</ul>
</nav>
<section id="sechome">
<div class="intro">
<h1>Welcome <span>Bees's</span>!</h1>
<p>Hi, <span>Future techies</span> YOU are warmed welcome . ARE you really enthusiastic for tech and non tech events? IF YES , be the true serendipity of several events organised in numerous places in Bengaluru or any other cities. This website is indispensable for you all. As you all will be made aware of handful of opportunities knocking at your door.</p>
</div>
</section>
</header>
<section id="secevent">
<br>
<h2 class="upeve">Upcoming Events:</h2>
<br>
<div class="events">
<div class="e1">
<h3>Dsce Basketball Competition</h3>
<img src="/basket.jpg">
<p>Description-
The college basketball competition, with a nominal fee of 200 rupees, is set to be organized soon. Teams from various departments will compete for a cash reward of 2000 rupees. The event promises exciting matches, showcasing talent and team spirit. Students and faculty are eagerly looking forward to the competition, creating a buzz of anticipation.</p>
<button>Buy Tickets</button>
</div>
<div class="e1">
<h3>BMSCE Hackathon</h3>
<img src="/grap.jpg">
<p>Description-
A hackathon will be conducted at the college with a nominal fee of 100 rupees for participation.The event promises to be an exciting showcase of creativity and coding skills. The winners will receive a pool prize of 60,000 rupees, making the competition even more thrilling. This hackathon provides a great opportunity for students to collaborate, learn, and win attractive rewards.</p>
<button>Buy Tickets</button>
</div>
<div class="e1">
<h3>Dsce Hackathon</h3>
<img src="/hack.jpg">
<p>Description-
A hackathon will be conducted at the college with a nominal fee of 0 rupees for participation.The event promises to be an exciting showcase of creativity and coding skills. The winners will receive a pool prize of 10,000 rupees, making the competition even more thrilling. This hackathon provides a great opportunity for students to collaborate, learn, and win attractive rewards.</p>
<button>Buy Tickets</button>
</div>
<div class="e1">
<h3>RVCE TechFest</h3>
<img src="/rv.jpg">
<p>Description-
The RVCE TechFest is offering free tickets for attendees! This exciting event will showcase innovative tech projects, workshops, and competitions. Don’t miss the chance to explore the latest in technology and network with experts—all for free. Grab your tickets now and be part of this amazing experience!This hackathon provides a great opportunity for students to collaborate, learn.</p>
<button>Buy Tickets</button>
</div>
</div>
<h4>More to come! Be Ready</h4>
</section>
<section id="secabout">
<div class="about">
<h1>Whats <span>UniTech!?</span></h1>
<p>UniTech is a <span>community</span> here to help the students and colleges to host and notify events effortlessly.The colleges are provided with a platform to socially post events to notify the students of theri as well as other colleges.This website is benevolent for you all as you will be made aware of handful opportunities knocking at the door.You will be made aware of various events being hosted.Indispensable for all the students interested in coding as well as non tech events.Subscribe to get notifications and stay updated.Happy learning and participating!</p>
</div>
</section>
<section id="seccont">
<div class="formcon">
<h2 id="conh2">Contact <span>Us:-</span></h2>
<form action="/submit_form" method="POST">
<!-- Name -->
<label for="name">Your Name:</label>
<input type="text" id="name" name="name" required>
<br><br>
<!-- Email -->
<label for="email">Your Email:</label>
<input type="email" id="email" name="email" required>
<br><br>
<!-- Message -->
<label for="message">Your Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
<br><br>
<!-- Submit Button -->
<input type="submit" value="Send Message">
</form>
</div>
</section>
<footer>
<p>© 2024 UniTech. All rights reserved. @Hunter_Squad</p>
</footer>
</body>
</html>