This commit is contained in:
parent
aaca91000b
commit
341da9640b
3 changed files with 6 additions and 12 deletions
|
@ -26,4 +26,5 @@ RewriteRule ^actadd/?$ "https://minecraft.curseforge.com/projects/actually-addit
|
||||||
RewriteRule ^discord/?$ "https://discord.gg/Uy2ZM9X" [R=301,L]
|
RewriteRule ^discord/?$ "https://discord.gg/Uy2ZM9X" [R=301,L]
|
||||||
RewriteRule ^yt/?$ "https://www.youtube.com/c/ellpeck" [R=301,L]
|
RewriteRule ^yt/?$ "https://www.youtube.com/c/ellpeck" [R=301,L]
|
||||||
RewriteRule ^wishlist/?$ "https://www.amazon.de/hz/wishlist/ls/LZO9Y2Z3VJ5Q?&sort=default" [R=301,L]
|
RewriteRule ^wishlist/?$ "https://www.amazon.de/hz/wishlist/ls/LZO9Y2Z3VJ5Q?&sort=default" [R=301,L]
|
||||||
RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [R=301,L]
|
RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [R=301,L]
|
||||||
|
RewriteRule ^reedsy/?$ "https://blog.reedsy.com/creative-writing-prompts/author/ell-peck/" [R=301,L]
|
|
@ -114,7 +114,8 @@
|
||||||
<div class="list-display rounded">
|
<div class="list-display rounded">
|
||||||
<h1>Projects</h1>
|
<h1>Projects</h1>
|
||||||
<p>
|
<p>
|
||||||
Here is a list of some of the things that you might know me from. If you want to have a more in-depth look at everything I do, check out some of the sites linked in the <a href="#social">Social</a> section.
|
Here is a list of some of my bigger projects as well as some things you might know me from.<br>
|
||||||
|
<span class="text-muted">For a more exhaustive list of my projects, you can also check out the <a href="#social">Social</a> section.</span>
|
||||||
</p>
|
</p>
|
||||||
<div id="project-list">
|
<div id="project-list">
|
||||||
<em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em>
|
<em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em>
|
||||||
|
@ -168,7 +169,8 @@
|
||||||
<div class="list-display rounded">
|
<div class="list-display rounded">
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
<p>
|
<p>
|
||||||
Occasionally I enjoy writing stuff. So here's some of the stuff I've written. Just click on any of the headers to open the post. Alternatively, you can subscribe to this blog using <a href="/rss.xml">RSS</a>, <a href="/atom.xml">Atom</a> or <a href="/feed.json">JSON</a>.
|
This is my blog, where I post about gaming, programming and life. Just click on any of the headers to open the post. You can also subscribe to this blog using <a href="/rss.xml">RSS</a>, <a href="/atom.xml">Atom</a> or <a href="/feed.json">JSON</a>.<br>
|
||||||
|
<span class="text-muted">If you're interested in my fiction writing, I occasionally publish my short stories on <a href="https://ellpeck.de/reedsy">Reedsy Prompts</a>.</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="blog-cats"></div>
|
<div id="blog-cats"></div>
|
||||||
|
|
|
@ -56,15 +56,6 @@ const projects = [{
|
||||||
},
|
},
|
||||||
status: "Released",
|
status: "Released",
|
||||||
icon: 'tt'
|
icon: 'tt'
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Foe Frenzy",
|
|
||||||
desc: "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor.",
|
|
||||||
links: {
|
|
||||||
"Check it out": "/foefrenzy"
|
|
||||||
},
|
|
||||||
status: "Released",
|
|
||||||
icon: "ff"
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue