-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
179 lines (143 loc) · 5.74 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
<!DOCTYPE HTML>
<!--
Hack-Zee by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Hack-Zee/The hacking club</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #000;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #42f590;
color: black;
text-align: center;
}
</style>
</head>
<body class="is-preload">
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="https://sunny640523.typeform.com/to/e82GD2">Join Hacking Club</a>
<a href="https://github.com/Hack-Zee">GitHub</a>
<a href="https://t.me/hack-zee">Discussion</a>
<a href="https://sunny640523.typeform.com/to/qSdgng">Contact</a>
<a href="https://github.com/Hack-Zee">About</a>
</div>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<!-- Items -->
<div class="items">
<div class="item intro span-2">
<h1>Hack-Zee</h1>
<p>A resourceful site <br />
for club members</p>
</div>
<article class="item thumb span-1">
<h2>The Hacker News</h2>
<a href="https://thehackernews.com/" ><img src="images/thumbs/01.jpg" alt=""></a>
</article>
<article class="item thumb span-2">
<h2>E hacking</h2>
<a href="https://www.ehacking.net/" class="text"><img src="images/thumbs/02.jpg" alt=""></a>
</article>
<article class="item thumb span-1">
<h2>Hacker 101 Course by a HackerOne</h2>
<a href="https://www.hacker101.com/" class="text"><img src="images/thumbs/03.jpg" alt=""></a>
</article>
<article class="item thumb span-1">
<h2>Darknet Blog</h2>
<a href="https://www.darknet.org.uk/" class="text"><img src="images/thumbs/04.jpg" alt=""></a>
</article>
<article class="item thumb span-3">
<h2>KitPloit-The hacker's tools</h2>
<a href="https://www.kitploit.com/" class="text"><img src="images/thumbs/05.jpg" alt=""></a>
</article>
<article class="item thumb span-1">
<h2>Cyber-Warrior Princess</h2>
<a href="https://tisiphone.net/" class="text"><img src="images/thumbs/06.jpg" alt=""></a>
</article>
<article class="item thumb span-2">
<h2>Hackers online club</h2>
<a href="https://blog.hackersonlineclub.com/" class="text"><img src="images/thumbs/07.jpg" alt=""></a>
</article>
<article class="item thumb span-2">
<h2>HackingSubReddit</h2>
<a href="https://www.reddit.com/r/hacking/" class="text"><img src="images/thumbs/08.jpg" alt=""></a>
</article>
</div>
<!-- Items -->
<div class="items">
<article class="item thumb span-3"><h2>Hack-Zee</h2><a href="https://hack-zee.github.io" class="text"><img src="images/thumbs/05.jpg" alt=""></a></article>
<article class="item thumb span-1"><h2>The Hacker News</h2><a href="https://thehackernews.com/" class="text"><img src="images/thumbs/06.jpg" alt=""></a></article>
<article class="item thumb span-2"><h2>E hacking</h2><a href="https://www.ehacking.net/" class="text"><img src="images/thumbs/07.jpg" alt=""></a></article>
<article class="item thumb span-2"><h2>Hacker 101 Course by a HackerOne</h2><a href="https://www.hacker101.com/" class="text"><img src="images/thumbs/08.jpg" alt=""></a></article>
<article class="item thumb span-1"><h2>Darknet Blog</h2><a href="https://www.darknet.org.uk/" class="text"><img src="images/thumbs/01.jpg" alt=""></a></article>
<article class="item thumb span-2"><h2>KitPloit-The hacker's tools</h2><a href="https://www.kitploit.com/" class="text"><img src="images/thumbs/02.jpg" alt=""></a></article>
<article class="item thumb span-1"><h2>Cyber-Warrior Princess.</h2><a href="https://tisiphone.net/" class="text"><img src="images/thumbs/03.jpg" alt=""></a></article>
<article class="item thumb span-2"><h2>Hackers online club</h2><a href="https://blog.hackersonlineclub.com/" class="text"><img src="images/thumbs/05.jpg" alt=""></a></article>
<article class="item thumb span-1"><h2>HackingSubReddit</h2><a href="https://www.reddit.com/r/hacking/" class="text"><img src="images/thumbs/04.jpg" alt=""></a></article>
</div>
</section>
<!-- Footer -->
<section id="footer">
<section>
</section>
<section>
<ul class="icons">
<li><a href="[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</a>
<div class="footer">
<p> Created and Maintained by <a href="https://github.com/sunn-e">Sunny Dhoke</a>.
</p>
</div>
</footer>
</html>