-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
112 lines (97 loc) · 4.7 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
<!DOCTYPE HTML>
<!--
pr0xh4ck
-->
<html>
<head>
<title>@pr0xh4ck official website</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" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<h1><strong>This is Abdullah Al Mamun</strong>, aka pr0xh4ck<br /> Find me on google @pr0xh4ck <br /> crafted by <a href="https://github.com/pr0xh4ck">@pr0xh4ck</a>.</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>| Security Enthusiast | Developer | Entrepreneur | <br /> | Eng. Student | Troubleshooter |</h2>
</header>
<p>Hi there, I am 22. I have an experience with Web applications penetration testing, Mobile applications penetration testing, API penetration testing, Network penetration testing, Blockchain security, Social engineering, Reverse engineering,
Data security, and Digital forensics.</p>
<ul class="actions">
<li><a href="https://github.com/pr0xh4ck" class="button">Learn More</a></li>
</ul>
</section>
<!-- Two -->
<!-- Three -->
<section id="three">
<h2>Get In Touch</h2>
<p>If you have any query please feel free to ask me.</p>
<div class="row">
<div class="col-8 col-12-small">
<form method="post" action="#">
<div class="row gtr-uniform gtr-50">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email" placeholder="Email" /></div>
<div class="col-12"><textarea name="message" id="message" placeholder="Message" rows="4"></textarea></div>
</div>
</form>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</div>
<div class="col-4 col-12-small">
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-home"><span class="label">Address</span></h3>
Bagha Upazila<br /> 6280, Rajshahi<br /> Bangladesh
</li>
<li>
<h3 class="icon solid fa-mobile-alt"><span class="label">Phone</span></h3>
+880xxxxxxxx22
</li>
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
</div>
</section>
<!-- Four -->
<!--
-->
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/pr0xh4ck" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/pr0xh4ck" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://linkedin.com/in/pr0xh4ck" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://facebook.com/pr0xh4ck" class="icon brands fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© 2022</li>
<li>Design: <a href="https://github.com/pr0xh4ck">pr0xh4ck</a></li>
</ul>
</div>
</footer>
<!-- 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>
</html>