-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (102 loc) · 4.46 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<meta property="og:image" content="assets/favicon.ico">
<link rel="stylesheet" href="styles/styles.css">
<script type="text/javascript" src="scripts/menu.js"></script>
<script type="text/javascript" src="scripts/fetch.js"></script>
<script type="text/javascript" src="scripts/ntfy-sh.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<meta name="author" content="kloud">
<meta name="description" content="Kloud's website. A place for my random stuff">
<meta property="og:description" content="Kloud's website. A place for my random stuff">
<meta property="og:type" content="website">
<meta property="og:locale" content="en">
<meta property="og:url" content="/">
<link rel="canonical" href="/">
<meta property="og:site_name" content="Kloud's website/about">
<meta property="og:title" content="Kloud's website/about">
<title>Kloud's website/about</title>
</head>
<body>
<div class="container center headings-one-size">
<header class="header">
<div class="header_inner">
<div class="header_logo">
<a href="/">
<div class="logo">
>[kloud ~]'$
<span class="blink">_</span>
website
</div>
</a>
</div>
<ul class="menu menu-mobile">
<li class="menu_trigger">Menu ▾</li>
<li>
<ul class="menu_dropdown">
<li><a href="/">~/About</a></li>
<li><a href="/projects">~/Projects</a></li>
<li><a href="/contacts">~/Contact me</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu_inner menu-desktop">
<li><a href="/">~/About</a></li>
<li><a href="/projects">~/Projects</a></li>
<li><a href="/contacts">~/Contact me</a></li>
</ul>
</nav>
</header>
<div class="content">
<img src="assets/avatar.webp" alt="avatar" class="avatar center">
<div class="terminal-content">
<code class="terminal-content-command">[kloud@sky]$ cat /etc/motd <span class="blink">█</span></code>
<h1 id="hi-there">Hello there!<a href="#hi-there" class="hanchor" arialabel="Anchor">⌗</a></h1>
<p>
<b>I am Kloud, welcome to my corner of the web.</b>
<br>I am interested in <a href="#">hardware</a>, <a href="#">software</a> (specifically FOSS)
and all in between.
<br>I have lots of free time, most of the time I'm writing random projects.
<br>Feel free to reach out to me at my handles, you can find them at the contact section of the
website,
although I might not respond right away.
</p>
</div>
<article class="post bottom-line">
<h1 class="post-title" id="about-website">
<a href="#about-website">About this website<a href="#about-website" class="hanchor" arialabel="Anchor">⌗</a></a>
</h1>
<div class="post-content">
<h2>Theme</h2>
<p>This website is made using a modified
<a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Hugo theme</a>,
although,
I am not using hugo to generate the website and use the theme just for styling.
</p>
<h2>Why</h2>
<p>
It was created purely for entertainment purposes, expect some random stuff that comes to my
mind.
</p>
</div>
</article>
</div>
<footer class="footer">
<div class="footer_inner">
<div class="copyright">
<span><i class="fa fa-copyright" aria-hidden="true"></i> copyleft 2023 <a href="#">Kloud</a></span>
<span>:: all rights reserved.</span>
</div>
<code><i class="fa fa-heart" aria-hidden="true"></i> DNS provided by <a href="https://freedns.afraid.org/" target="_blank">Free DNS</a></code>
</div>
</footer>
</div>
</body>
</html>