This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
67 lines (53 loc) · 2.16 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>
<!-- Copyright © 2023 DeiAsPie. This work by DeiAsPie is licensed under CC BY-NC-ND 4.0. -->
<html lang=en>
<head>
<title>DeiAsPie</title>
<meta charset="utf-8">
<meta name="license" content="https://www.gnu.org/licenses/agpl-3.0.html">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="https://deiaspie.github.io/styles.css">
<script src="script.js" defer></script>
</head>
<body>
<header class="top center glassy sticker">
<h1>
Hey there, I'm DeiAsPie 👋
</h1>
<section class="tabs">
<a href="https://open.lbry.com/@DeiAsPieBlog:f">
<section class="center button">
<strong>Tech Blog 📜 →</strong>
</section>
</a>
<a href="https://open.lbry.com/@DeiAsPie:1">
<section class="center button">
<strong>Tech Videos 🎬 →</strong>
</section>
</a>
<a href="https://open.lbry.com/@DeiAsPieMindSpace:7">
<section class="center button">
<strong>Mind Space 🧠 →</strong>
</section>
</a>
<a href="https://github.com/DeiAsPie">
<section class="center button">
<strong>GitHub 🐙 →</strong>
</section>
</a>
</section>
</header>
<br><br>
<section id="display" class="center "></section>
<br><br>
<section class="center button">
<a href="https://deiaspie.github.io/privacy-recommendations"><strong>Return to the shields 🔰 →</strong></a>
</section>
<footer class="bottom center">
<small>
<p>Copyright © 2023 <strong>DeiAsPie</strong>. This work by <strong>DeiAsPie</strong> is licensed under <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png" /></a></p>
</small>
</footer>
</body>
</html>