forked from i-tick/Robotics-Website
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwebinar.html
More file actions
156 lines (129 loc) · 7.14 KB
/
webinar.html
File metadata and controls
156 lines (129 loc) · 7.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Vssut Robotics | Where Imagination Meets Innovation</title>
<link rel="shortcut icon" type="image/x-icon" href="./webinar_muskan/images/head1.png" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Font Icon -->
<link rel="stylesheet" href="./webinar_muskan/fonts/material-icon/css/material-design-iconic-font.min.css">
<!-- Main css -->
<link rel="stylesheet" href="./webinar_muskan/css/style.css">
<link rel="stylesheet" href="./webinar_muskan/css/particle.css">
</head>
<div id="particles-js"></div>
<body class="grey darken-4">
<div class="main">
<div class="container">
<div class="signup-content">
<div class="signup-img my-auto">
<br>
<img src="./webinar_muskan/images/Muskan Khedia Webinar new2.1.png" alt="">
</div>
<div class="signup-form my-auto">
<form method="GET" class="register-form" id="register-form">
<h2 style="color: white;">Webinar Registration Form</h2>
<div class="form-row">
<div class="form-group">
<label for="first_name">First Name :</label>
<input type="text" name="first_name" id="first_name" required/>
</div>
<div class="form-group">
<label for="last_name">Last Name :</label>
<input type="text" name="last_name" id="last_name"/>
</div>
</div>
<div class="form-group">
<label for="contact no.">Phone No. (10 digit) :</label>
<input type="tel" name="phone" id="phone" required>
</div>
<div class="form-group">
<label for="college">College Name :</label>
<input type="text" name="college" id="college" required>
</div>
<div class="form-group">
<label for="course">Branch :</label>
<input type="text" name="course" id="course" required>
</div>
<div class="form-group">
<label for="email">Email ID :</label>
<input type="email" name="email" id="email" required/>
</div>
<div class="form-submit">
<input type="submit" onclick="check()" value="Submit Form" class="submit" name="submit" id="submit" />
</div>
</form>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row justify-content-center ">
<!-- Footer Social Links -->
<div class="col-auto">
<a href="https://www.facebook.com/vssutrobotics/" target="_blank"><i class="fa fa-facebook fa-2x"></i></a>
</div>
<div class="col-auto">
<a href="https://twitter.com/societyrobotics" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
</div>
<div class="col-auto">
<a href="https://www.youtube.com/channel/UCfrM26pYkyk8JtW-G0mcDNQ" target="_blank"><i class="fa fa-youtube fa-2x"></i></a>
</div>
<div class="col-auto">
<a href="https://www.linkedin.com/in/vssut-robotics-129434149/" target="_blank"><i class="fa fa-linkedin fa-2x"></i></a>
</div>
<div class="col-auto">
<a href="https://github.com/Vssut-Robotics" target="_blank"><i class="fa fa-github fa-2x"></i></a>
</div>
<div class="col-auto">
<a href="https://www.instagram.com/vssut_robotics/" target="_blank"><i class="fa fa-instagram fa-2x"></i></a>
</div>
</div>
<div class="row justify-content-center">
<!--/. End Footer Social Links -->
<!-- copyright -->
<div class="copyright text-center">
<a href="https://www.vssutrobotics.in">
<img src="./webinar_muskan/images/robotics2.png"alt="Vssut Robotics"/>
</a>
<h4 style="color: white;">Design And Developed by <a href="https://www.vssutrobotics.in">VSSUT Robotics</a>. Copyright © 2020. All Rights Reserved.</h4>
</div>
<!-- /copyright -->
</div>
<!-- end row -->
</div><!-- end container -->
</footer> <!-- end footer -->
<!-- JS -->
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="./webinar_muskan/js/particle.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.9.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.9.3/firebase-database.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.9.3/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyBFohS35v9oDh-3c1AtJaxA21qEtvJMAV8",
authDomain: "samavesh-robotics.firebaseapp.com",
databaseURL: "https://samavesh-robotics.firebaseio.com",
projectId: "samavesh-robotics",
storageBucket: "samavesh-robotics.appspot.com",
messagingSenderId: "913347101125",
appId: "1:913347101125:web:2d6c57d76ada168a094bac",
measurementId: "G-19XQZ8P85S"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<script src="./webinar_muskan/vendor/jquery/jquery.min.js"></script>
<script src="./webinar_muskan/js/main.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
</body>
</html>