forked from cr4shcod3/cr4shcod3.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (54 loc) · 2.42 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
<!DOCTYPE HTML>
<html>
<head>
<title>Cr4sH CoD3 | Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Take a look on the stuffs I created." />
<meta property="og:site_name" content="Cr4sH CoD3 | Home" />
<meta property="og:title" content="Cr4sH CoD3 | Home" />
<meta property="og:type" content="article" />
<meta property="og:image" content="assets/css/images/meta-image.jpg" />
<meta property="og:description" content="Take a look on the stuffs I created." />
<meta property="og:url" content="https://cr4shcod3.github.io/index.html" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<nav>
<ul>
<h2><a href="#">Home</a> • <a href="projects/">Projects</a> • <a href="contact/">Contact</a></h2>
</ul>
</nav>
<hr width="70%"><br><br><br>
<h1>Cr4sH CoD3</h1>
<p>Pentester • Developer • Python Programmer</p>
<hr width="50%">
<nav>
<ul>
<li><a href="https://facebook.com/cr4shcod3.py" target="_blank" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/cr4shcod3" target="_blank" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.youtube.com/channel/UCEw5DaWEUY0XeUOTl1U2LKw" target="_blank" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="mailto:[email protected]" target="_blank" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyright">© Cr4sHCoD3. Design: <a href="http://html5up.net">HTML5 UP</a>.</span>
</footer>
</div>
</div>
<script>
window.onload = function() { document.body.classList.remove('is-preload'); }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>