-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
91 lines (71 loc) · 3.3 KB
/
about.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
<!doctype html>
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>about exploitd - https://exploitd.com</title>
<meta name="description" content="exploitd is galaxy of hackers and security researchers">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/main.css">
<script src="assets/js/pathformer.js"></script>
<script src="assets/js/vivus.js"></script>
<link href="https://fonts.googleapis.com/css?family=Headland+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:700" rel="stylesheet">
</head>
<body style="background: black">
<div class="main-container">
<div class="main wrapper clearfix">
<div class="logo" style="padding-top: 3%">
<object id="edl" type="image/svg+xml" data="logo/ani.svg"></object>
<!--
<p class="nn">
exploit[ed], esploit (noun), Latin explicare 'unfold', from ex-out+plicare 'to break' pt. Notion of `capture`, `success`, `win`. Origin 19th cent. - exploiter. Who he does.
</p>
-->
<p class="nn">
learn everyday
</p>
<p class="nn">
>that< is wrong and
probably vulnerable ..
</p>
<p class="nn">
hackerspace
</p>
<p class="nn">
whole new fresh start
</p>
<p class="nn">
18 years in the game bruh!
</p>
<p class="nn">
happy hacking
</p>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper" id="wrp">
<div id="typo-small"><a href="index.html"><p class="exploitd-in-words-small">exploitd</p></a></div>
<!-- systemd and all above @ userspace -->
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="assets/js/main.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-111522784-X','auto');ga('send','pageview');
</script>
<script>
new Vivus('edl', {duration: 160}, function (obj) {
obj.play(obj.getStatus() === 'end' ? -1 : 1);
});
</script>
</body>
</html>