-
Notifications
You must be signed in to change notification settings - Fork 1
/
events.html
191 lines (147 loc) · 7.29 KB
/
events.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!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>CESTA EVENTS</title>
<!-- Favicon For Webpage -->
<link rel="icon" type="image/x-icon" href="./Images/favicon.png">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- header starts -->
<header class="header">
<a href="#" class="logo">
<img src="./Images/logo.png" alt="">
</a>
<p></p>
<a href="#" class="logo">
<img src="./Images/Cesta Logo1.jpg" alt="">
</a>
<nav class="navbar">
<a href="./index.html"><strong>Homepage</strong></a>
<!-- <a href="#menu"><strong>Works</strong></a> -->
<a href="#menu"><strong>Events</strong></a>
<!-- <a href="#about"><strong>About</strong></a> -->
<a href="#contact"><strong>Contact</strong></a>
<a href="https://blog.cesta-society.in/" target="_blank"><strong>Blog</strong></a>
</nav>
</header>
<!-- header ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<h3>Cesta (DTC)</h3>
<p>
<strong>
Technical Club From <span>Delhi Technical Campus</span>! <br> <br>
<span>CESTA</span> organizes different events for all students throughout the year. It provides a
platform for young brains to showcase their innovative ideas and compete with their peers. These
technical events are an example of fun and learning where spectacular ideas are displayed, and
students learn and feel inspired.
</p>
</strong>
</div>
<br> <br> <br>
</section>
<!-- home section ends -->
<!-- events section starts -->
<section class="menu" id="menu">
<h1 class="heading"> Upcoming <span>Events</span> </h1>
<div class="box-container">
<div class="box">
<h3>Webathon'22 !</h3>
<img src="./Images/webathon.jpg" alt="">
<h3>A competitive contest to Design and Create websites! <br> <br>
We heard you want to be a web developer. <br>
Well now seems to be a great time to get started doesn’t it? We at CESTA are thrilled to present to
you the very first iteration of a Web Development Hackathon- Webathon ’22. <br>
So spark up your imagination and creativity and dazzle us with your unique webpage creations! With
no restriction on themes, you and your team have a plethora of ideas to work with and design. <br>
</h3>
</div>
<div class="box">
<h3>Hackathon'22 !</h3>
<img src="./Images/hackathon.jpg" alt="">
<h3>
CESTA Hackathon is back <br> <br>
And we hope you're having as much fun as we are! Read on for a deep dive into all things Hackathon,
including featured projects, highlighted events, and more. <br> <br>
Connect on socials for more info. <br> <br>
Happy Hacking !! <br>
</h3>
</div>
<div class="box">
<h3>Gamescon'22 !</h3>
<img src="./Images/gamescon.jpg" alt="">
<!-- <img src="./Images/gamescon-extra.jpg" alt=""> -->
<h3>
Hello everyone, <br>
CESTA is so excited to announce the biggest gaming event of the year. <br> <br>
GAMESCON 🎮 <br> <br>
Are you ready to win. <br>
Winner will get exciting goodies from CESTA and our Event. <br>
You can form your own team. So mark in your calender and get ready to fight. <br>
</h3>
</div>
</div>
</section>
<!-- events section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading"> <span>contact</span> us </h1>
<div class="row">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3507.160437796608!2d77.47405471461234!3d28.474714582480292!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cebdaaaaaaaab%3A0xef507664000ad02f!2sDelhi%20Technical%20Campus!5e0!3m2!1sen!2sin!4v1666896011661!5m2!1sen!2sin"
width="600" height="350" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
<form action="https://formsubmit.co/45903e17fd2ee0f5519fd7ccf2300cd5" method="POST">
<h3>get in touch</h3>
<div class="inputBox">
<span class="fas fa-user"></span>
<input type="text" placeholder="name">
</div>
<div class="inputBox">
<span class="fas fa-envelope"></span>
<input type="email" placeholder="email">
</div>
<div class="inputBox">
<span class="fas fa-phone"></span>
<input type="number" placeholder="number">
</div>
<div class="inputBox">
<span class="fas fa-comment"></span>
<input type="text" placeholder="message">
<!-- <textarea name="message" cols="30" rows="10" placeholder="message"></textarea> -->
</div>
<input type="submit" value="contact now" class="btn">
</form>
</div>
</section>
<!-- contact section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="share">
<a href="https://github.com/cestasociety" target="_blank" class="fab fa-github"></a>
<a href="https://instagram.com/cesta_dtc?igshid=YmMyMTA2M2Y=" target="_blank" class="fab fa-instagram"></a>
<a href="https://www.facebook.com/cestadtc" target="_blank" class="fab fa-facebook"></a>
<a href="https://www.linkedin.com/company/cesta-computer-science-club-of-delhi-technical-campus/about/"
target="_blank" class="fab fa-linkedin"></a>
<a href="https://discord.gg/knZuyUsU" target="_blank" class="fab fa-discord"></a>
</div>
<!-- <div class="links">
<a href="#">home</a>
<a href="#">about</a>
<a href="#">contact</a>
</div> -->
<div class="credit">Copyright © 2023 | Created By <span>Aman with ❤️</span></div>
</section>
<!-- footer section ends -->
<!-- custom js file link -->
<script src="js/scripts.js"></script>
</body>
</html>