-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (47 loc) · 1.82 KB
/
index.html
File metadata and controls
47 lines (47 loc) · 1.82 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
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="robots" content="index, follow">
<meta name="author" content="Felix Berger">
<meta name="generator" content="Hugo 0.96.0">
<meta name="theme-color" content="#000000">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="manifest" href="/site.webmanifest">
<title>/FelixBerger/</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Unica+One&display=swap" rel="stylesheet">
<script async defer data-domain="felixberger.de" src="js/plausible.js"></script>
<script>
links = document.links;
for (var i = 0; i < links.length; i++) {
if (links[i].hostname !== window.location.hostname) {
links[i].target = "_blank";
}
}
</script>
</head>
<body id="page">
<div id="spotlight" class="animated fadeIn">
<div id="home-center">
<h1 id="home-title">/FelixBerger/</h1>
<p id="home-subtitle">Cyber Security Audit & Risk Advisor</p>
<div id="home-social">
<a href="https://github.com/Zylesto" aria-label="GitHub" target="_blank">GitHub</a>
<a href="https://www.linkedin.com/in/zylesto/" aria-label="LinkedIn" target="_blank">LinkedIn</a>
</div>
<nav id="home-nav" class="site-nav">
<a href="about/index.html">Über mich</a>
</nav>
</div>
<div id="home-footer">
<p>© 2026 Felix Berger</p>
</div>
</div>
<script async src="js/bundle.min.js"></script>
</body>
</html>