-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·182 lines (160 loc) · 6.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>StuyHack</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<script src="jquery-1.11.3.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<style>
body {
position: relative;
}
#intro {
padding-top: 10px;
height: 100%;
color: #fff;
background-color: #000000;
}
#about {
padding-top: 10px;
height: 100%;
color: #fff;
background-color: #111111;
}
#calendar {
padding-top: 10px;
height: 100%;
color: #fff;
background-color: #222222;
}
#slack {
padding-top: 80px;
height: 100%;
color: #fff;
background-color: #333333;
}
#email {
padding-top: 10px;
height: 100%;
color: #fff;
background-color: #444444;
}
.hover_img a {
position: relative;
}
.hover_img a span {
position: absolute;
visibility: hidden;
bottom: 30px;
left: 0px;
}
.hover_img a:hover span {
visibility: visible;
}
</style>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#intro">StuyHack</a>
</div>
<div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#intro">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#calendar">Calendar</a></li>
<!--
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Contact <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#slack">Slack</a></li>
<li><a href="#email">Email</a></li>
</ul>
</li>
-->
<li><a href="#slack">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div id="intro" class="container-fluid">
<img class="img-responsive center-block" src="pictures/Splash.png" alt="Splash" width="100%" height="100%">
</div>
<div id="about" class="container-fluid">
<div class="page-header">
<h1>About</h1>
</div>
<p>
StuyHack, originally known as whiteHatAcademy, is a cyber security club at Stuyvesant High School founded by
<span class="hover_img">
<a href="http://elc1798.me">Ethan Cheng<span><img src="pictures/ethan.jpg" alt="ethan" height="100" /></span></a>
</span>,
<span class="hover_img">
<a href="http://alex-wyc.me">Yicheng Wang<span><img src="pictures/teamyeech.jpg" alt="yeech" height="100" /></span></a>
</span>, and
<span class="hover_img">
<a href="http://loren.blaming.me">Loren Maggiore<span><img src="pictures/loren.jpg" alt="loren" height="100" /></span></a>
</span>
in 2015. We believe that as computer science becomes a growing field and the world of computers expands, cyber security becomes a much larger issue, and people should have the opportunity to learn about it. We teach topics such as
<strong>cryptography, digital forensics, steganography, binary exploitation, network vulnerability exploitation, and reverse engineering</strong>.
</p>
<p>
For the new 2015-2016 year, we decided to rebrand our club to StuyHack, and also to update our website and workflow. We introduced the usage of Slack for communication within the club, see <a href="#slack">Slack</a> for more details, and the usage
of GitBooks for our curriculum. There will also be a member login (coming soon!) where members of the club can view the schedule and curriculum materials.
</p>
<p>
StuyHack will also participate in CTF competitions, such as <a href="https://www.easyctf.com">EasyCTF</a>, <a href="https://picoctf.com">PicoCTF</a>, <a href="https://www.hsctf.com">HSCTF</a>, and more!
</p>
</div>
<div id="calendar" class="container-fluid">
<div class="page-header">
<h1>Calendar</h1>
</div>
<object data='fullcalendar/demos/theme.html' style='width:100%;min-height:800px;'>
<embed src='fullcalendar/demos/theme.html' style='width:100%;min-height:800px;' />
</object>
</div>
<div id="slack" class="container-fluid">
<div class="row">
<div class="col-sm-6">
<a href="https://stuyhack.slack.com">
<img class="img-responsive center-block" src="pictures/slack-gray.png" alt="slack" width="70%" height="70%">
</a>
<div class="page-header"> </div>
<p align="justify">
StuyHack uses Slack as a form of communication. It operates as an instant messaging service, an announcment board, and a forum. It can also integrate with other services, like GitHub and Trello, to make things organized. You can check out more about Slack <a href="https://www.slack.com">here</a>. StuyHack's Slack URL is <a href="https://stuyhack.slack.com">StuyHack.slack.com</a>
</p>
</div>
<div class="col-sm-6">
<a href="https://www.facebook.com/groups/whitehatacademystuy/">
<img class="img-responsive center-block" src="pictures/facebook-gray.png" alt="slack" width="70%" height="70%">
</a>
<div class="page-header"> </div>
<p align = "justify">
StuyHack also uses Facebook as a place to make large announcements. It was our primary form of communication back when we were known as whiteHatAcademy. Our Facebook group is located here: <a href="https://www.facebook.com/groups/whitehatacademystuy/">facebook.com/groups/whitehatacademystuy/</a>
</p>
</div>
</div>
</div>
<script>
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>