-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·242 lines (221 loc) · 10.8 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" type="image/png" href="images/whs--logo.png">
<link href="https://fonts.googleapis.com/css?family=Cabin:400,400i,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/sal.css">
<link rel="stylesheet" href="css/styles.css">
<title>MAIT Hack Club</title>
</head>
<style>
<style type="text/css">
.horizontal { display: inline; }
</style>
<body>
<a href="https://hackclub.com/" target="_blank">
<img style="position: absolute; top: 10px; left: 0; border: 0; width: 230px; z-index: 999"
src="images/hackclubAssets/hackclub--flag.svg" alt="Hack Club" data-sal="slide-right" data-sal-duration="800" />
</a>
<div class="header" data-sal="slide-down" data-sal-duration="800">
<div class="header--content">
<h4>Welcome to MAIT Hack Club</h4>
<h1 class="header--text">A place for <span id="typed" class="typed">makers</span></h1>
<div class="nextMeeting">
<div class="calendar">
<div class="month">
Oct
</div>
<div class="day">
11
</div>
</div>
<div class="nextMeeting--text">
<div class="nextMeeting--text__main">
<h3>Hacktoberfest Open Hack Day</h3>
</div>
<div class="nextMeeting--text__reminder">
<p><a href="https://hackclubmait.typeform.com/to/bFZY4U" target="_blank">Register ›</a></p>
</div>
</div>
</div>
<br>
<div class="nextMeeting">
<div class="calendar">
<div class="month">
Oct
</div>
<div class="day">
11
</div>
</div>
<div class="nextMeeting--text">
<div class="nextMeeting--text__main">
<h3>MLH Learn Day</h3>
</div>
<div class="nextMeeting--text__reminder">
<p><a href="https://localhackday.mlh.io/learn/locations/1921" target="_blank">Register ›</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="content">
<div class="about">
<div class="about--section">
<div class="about--text">
<h2 data-sal="slide-right" data-sal-duration="800">Who are we?</h2>
<hr data-sal="slide-right" data-sal-duration="800">
<p data-sal="slide-up" data-sal-duration="800"><a href="https://www.hackclub.com" target="_blank">Hack Club</a> is a
global network of diverse computer science
clubs where members learn to code. It’s by the students, for the students—we teach each other
how to code through tinkering and building projects. Everyone has a place at Hack Club,
regardless of whether they are an artist, athelete, or musician. When we say <span
class="italics">hack</span>, we don't mean that we are trying to break into servers, the
word <span class="italics">hack</span> has been repurposed to mean <span class="bold">making
cool projects</span>.</p>
</div>
<div data-sal="slide-left" data-sal-duration="800">
<img src="images/clubImages/images.jpg" alt="Network across the world."
class="illustration about--image">
</div>
</div>
<div class="about--section">
<div>
<img src="images/illustrations/undraw_connected_world_wuay.svg" alt="Network across the world." class="illustration"
data-sal="slide-right" data-sal-duration="800">
</div>
<div class="about--text">
<h2 data-sal="slide-left" data-sal-duration="800">What does Hack Club give you?</h2>
<hr data-sal="slide-left" data-sal-duration="800">
<p data-sal="slide-up" data-sal-duration="800">For starters, you'll get tons of free, amazingly
awesome swag! In addition to the global <a href="https://www.hackclub.com/community" target="_blank">Hack Club
Community</a>, you will be able to
connect with an amazing alumni network. We will also help you get volunteer opportunities,
connections with local tech companies, and priority registration at local tech events.</p>
</div>
</div>
<div class="about--section">
<div class="about--text">
<h2 data-sal="slide-right" data-sal-duration="800">Why should you join us?</h2>
<hr data-sal="slide-right" data-sal-duration="800">
<p data-sal="slide-up" data-sal-duration="800">Coding is the closest thing that we have to a
superpower. Our generation will be the one to deal with pressing issues, like poverty and
climate change (it exists, we promise),
and coding enables you to go out and solve those problems. Oh, you don't know how to code? No
problem. We will walk you through the ropes from step one.</p>
</div>
<div>
<img src="images/clubImages/index1.jpg" alt="Network across the world." class="illustration about--image"
data-sal="slide-left" data-sal-duration="800">
</div>
</div>
<!-- <div class="about--section">
<div>
<img src="images/illustrations/undraw_trendy_interface_lg8x.svg" alt="Network across the world."
class="illustration" data-sal="slide-right" data-sal-duration="800">
</div>
<div class="about--text">
<h2 data-sal="slide-left" data-sal-duration="800">Want a website?</h2>
<hr data-sal="slide-left" data-sal-duration="800">
<p data-sal="slide-up" data-sal-duration="800">You've always wanted to make a website for your club
- now you can! While this isn't a current priority , we will eventually be making websites for
other clubs at <a href="get-a-website.html">yourclubname.westborough.club</a>. Check back later for
more details.</p>
</div>
</div>
-->
</div>
<div class="resources">
<div class="resource--item gettingStarted--list" data-sal="slide-right" data-sal-duration="800">
<h2>Getting Started</h2>
<ul>
<li><a href="https://hackclub.com/community/" target="_blank">Slack</a></li>
<li><a href="https://hackclub.com/workshops/preface/" target="_blank">Preface</a></li>
<li><a href="https://hackclub.com/workshops/" target="_blank">Workshops</a></li>
<li><a href="https://repl.it/" target="_blank">Repl.it</a></li>
<li><a href="https://hackclub.com/conduct/" target="_blank">Code of Conduct</a></li>
</ul>
</div>
<div class="resource--item" data-sal="slide-left" data-sal-duration="800">
<h2>SUBSCRIBE TO OUR MAILING LIST</h2>
<p>Email us at [email protected]</p>
</div>
</div>
</div>
</div>
<div class="resource--item" data-sal="slide-left" data-sal-duration="800" style="width:100%;height:350px">
<h2 style="text-size:20px;text-align:center">SPONSORS:</h2>
<div class="column" style="margin-left:120px">
<img src="images/clubImages/github.png" alt="Github" style="width:100%" class="illustration2">
</div>
<div class="column">
<img src="images/clubImages/jetbrains.png" alt="Jetbrains" style="width:100%;height:70%" class="illustration2">
</div>
<div class="column">
<img src="images/clubImages/mlh.png" alt="MLH" style="width:100%" class="illustration2" >
</div>
<div class="column">
<img src="images/clubImages/hackclub.png" alt="Hack Club" style="width:100%" class="illustration2">
</div>
</div>
<div class="footer">
<br>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="wrapper">
<a target="_blank" href="https://chat.whatsapp.com/HjQGM1eAlxD1bfNX2vEtXB" style="border: none"><i class= "fa fa-3x fa-whatsapp" class="illustration2" style="color:#4ac959"></i></a>
<a target="_blank" href="https://fb.me/hackclubmait" style="border: none"><i class="fa fa-3x fa-facebook-square"class="illustration2"></i></a>
<a target="_blank" href="https://t.me/joinchat/KI4JNhdsSaxuIyPA6bOF0Q" style="border: none"><i class="fa fa-3x fa-telegram"class="illustration2"></i>
</div></a><br><br><br>
<p> Retrieved from <a href="https://westborough.hackclub.com" style="border: none">Westborough</a> </p>
</div>
<!-- ----------
Scripts
---------- -->
<script src="js/jquery.js"></script>
<script src="js/typed.js"></script>
<script src="js/sal.js"></script>
<!-- typed.js -->
<script>
function newTyped() {}
$(function () {
$("#typed").typed({
// Change to edit text
strings: ["makers.", "coders.", "artists.", "musicians.", "athletes.",
"designers.", "thinkers.", "dreamers."
],
typeSpeed: 70,
backDelay: 900,
contentType: "html",
loop: true,
// loop: !0,
shuffle: true,
// shuffle: !0,
resetCallback: function () {
newTyped()
}
}), $(".reset").click(function () {
$("#typed").typed("reset")
})
});
</script>
<!-- sal.js -->
<script>
sal({
threshold: 0.1,
once: true,
});
</script>
</body>
</html>
<?php
if(isset($_POST['Email']))
{
$data=$_POST['Email'];
$fp = fopen('data.txt', 'a');
fwrite($fp, $data);
fclose($fp);
}
?>