-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (105 loc) · 4.79 KB
/
index.html
File metadata and controls
128 lines (105 loc) · 4.79 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Additional CSS -->
<link rel="stylesheet" href="addedstyles.css">
<title>Arun's Portfolio Page</title>
<!-- Mailchimp javascript popup -->
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js"
data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"],
function (L) { L.start({ "baseUrl": "mc.us20.list-manage.com", "uuid": "b694acf1df58e5bb039ce60a6", "lid": "5da23b7424", "uniqueMethods": true }) })
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg text-center">
<p></p>
<h1>Hi, I'm Arun </h1>
</div>
</div>
<div class="row">
<div class="col-sm"></div>
<div class="col-sm text-center">
<img src="assets/images/me.jpeg" class="img-fluid rounded-circle" alt="mihawk's Head" heigh="150px"
width="150px">
</div>
<div class="col-sm"></div>
</div>
<div class="row">
<div class="col-sm text-center">
<hr>
The terminal guy <br>
I'm a cyber security consultant. Apart from that I do pen testing and
little bit of development in my free time. Now days I'm working on
DEVSECOPS.
</div>
</div>
<div class="row">
<div class="col-sm"></div>
<div class="col-sm text-center">
<hr>
<h3>Let's Connect!</h3>
<p> </p>
<a href="https://www.linkedin.com/in/arun-kumar-a2a480b6"> LinkedIn</a> -
<a href="https://medium.com/@mdeluffykop"> Medium</a> - <a href="https://github.com/mihawk47">
GitHub</a>
-
<a href="ark_42@outlook.com?subject=Inquiry from Portfolio">Email</a>
</div>
<div class="col-sm"></div>
</div>
<hr>
<div class="row">
<div class="col-sm text-center">
<p>
I prevent cross-site scripting, I monitor for DDoS attacks, emergency database rollbacks, and faulty transaction handlings.
The Internet heard of it? Transfers half a petabyte of data every minute. Do you have any idea how that happens? All those
YouPorn ones and zeroes streaming directly to your shitty, little smart phone day after day? Every dipshit who shits his
pants if he can't get the new dubstep Skrillex remix in under 12 seconds? It's not magic, it's talent and sweat. People like
me, ensuring your packets get delivered, un-sniffed. So what do I do? I make sure that one bad config on one key component
doesn't bankrupt the entire fucking company. That's what the fuck I do.
</p>
</div>
</div>
<div class="row"></div>
<div class="col-lg text-center">
<hr>
<h3>
Check Out Some of My Articles and Projects
</h3>
</div>
</div>
<div class="row">
<div class="col-lg text-center">
<a href="https://abhikuchkyanahi.com">
<img src="assets/images/docker0.png" class="img-fluid" alt="Docker Article 1">
</a>
<a href="https://yebhikarnabaki.com/">
<img src="assets/images/docker2.png" class="img-fluid" alt="Docker Article 2">
</a>
<a href="https://pehlekahinahikiya.com/">
<img src="assets/images/docker3.png" class="img-fluid" alt="Docker Article 3">
</a>
</div>
</div>
<div class="row row-grey">
<div class="col-sm text-center py-3">
<h5>Let's Connect!</h5>
<p> </p>
<a href="https://www.linkedin.com/in/arun-kumar-a2a480b6"> LinkedIn</a> -
<a href="https://medium.com/@mdeluffykop"> Medium</a> - <a href="https://github.com/mi-hawk47">
GitHub</a>
<p></p>
</div>
</div>
</body>
</html>