-
Notifications
You must be signed in to change notification settings - Fork 1
/
form.html
130 lines (92 loc) · 4.01 KB
/
form.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Join Us form</title>
<meta name="keywords"
content="SIBSS, SIBSS India, SIBSS Organization, SIBSS Organisation, SIBSS Youth, SIBSS IN, sibss, sibss_in, sibss.org.in">
<meta name="theme-color" content="#15e8cf">
<meta name="robots" content="noindex">
<meta name="description" content="Join us right now otherwise a crock gonna eat you! ">
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<!-- Google Fonts -->
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sibss.org.in/assets/logos/SIBSS-logo-transparent-500x500.png" />
<meta property="og:site_name" content="SIBSS">
<meta property="twitter:site:id" content="1384813222801272838">
<link rel="dns-prefetch" href="https://fonts.googleapis.com/" />
<link rel="dns-prefetch" href="https://docs.google.com/" />
<!-- Google tag (gtag.js) -->
<link rel="apple-touch-icon" sizes="57x57" href="favicon-logo.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon-logo.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon-logo.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon-logo.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon-logo.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon-logo.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon-logo.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon-logo.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon-logo.png">
<link href="assets/css/style.css" rel="stylesheet">
<!-- Google tag (gtag.js) -->
</head>
<body id="hero2">
<!-- ======= Header ======= -->
<header id="header">
<div class="container-fluid">
<div class="row-justify-content-center">
<div class="col-xl-9 d-flex align-items-center">
<h1 class="logo mr-auto"><a href="index.html">SIBSS</a></h1>
</div>
</div>
</div>
</header>
<!-- ======= Hero Section ======= -->
<style>
.containerr {
position: relative;
width: 100%;
overflow: hidden;
padding-top: 100%;
/* 1:1 Aspect Ratio */
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
<div class="containerr-fluid contact-form">
<div class="contact-form-container">
<iframe title="sibss join form"
src="https://docs.google.com/forms/d/e/1FAIpQLSeZdK9ygDJeRsru2uLPiZH2urQYj6skBc3WlY-irJ76iWqnKg/viewform?embedded=true"
width="100%" height="1700px" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>