blob: 72d59644e103f3eaa864c9c4ac2ad259ecbc546e (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content = "pml68">
<meta property="og:site_name" content = "pml68.dev">
<meta property="og:image" content = "https://pml68.dev/assets/pml68.webp">
<meta property="og:description" content = "Just your average IT student">
<link rel="icon" href="/assets/pml68.webp">
<link rel="stylesheet" href="/style.css">
<title>pml68</title>
</head>
<body>
<img src="/assets/wave1.svg" alt="Wave decoration" class="wave wave1">
<img src="/assets/wave2.svg" alt="Wave decoration" class="wave wave2">
<div class="container">
<div class="main">
<h1>pml68</h1>
<p>Just your average IT student</p>
<a href="https://meta.sr.ht/~pml68.pgp" class="pgp" target="_blank">
B57D24D24689941074DB550ADA2322CFD52418EE
</a>
<div class="socials">
<a href="https://github.com/pml68" class="icon" target="_blank" aria-label="GitHub">
<svg class="social-icon" viewbox="0 0 512 512">
<use href="/assets/github.svg#github"></use>
</svg>
</a>
<a href="https://sr.ht/~pml68" class="icon" target="_blank" aria-label="Sourcehut">
<svg class="social-icon" viewbox="0 0 512 512">
<use href="/assets/sourcehut.svg#sourcehut"></use>
</svg>
</a>
<a href="https://dev.to/pml68" class="icon" target="_blank" aria-label="DEV.to">
<svg class="social-icon" viewbox="0 0 512 512">
<use href="/assets/dev.svg#dev"></use>
</svg>
</a>
<a href="https://t.me/pml68_1" class="icon" target="_blank" aria-label="Telegram">
<svg class="social-icon" viewbox="0 0 512 512">
<use href="/assets/telegram.svg#telegram"></use>
</svg>
</a>
<a href="mailto:contact@pml68.dev" class="icon" target="_blank" aria-label="Email">
<svg class="social-icon" viewbox="0 0 512 512">
<use href="/assets/email.svg#email"></use>
</svg>
</a>
</div>
<br>
<div>
Check out my projects <a href="/projects"><b>here</b></a>
</div>
</div>
</div>
</body>
</html>
|