-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvents.html
125 lines (124 loc) · 6.61 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
<!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>Events</title>
<link rel="Shortcut Icon" type="image/png" href="Images/Favicon.jpg" />
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body>
<section id="header">
<video autoplay loop muted plays-inline class="back-video">
<source src="Images/Video3.mp4" type="video/mp4" />
</video>
<nav>
<a href="Index.html"><img src="Images/Logo.png" /></a>
<div class="nav-links" id="navlinks">
<i class="fa fa-times" onclick="hidemenu()"></i>
<ul>
<li><a href="Index.html">HOME</a></li>
<li><a href="Events.html">EVENTS</a></li>
<li><a href="About.html">ABOUT US</a></li>
<li><a href="Contact.html">CONTACT US</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showmenu()"></i>
</nav>
<div class="banner-txt">
<h1>EVENTS</h1>
<a href="" class="hero-btn">Join Membership</a>
</div>
</section>
<section class="events">
<div class="event-tab1">
<h2>HACKATHON</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius deserunt repudiandae vero qui quae numquam, molestias nesciunt in consectetur nostrum quod tenetur rem enim nisi voluptas sequi nemo sed distinctio!</p>
<a href="#">READ MORE</a>
<img src="Images/undraw_hacker_mind_-6-y85.svg">
</div>
<div class="event-tab2">
<h2>GAMING CONTEST</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius deserunt repudiandae vero qui quae numquam, molestias nesciunt in consectetur nostrum quod tenetur rem enim nisi voluptas sequi nemo sed distinctio!</p>
<a href="#">READ MORE</a>
<img src="Images/undraw_video_game_night_8h8m.svg">
</div>
<div class="event-tab1">
<h2>DESIGNING CONTEST</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius deserunt repudiandae vero qui quae numquam, molestias nesciunt in consectetur nostrum quod tenetur rem enim nisi voluptas sequi nemo sed distinctio!</p>
<a href="#">READ MORE</a>
<img src="Images/undraw_designer_re_5v95.svg">
</div>
</section>
<footer>
<div class="row">
<div class="col">
<img src="Images/Logo.png" class="footer_logo">
<p class="footer_about">CESTA, Computer Technical Society functions under the Computer
Science and Engineering Department. This society runs by the
students under the guidance of faculty and technical society heads.
</p>
</div>
<div class="col">
<h3>CAMPUS <div class="bottom_line"><span></span></div></h3>
<p>28, 1, Knowledge Park III</p>
<p>Greater Noida</p>
<p>Uttar Pradesh - 201306</p>
<p class="footer_email">[email protected]</p>
</div>
<div class="col">
<h3>Links <div class="bottom_line"><span></span></div></h3>
<ul>
<li><a href="">HOME</a></li>
<li><a href="">EVENTS</a></li>
<li><a href="">ABOUT US</a></li>
<li><a href="">CONTACT US</a></li>
</ul>
</div>
<div class="col">
<form action="//submit.form" id="ContactUs100" method="post" onsubmit="return ValidateForm(this);">
<script type="text/javascript">
function ValidateForm(frm) {
if (frm.Name.value == "") { alert('Name is required.'); frm.Name.focus(); return false; }
if (frm.FromEmailAddress.value == "") { alert('Email address is required.'); frm.FromEmailAddress.focus(); return false; }
if (frm.FromEmailAddress.value.indexOf("@") < 1 || frm.FromEmailAddress.value.indexOf(".") < 1) { alert('Please enter a valid email address.'); frm.FromEmailAddress.focus(); return false; }
if (frm.Comments.value == "") { alert('Please enter comments or questions.'); frm.Comments.focus(); return false; }
return true; }
</script>
<table style="width:100%;max-width:550px;border:0;" cellpadding="8" cellspacing="0">
<tr> <td>
<label for="Name">Name*:</label>
</td> <td>
<input name="Name" type="text" maxlength="60" style="color:white;width:100%;max-width:250px;" />
</td> </tr> <tr> <td>
<label for="PhoneNumber">Phone number:</label>
</td> <td>
<input name="PhoneNumber" type="text" maxlength="43" style="color:white;width:100%;max-width:250px;" />
</td> </tr> <tr> <td>
<label for="FromEmailAddress">Email address*:</label>
</td> <td>
<input name="FromEmailAddress" type="text" maxlength="90" style="color:white;width:100%;max-width:250px;" />
</td> </tr> <tr> <td>
<label for="Comments">Comments*:</label>
</td> <td>
<textarea name="Comments" rows="7" cols="40" style="width:100%;max-width:350px;"></textarea>
</td> </tr> <tr> <td>
* - required fields
</td> <td>
<input name="skip_Submit" type="submit" value="Submit" />
</td> </tr>
</table>
</form>
</section>
</div>
</div>
<hr>
<p class="copyright">CESTA Ⓒ 2022 - All Rights Reserved</p>
</footer>
</body>
<script src="Script.js"></script>
</html>