-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (51 loc) · 3.17 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
<!DOCTYPE html>
<head>
<title>Khael's Website</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="particles-js" class="fullscreen">
<div class="jumbotron text-center">
<img class="particles-photo" src="/images/PFP.jpeg" />
<h1 class="particles-title">khael kugler</h1>
<h1 class="particles-subtitle">hackerman</h1>
<div class="nowrap">
<a class="particles-icon" href="https://www.linkedin.com/in/khael-kugler"><svg width="24px" height="24px"
stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000">
<path d="M21 8v8a5 5 0 01-5 5H8a5 5 0 01-5-5V8a5 5 0 015-5h8a5 5 0 015 5zM7 17v-7" stroke="#000000"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M11 17v-3.25M11 10v3.75m0 0c0-3.75 6-3.75 6 0V17M7 7.01l.01-.011" stroke="#000000"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</a>
<a class="particles-icon" href="https://hackerone.com/malfuncti0nal"><svg width="24px" height="24px"
viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000">
<path d="M4 4v16M4 12c0-4 4-4 4-4s4 0 4 4v8" stroke="#000000" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</a>
<a class="particles-icon" href="https://github.com/KhaelK138"><svg width="24px" height="24px" stroke-width="1.5"
viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000">
<path
d="M16 22.027v-2.87a3.37 3.37 0 00-.94-2.61c3.14-.35 6.44-1.54 6.44-7a5.44 5.44 0 00-1.5-3.75 5.07 5.07 0 00-.09-3.77s-1.18-.35-3.91 1.48a13.38 13.38 0 00-7 0c-2.73-1.83-3.91-1.48-3.91-1.48A5.07 5.07 0 005 5.797a5.44 5.44 0 00-1.5 3.78c0 5.42 3.3 6.61 6.44 7a3.37 3.37 0 00-.94 2.58v2.87M9 20.027c-3 .973-5.5 0-7-3"
stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</a>
<a class="particles-icon" href="https://khaelkugler.com/Resume_KhaelKugler.pdf"><svg width="24px" height="24px"
stroke-width="1.5" viewBox="0 0 24 24" fill="none" color="#000000">
<path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" stroke="#000000"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path
d="m 10.743752,9.2133219 c 0,0 -4.5125702,-1.1966648 -4.5125705,2.7561791 -3e-7,4.258147 4.5640215,2.715661 4.5640215,2.715661"
stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path
d="m 12.449181,9.1023598 c 0,0 2.137936,5.8060432 2.686032,5.8060432 0.511982,0 2.633605,-5.7961624 2.633605,-5.7961624"
stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
</div>
</div>
<main>
</body>
</html>