-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (161 loc) · 6.49 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
<!doctype html>
<html lang="en-us">
<head>
<title>Bence Szigeti</title>
<meta name="description" content="Bence Szigeti -- Cybersecurity Consultant">
<meta name="keywords" content="Bence Szigeti, Szigeti Bence, Cybersecurity, Consultant, Software, Engineer, Senior, DevOps, Audit, Forensic Investigation, Rust, Development, Penetration Test">
<meta name="author" content="Bence Szigeti">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<style>
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');
body {
background-color: #fff;
font-family: "Ubuntu", monospace;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.jumbo-text {
text-shadow: 0px 2px 3px #000;
}
.faded {
opacity: 0.75;
}
.btn-hgreen, .btn-hgreen:active, .btn-hgreen:visited {
border: 1px solid #88cc14;
background-color: #88cc14 !important;
color: white
}
.btn-hgreen:hover {
background-color: #7ab318 !important;
color: white;
}
.btn-hgreen-soft, .btn-hgreen-soft:active, .btn-hgreen-soft:visited {
background-color: #6e9a23 !important;
color: white
}
.btn-hgreen-soft:hover {
background-color: #7ab318!important;
color: white;
}
.btn-hgreen-soft:focus {
outline: none;
box-shadow: none;
}
.header-text {
background-color: #111b29;
padding-top: 40px;
padding-bottom: 20px;
color: white;
}
.page-title {
color: #88cc14;
text-shadow: 0px 2px 2px black;
font-size: 45px;
font-weight: 500;
}
.trees-image {
width: 100%;
}
</style>
</head>
<body>
<div id="snow">
<div class="container-fluid header-text text-center noselect">
<div style="margin-left: auto; margin-right: auto; width: 274px; text-align: right;">
<h1 class="page-title">Bence Szigeti</h1>
<h3 class="mb-1 jumbo-text" style="font-size: 27px; margin-top: -15px;">Software Engineer</h3>
<p class="faded" style="margin-top: -5px;">Cybersecurity Consultant</p>
</div>
<div class="container mt-5" style="max-width: 800px">
<div class="row m-auto">
<div class="col-sm-3 mb-3">
<h1>
<i class="fas fa-crosshairs"></i>
</h1>
<span class="faded">Adversary Simulation</span>
</div>
<div class="col-sm-3 mb-3">
<h1>
<i class="fas fa-helicopter"></i>
</h1>
<span class="faded">Incident Response</span>
</div>
<div class="col-sm-3 mb-3">
<h1>
<i class="fas fa-fingerprint"></i>
</h1>
<span class="faded">Forensic Investigation</span>
</div>
<div class="col-sm-3 mb-5">
<h1>
<i class="fas fa-chalkboard-teacher"></i>
</h1>
<span class="faded">Security Advisory</span>
</div>
<div class="col-sm-3 mb-3">
<h1>
<i class="fab fa-rust"></i>
</h1>
<span class="faded">Programming</span>
</div>
<div class="col-sm-3 mb-3">
<h1>
<i class="fas fa-parachute-box"></i>
</h1>
<span class="faded">DevOps</span>
</div>
<div class="col-sm-3 mb-3">
<h1>
<i class="fab fa-watchman-monitoring"></i>
</h1>
<span class="faded">Code Audit</span>
</div>
<div class="col-sm-3 mb-3">
<h1>
<i class="fab fa-d-and-d"></i>
</h1>
<span class="faded">National Security<br>Based Experience</span>
</div>
</div>
</div>
<a href="mailto:[email protected]" target="_blank">
<button type="button" class="btn btn-lg btn-hgreen mt-5 mb-2 text-left">Consult <i class="fas fa-mug-hot"></i></button>
</a>
<p>
<a href="tel:+36 20 288-4701" target="_blank">+36 20 288-4701</a>
</p>
</div>
<img class="trees-image noselect" src="asset/image/banner.png">
</div>
<script src="asset/js/snow.js"></script>
<div class="container pt-4 text-center noselect">
<section class="mb-4">
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="https://twitter.com/benceszigeti"
target="_blank"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-twitter"></i
></a>
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="https://www.linkedin.com/in/benceszigeti/"
target="_blank"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-linkedin"></i
></a>
</section>
</div>
</body>
</html>