-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·59 lines (52 loc) · 1.43 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
---
layout: home
tab-title: Sam Vuckovic's Website
page-title: my website
---
<p>Woah no way what a cool website!!!</p>
<p class="icons">
<a
href="https://www.youtube.com/@shock59/"
class="icon-youtube"
title="YouTube"
></a>
<a href="https://github.com/shock59/" class="icon-github" title="GitHub"></a>
<a href="mailto:shock59@proton.me" class="icon-envelope" title="Email"></a>
</p>
<h2>Projects</h2>
<div class="showcase">
<p>
<a href="https://www.youtube.com/watch?v=Jr8kcOYOW68">
Toggle Sprint for Minecraft Bedrock Edition</a
>
</p>
<p>Actually good projects coming soon</p>
</div>
{% if site.posts.size > 0 %}
<h2>Blog Posts</h2>
<div class="showcase">
{% for post in site.posts %}
<p>
<a href="{{ post.url }}">{{ post.title }}</a>
</p>
{% endfor %}
<p>
<a href="/blog/">View more...</a>
</p>
</div>
{% endif %}
<h2>About Me</h2>
<p>
Hello, I'm Sam/Shock59! I'm 15 and unfortunately haven't made any notable
contributions or projects yet, hopefully I will in the future. For now I just
do random web and game development projects, as well as other things like
video editing.
</p>
<p>
I live in Australia, my timezone is AEDT (UTC+11) and I use any pronouns. I am
not active on any public social media except for the ones linked here.
</p>
<p>
If you want to contact me for whatever reason you can do so via email at
<a href="mailto:shock59@proton.me">shock59@proton.me</a>.
</p>