aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 84851066e85878c9065fef5dfe07b7a0ce8e1314 (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
<!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://git.pml68.dev" class="icon" target="_blank" aria-label="Git">
            <svg class="social-icon" viewbox="0 0 512 512">
              <use href="/assets/git.svg#git"></use>
            </svg>
          </a>
          <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://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="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>