-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (41 loc) · 2.4 KB
/
index.html
File metadata and controls
42 lines (41 loc) · 2.4 KB
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
---
layout: default
title: Homepage
---
Hi, this is
<a href="me.html">scudo</a>'s website!<br><br>
I put here the things that I'd like other people to know about, mainly about technology; I put here some of my
<a href="music.html">music</a>, some of my
<a href="photos.html">photos</a>, and some of my cool
<a href="projects.html">projects</a>
as well.<br><br>
I also made some
<a href="tutorials.html">tutorials</a>
about things I learned how to do and are not very well documented.<br><br>
I maintain a page about
<a href="/projects/hardware/switch2.html">Nintendo things that Nintendo did</a>
before, during, and after the release of the Switch 2. If you have news you feel should be on the page,
<a href="me.html">contact me and let me know.</a><br><br>
Also,
<a href="links.html">check out some of my friends' websites</a>
if you want.<a href="badge.html">
I think the web should be for everyone.
</a><br><br>
If you want, I also have
<a href="/feed.xml">an RSS feed</a>
for my
<a href="/blog.html">posts</a>.<br><br>
Have a nice day!
<br><br><hr><br>
<b>Latest post:</b> {% for post in site.posts limit:1 %}<a href="{{ post.url }}">"{{ post.title }}"</a>, posted on {{ post.date | date_to_string: "ordinal", "US"}}{% endfor %}<br><br>
<b>Latest project:</b> {% for project in site.data.projects.project reversed %}{% if forloop.first %}<a href="{{ project.url }}">{{ project.name }}</a>{% endif %}{% endfor %}<br><br>
<b>Latest tutorial:</b> {% for tutorial in site.data.tutorials.page reversed %}{% if forloop.first %}<a href="tutorials/{{ tutorial.url }}">{{ tutorial.title }}</a>{% endif %}{% endfor %}
<script>
var sound_play2 = document.getElementById('nav_button');
if (navigator.getAutoplayPolicy(sound_play2) === 'allowed-muted' || navigator.getAutoplayPolicy(sound_play2) === 'disallowed') {
document.getElementById('main').appendChild(document.createElement('p').appendChild(document.createTextNode('If you want to experience the Windows XP click sounds, please allow audio autoplay. Look around the address bar area.')));
}
if (navigator.userAgent.includes("Mozilla/5.0 (Android")) {
document.getElementById('main').appendChild(document.createElement('p').appendChild(document.createTextNode('Warning: this site is currently broken under Firefox for Android, and I do not know why. For an optimal experience on mobile, please use a Chromium-based browser.')));
}
</script>