-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
124 lines (107 loc) · 5.5 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
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IEEE - VBIT SB | Registration</title>
<link rel="shortcut icon" href="Assets/Images/logo.png" type="image/x-icon">
<link rel="stylesheet" href="Assets/Styles/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.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/animate.css/3.7.2/animate.min.css" />
<script src="https://www.gstatic.com/firebasejs/10.4.0/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.4.0/firebase-firestore-compat.js"></script>
</head>
<body>
<header class="container animated fadeInUp">
<img class="logo rounded mx-auto d-block" src="Assets/Images/logo.png" alt="IEEE - VBIT SB Logo">
</header>
<div class="msg alert alert-success" role="alert">
<p>Submission successful!!</p>
<i class="fa fa-check-circle-o"></i>
</div>
<!-- ======= About Event Section ======= -->
<section id="about" class="about animated zoomIn">
<div class="container rw" data-aos="fade-up">
<div class="section-header">
<h2>DesignX 2.0</h2>
<div class="ul"></div>
</div>
<div class="container row rwabout gy-4">
<div class="main-poster">
<img class="img" src="Assets/Images/header.jpg" alt="Code Quest">
</div>
<div class="event-description">
<p class="description">
DesignX 2.0 introduces participants to graphic design principles and UI/UX methodologies. The workshop fosters innovation, problem-solving, and technical skills, while encouraging collaboration and professional growth. Attendees will explore current design trends and gain essential skills to create seamless, intuitive user experiences.<br><br>
Date: 27th September, 2024 and 28th September, 2024.<br>
Timings: 10:00 AM to 4:20 PM.<br>
Venue: Nalanda Auditorium, Vignana Bharathi Institute of Technology.<br><br>
Note:<br>
1. There is no registration fee.<br>
2. Mode of Participation: Individual.<br>
3. Laptop is required for everyone.<br>
4. Limited registrations only.<br><br>
Kindly fill out the form below to register for the event.<br><br>
For more information and queries, contact:<br>
Venkata Ramana: +91 73306 45050<br>
Sai Kumar: +91 83285 18468
</p>
</div>
</div>
</div>
</section>
<!-- End About Event Section -->
<!-- ======= Registration form ======= -->
<section id="about" class="about animated zoomIn">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>REGISTRATION FORM</h2>
<div class="ul"></div>
</div>
<!-- <div class="form__group field col-sm-4">
<div class="dropdown form__field">
<div class="select">
<span class="ts">Team size : 1</span>
<i class="fa fa-chevron-down"></i>
</div>
<input type="hidden" name="team-size">
<ul class="dropdown-menu">
<li id="1">1</li>
<li id="2">2</li>
<li id="3">3</li>
<li id="4">4</li>
</ul>
</div>
</div> -->
<form action="">
<div class="container participants">
<div class="please-wait">
<h1>Please wait</h1>
</div>
<!-- <div class="registration-closed">
<h1>Registration Closed.</h1>
</div> -->
</div>
<div class="container span-slider">
</div>
<button id="btn1" aria-disabled="true" class="submit btn1" type="submit">Submit</button>
</form>
</div>
</section>
<!-- End Registration Form Section -->
<!-- Footer -->
<footer class="footer d-flex justify-content-around container-fluid">
<div class="row">Designed and Developed by Web Designer | IEEE - VBIT SB</div>
<div class="row social-icons">
<a target="_blank" href="https://www.facebook.com/ieeevbitsb/"><i class="sm-logo fa fa-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/ieee_vbitsb/"><i class="sm-logo fa fa-instagram"></i></a>
</div>
</footer>
<!-- Bootstrap JS-->
<script src="Assets/Scripts/config.js"></script>
<script src="Assets/Scripts/script.js" type="module"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>