This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (77 loc) · 4.02 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
<!DOCTYPE html>
<html>
<head>
<title>Jason123Santa's website</title>
<meta charset="utf-8">
<link rel="alternate" type="application/atom+xml" title="RSS Feed" href="rss.xml">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Minified version -->
<!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> -->
<!-- Un-Minified version -->
<!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.css"> -->
<link rel="stylesheet" href="simple.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<header>
<h1>Jason123Santa's website</h1>
</header>
<nav>
<a href="https://social.jasonsanta.xyz"><button>Pleroma</button></a>
<a href="/random-quotes.html"><button>Random Quotes</button></a>
</nav>
<p>This is my website that me Jason123santa made. I like linux and open sourced things. You might know me from my other names like jason123, JasonSanta or jason123santa<p/>
<p>This is my blog where I write things I want to write about. </p>
<div id="posts">
<ul class="postlist">
<li><a href="posts/software-i-use-.html">Software I use </a> <em>by</em> Jason <em>on</em> June 5, 2022</li>
<li><a href="posts/simplex-chat-review-.html">SimpleX Chat review </a> <em>by</em> Jason <em>on</em> May 29, 2022</li>
<li><a href="posts/updates-to-my-website-again-.html">Updates to my website again </a> <em>by</em> Jason <em>on</em> May 23, 2022</li>
<li><a href="posts/new-css-for-my-website-.html">New css for my website </a> <em>by</em> Jason <em>on</em> May 23, 2022</li>
<li><a href="posts/hosting-my-own-pleroma-instance.html">Hosting my own Pleroma instance</a> <em>by</em> Jason <em>on</em> May 9, 2022</li>
<li><a href="posts/review-of-delta-chat-messenger-.html">Review of Delta Chat messenger </a> <em>by</em> Jason <em>on</em> April 26, 2022</li>
<li><a href="posts/new-distro-and-chat-app-weekly.html">New distro and chat app weekly</a> <em>by</em> Jason <em>on</em> April 25, 2022</li>
<li><a href="posts/using-an-ipod-shuffle-1st-gen-on-linux-.html">Using an Ipod shuffle 1st gen on linux </a> <em>by</em> Jason <em>on</em> March 20, 2022</li>
<li><a href="posts/retrying-the-100-days-to-offload-.html">Retrying the 100 days to offload </a> <em>by</em> Jason <em>on</em> March 9, 2022</li>
<li><a href="posts/my-thoughts-on-technology-.html">My thoughts on technology </a> <em>by</em> Jason <em>on</em> September 15, 2021</li>
<li><a href="posts/backend-packages-and-frontend-packages.html">Backend Packages and Frontend Packages</a> <em>by</em> Jason <em>on</em> April 6, 2021</li>
</ul>
</div>
<p>Old posts are in the <a href="archive.html">Archive</a>.</p>
<p>RSS is in the <a href="rss.xml">RSS</a>.</p>
<aside>
<div id="buttons">
<img src="images/gnu-linux.gif">
<img src="images/rss.png">
<img src="images/penguin.gif" width="88" height="31" />
<img src="images/nclinux.gif">
<img src="images/anybrowser.gif">
<img src="images/internetprivacy.gif">
<img src="images/phonechump.gif">
<a href="https://joinmastodon.org"> <img src="images/masto.gif"></a>
<a href="https://yesterweb.org/no-to-web3"> <img src="images/say-no-to-web3.gif"></a>
<img src="images/ilikecomputer.png">
<img src="images/got_html.gif">
</div>
</aside>
<h5>Links to varius platforms you can follow me on:</h5>
<ul>
<li><a href="https://fosstodon.org/web/accounts/299833">Mastodon</a></li>
<li><a href="https://pixelfed.social/jason123santa">Pixelfed</a></li>
<li><a href="https://lemmy.ml/u/Jason123santa">Lemmy</a></li>
<li><a href="https://youtube.com/channel/UCOa90TZQT-df7mZa9oh51nw">Youtube</a></li>
<li><a href="https://lbry.tv/@JasonSantasiero:26">lbry</a></li>
<li><a href="https://tilvids.com/accounts/jason123santa">Peertube</a></li>
</ul>
</ul>
<p>I am most active on Mastodon and Pixelfed</p>
<h5>If you want to contact me you can contact me over on xmpp at [email protected]</h5>
<br>
<br>
<br>
<p>This website is free of javascript and works on any browser</p>
<p>webiste was made with <a href="https://gitlab.com/uoou/blop">blop</a></p>
</div>
</body>
</html>