forked from cyberbuddy-io/forms.cyberbuddy.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (148 loc) · 6.68 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
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
<!DOCTYPE html>
<html>
<head>
<title>Team Selection Form</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="Files/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="Files/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="Files/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name=”robots” content=”noindex, nofollow”>
<meta name=”robots” content=”index, follow”>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- For SEO -->
<link rel="canonical" href="http://blog.cyberbuddy.io/">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="style.css">
<style>
aside img {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 1s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
</style>
</head>
<body id="test">
<div id="div-test" style="padding: 10px;">
<img src="Files/hero.jpg" style="width: 100%;">
</div>
<div id="div-test">
<section>
<h1>Don't Get Left Behind</h1>
<p>Hey Fellas, this is your Cyberbuddy!! I am creating a team to develop some projects and contribute in Open Source. Just look at the perks and decide if you wanna be a part of it :</p>
<ul>
<li>Resume mentionable Working Project.</li>
<li>Exposure to the Open Source.</li>
<li>Grasping new skills like Devops, Git-Github, Web Dev etc.</li>
<li>Mentorship from industry experts.</li>
<li>Participation in future Hackathons as a team.</li>
<li>New connections.</li>
<li>Guidance in most fields.</li>
<li>Goodies if possible in future.</li>
</ul>
<p style="font-size: 17px;">To contact us directly : <a href="mailto:[email protected]">[email protected]</a></p>
</section>
</div>
<div id="div-test">
<section class="qna">
<h2>Full Name <span>*</span></h2>
<input type="text" id="name" placeholder="Your name" required="Please enter your name">
</section>
</div>
<div id="div-test">
<section class="qna">
<h2>Whatsapp Number <span>*</span></h2>
<input type="number" id="number" placeholder="Your number" required="Please enter your valid Whatsapp Number">
</section>
</div>
<div id="div-test">
<section class="qna">
<h2>Your Email ID <span>*</span></h2>
<input type="email" id="email" placeholder="Your mail" required="Please enter your valid Whatsapp Number">
</section>
</div>
<div id="div-test">
<section class="qna">
<h2>Willing to spend 3+ hrs per day ? <span>*</span></h2>
<input type="radio" id="yes" name = ".." value=".."> <label>Yes</label> </br>
<input type="radio" id="no" name = ".." value=".."> <label>No</label> </br>
<input type="radio" id="maybe" name = ".." value=".."> <label>Maybe</label> </br>
</section>
</div>
<div id="div-test">
<section class="qna">
<h2>Languages you're familiar with <span>*</span></h2>
<input type="checkbox" id="html"> <label>HTML and CSS</label> </br>
<input type="checkbox" id="js"> <label>JavaScript</label> </br>
<input type="checkbox" id="python"> <label>Python</label> </br>
<input type="checkbox" id="cpp"> <label>C or C++</label> </br>
<input type="checkbox" id="java"> <label>Java</label> </br>
</section>
</div>
<div id="div-test">
<section class="qna">
<h2>Any queries or message</h2>
<input type="text" id="message" placeholder="Your answer" autocomplete="off">
</section>
</div>
<footer id="input-test">
<input type="submit" placeholder="Submit" onclick="send_message()">
</footer>
<p>Made by Team <a href="https://cyberbuddy.io" target="_blank">Cyberbuddy</a></p>
<aside style="position: fixed;bottom: 30px;right: 30px;" class="dropup">
<button style="background-color: white;border-radius: 50%;" data-toggle="dropdown">
<img src="Files/ico-fixed.png">
</button>
<ul class="dropdown-menu" style="border: none;background: transparent;transition-delay: 0.4s;">
<li><input style="filter: saturate(0%) brightness(0.6);" checked="on" type="radio" onclick="dark_bg()"></li>
<li><input style="filter: grayscale(100%) brightness(2.7);" checked="on" type="radio" onclick="white_bg()"></li><br>
<li><input style="filter: saturate(500%) brightness(1.2) hue-rotate(180deg);" checked="on" type="radio" onclick="peach_bg()"></li>
<li><input style="filter: brightness(1.2) hue-rotate(280deg);" checked="on" type="radio" onclick="green_bg()"></li>
<li><input style="filter: brightness(1.2) hue-rotate(70deg);" checked="on" type="radio" onclick="purple_bg()"></li>
</ul>
</aside>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.9.1/firebase-app.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/8.9.1/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.9.1/firebase.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyDZ1NxB4nGBfCDMGQGvZ4r4E_2s1Oa1rsg",
authDomain: "forms-c041d.firebaseapp.com",
databaseURL: "https://forms-c041d-default-rtdb.firebaseio.com",
projectId: "forms-c041d",
storageBucket: "forms-c041d.appspot.com",
messagingSenderId: "576426258209",
appId: "1:576426258209:web:ee8cbe1d80149bd9aa5860",
measurementId: "G-7C12LRLDLW"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<script src="main.js"></script>
<!-- Adding JQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
</body>
</html>