-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·57 lines (48 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/core.css" />
<title>ptrac3</title>
</head>
<body>
<div class="page">
<div class="container">
<div class="header">
<a href="contact.html" class="header-element">
Contact
</a>
<a href="skills.html" class="header-element">
Skills
</a>
<a href="articles.html" class="header-element">
Articles
</a>
<a href="index.html" class="header-element">
Home
</a>
</div>
<h1>ptrac3</h1>
<hr>
<div style="width: 50%; max-width: 256px; float: left; padding-right: 12px; margin-bottom: 8px;">
<img src="https://avatars1.githubusercontent.com/u/1253315?v=3" style="width: 100%; margin-bottom: 8px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;" />
<div class="center">
<a href="https://github.com/ptrac3"><img src="images/GitHub.png" alt="GitHub" style="padding: 4px;" /></a>
<a href="https://twitter.com/ptrac3"><img src="images/Twitter.png" alt="Twitter" style="padding: 4px;" /></a>
<a href="https://www.linkedin.com/in/lorenzovogelsang"><img src="images/Linkedin.png" alt="Linkedin" style="padding: 4px;" /></a>
</div>
</div>
<p style="padding-top: 4px;">
I love Philosophy and ICT security.
<p>
I wonder why the universe exists, and in the meantime i pen test it.
</p>
<p>
I am a Philosophacker
</p>
</div>
</div>
</body>
</html>