-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (106 loc) · 4.42 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
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<title>INNOVANZA Techfest</title>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<div class="my_menu">
<input type="checkbox" id="check">
<lable for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</lable>
<label class="logo">Techfest INNOVANZA'24</label>
<ul class="menu">
<li><a class="active">Home</a></li>
<li><a href="#">Event</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Merchandise</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Additional</a></li>
</ul>
</div>
<div id="banner">
<img src="INNOVANZA.jpeg" alt="banner">
</div>
<main>
<section id="Why_choose">
<br>
<h1>What is INNOVANZA</h1>
<BR>
<br>
<P>Innovanza is the science and technology festival of Bundelkhand Institute of Engineering and Technology. We aspire to reach out to college students across the globe to spark their interest in Science and Technology and provide them a platform to pursue the same. </P>
<br>
<br>
<br>
<br>
<br>
</section>
<section class="section2">
<br>
<br>
<br>
<h1>EVENTS DETAILS</h1>
<div class="div_section2">
<img src="hackathon.jpeg" alt="xyz">
<h1>Hackathon</h1>
<br>
<p>A 24-hour coding challenge to push your limits. Date: [Date], Time: [Time], Location: [Location]</p>
<a href="#">Register Now</a>
</div>
<div class="div_section2">
<img src="workshop.jpeg" alt="xyz">
<h1>Workshop: Machine Learning</h1>
<p>Get insights into the world of AI and Machine Learning. Date: [Date], Time: [Time], Location: [Location]</p>
<a href="#">Register Now</a>
</div>
<div class="div_section2">
<img src="quiz.jpeg" alt="xyz">
<h1>QUIZ</h1>
<br>
<p>Get insights into the world of AI and Machine Learning. Date: [Date], Time: [Time], Location: [Location]</p>
<a href="#">Register Now</a>
</div>
</section>
</main>
<section class="footer">
<div class="footer_div">
<h1>About Us</h1>
<p>
Innovanza is the science and technology festival of Bundelkhand Institute of Engineering and Technology. We aspire to reach out to college students across the globe to spark their interest in Science and Technology and provide them a platform to pursue the same.
</p>
<button>Read More</button>
</div>
<div class="footer_div">
<h1>ADDRESS</h1>
<ul>
<li><a href="#">Innovation and Incubation cell, BIET Jhansi</a></li>
<li><a href="#">+91 74599 39492</a></li>
<li><a href="#">iic@bietjhs.ac.in</a></li>
</ul>
</div>
<div class="footer_div">
<h1>SOCIAL LINKS</h1>
<div class="social_div">
<i class="fab fa-facebook fa-2x">Instagram</i>
<i class="fab fa-twitter fa-2x">Linkedin</i>
<i class="fab fa-twitter fa-2x">Github</i>
<i class="fab fa-instagram fa-2x">Twitter</i>
<link href="https://fontawesome.com/icons/square-instagram?f=brands&s=solid" >
</div>
</div>
<div class="under_footer">
<div class="footer1"><p>Copyright @ All Rights Reserved</p></div>
<div class="footer2"><p>Designed by Easyway</p></div>
</div>
</section>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>