added emoji to the website because they look hella good
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
4236d9ac6c
commit
28e938feb6
39 changed files with 52 additions and 52 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1>Four Oh Four</h1>
|
||||
<h1>💔 Four Oh Four</h1>
|
||||
<p>
|
||||
There's nothing here, I'm sorry.
|
||||
</p>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[{
|
||||
"name": "Actually Additions",
|
||||
"name": "💡 Actually Additions",
|
||||
"desc": "Actually Additions is a rather popular Minecraft mod that I used to work on. It's become widely known in the modding community and has reached over 30 million downloads by now, which is crazy. I don't work on it anymore myself, but it's being maintained for current versions by someone else.",
|
||||
"links": [{
|
||||
"name": "CurseForge page",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"icon": "aa"
|
||||
},
|
||||
{
|
||||
"name": "Nature's Aura",
|
||||
"name": "🌲 Nature's Aura",
|
||||
"desc": "Nature's Aura is a Minecraft mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics.",
|
||||
"status": "In development",
|
||||
"links": [{
|
||||
|
@ -28,7 +28,7 @@
|
|||
"icon": "na"
|
||||
},
|
||||
{
|
||||
"name": "Pretty Pipes",
|
||||
"name": "🚋 Pretty Pipes",
|
||||
"desc": "Pretty Pipes is a simple to use, all-inclusive item transport mod for Minecraft. It features simple pipes that can be upgraded using modules to accomplish much more advanced tasks.",
|
||||
"status": "In development",
|
||||
"links": [{
|
||||
|
@ -41,7 +41,7 @@
|
|||
"icon": "pp"
|
||||
},
|
||||
{
|
||||
"name": "Tiny Life",
|
||||
"name": "🏡 Tiny Life",
|
||||
"desc": "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's currently in development, but you can already play it and even make your own mods!",
|
||||
"status": "In development",
|
||||
"links": [{
|
||||
|
@ -51,7 +51,7 @@
|
|||
"icon": "tiny"
|
||||
},
|
||||
{
|
||||
"name": "MLEM",
|
||||
"name": "🕹️ MLEM",
|
||||
"desc": "MLEM Library for Extending MonoGame is an addition to the game framework <a href=\"http://www.monogame.net/\">MonoGame</a> that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.",
|
||||
"links": [{
|
||||
"name": "Get it on NuGet",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"icon": "mlem"
|
||||
},
|
||||
{
|
||||
"name": "Touchy Tickets",
|
||||
"name": "🎟️ Touchy Tickets",
|
||||
"desc": "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions.",
|
||||
"links": [{
|
||||
"name": "Google Play",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<span class="anchor" id="about"></span>
|
||||
<div class="list-display rounded">
|
||||
<h1>About</h1>
|
||||
<h1>💬 About</h1>
|
||||
<p>
|
||||
Sometimes, some people ask me some questions about myself or my projects, so I decided to compile a list of some of the answers in a Q&A-like fashion so that I don't have to keep repeating them. If you're curious about me, this might be interesting to you!
|
||||
</p>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% endfor %}
|
||||
|
||||
<div class="list-display rounded">
|
||||
<h1>Blog</h1>
|
||||
<h1>📔 Blog</h1>
|
||||
<p>
|
||||
This is my blog, where I post about gaming, programming and life. The featured posts are the ones you'll probably be most interested in, but you can select a different category to see every post.
|
||||
<br><em>Please be advised that some posts, especially short stories, may contain mature content.</em>
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
{% break %}
|
||||
{% endfor %}
|
||||
|
||||
<a class="nav-item nav-link" href="../#blog-{{ tag | slugify }}">Back to Main Page</a>
|
||||
<a class="nav-item nav-link" href="../#blog-{{ tag | slugify }}">🏠 Back to Main Page</a>
|
||||
{% if prev %}
|
||||
<a class="nav-item nav-link" href="{{ posts[prev].url }}">Previous {{ tag }} Post</a>
|
||||
<a class="nav-item nav-link" href="{{ posts[prev].url }}">⏮️ Previous {{ tag }} Post</a>
|
||||
{% endif %}
|
||||
{% if next %}
|
||||
<a class="nav-item nav-link" href="{{ posts[next].url }}">Next {{ tag }} Post</a>
|
||||
<a class="nav-item nav-link" href="{{ posts[next].url }}">⏭️ Next {{ tag }} Post</a>
|
||||
{% endif %}
|
|
@ -1,4 +1,4 @@
|
|||
<a class="nav-item nav-link" href="#projects">Projects</a>
|
||||
<a class="nav-item nav-link" href="#social">Social</a>
|
||||
<a class="nav-item nav-link" href="#about">About</a>
|
||||
<a class="nav-item nav-link" href="#blog">Blog</a>
|
||||
<a class="nav-item nav-link" href="#projects">💻 Projects</a>
|
||||
<a class="nav-item nav-link" href="#social">🔗 Social</a>
|
||||
<a class="nav-item nav-link" href="#about">💬 About</a>
|
||||
<a class="nav-item nav-link" href="#blog">📔 Blog</a>
|
|
@ -1 +1 @@
|
|||
<a class="nav-item nav-link" href="/">Back to Main Page</a>
|
||||
<a class="nav-item nav-link" href="/">🏠 Back to Main Page</a>
|
|
@ -29,7 +29,7 @@
|
|||
<span class="navbar-text">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" id="dark-mode">
|
||||
<label class="custom-control-label" for="dark-mode">Dark Mode</label>
|
||||
<label class="custom-control-label" for="dark-mode">🌙 Dark Mode</label>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<span class="anchor" id="projects"></span>
|
||||
<div class="list-display rounded">
|
||||
<h1>Projects</h1>
|
||||
<h1>💻 Projects</h1>
|
||||
<p>
|
||||
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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<span class="anchor" id="social"></span>
|
||||
<div class="list-display rounded">
|
||||
<h1>Social</h1>
|
||||
<h1>🔗 Social</h1>
|
||||
<p>
|
||||
These are other websites where you can find me and the things I do, including the pages where I publish my code and games and where I sometimes stream and upload videos. This list also includes a lot of ways to reach me.
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Blogs are Cool, I Think
|
||||
title: ✨ Blogs are Cool, I Think
|
||||
summary: The first post and how I created it
|
||||
tags: [Miscellaneous]
|
||||
discuss: https://twitter.com/Ellpeck/status/1096937184601538566
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Why You Should Mod Minecraft
|
||||
title: ⚙️ Why You Should Mod Minecraft
|
||||
summary: About what makes Minecraft modding great and why you should probably try it if you enjoy programming
|
||||
tags: [Minecraft, Programming]
|
||||
discuss: https://twitter.com/Ellpeck/status/1097177774337462272
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Kindling the Reading Flame
|
||||
title: 🔥 Kindling the Reading Flame
|
||||
summary: About the Kindle, Harry Potter and what I like and dislike about them
|
||||
tags: [Reading]
|
||||
discuss: https://twitter.com/Ellpeck/status/1109102077911973888
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Small Projects
|
||||
title: 🗡️ Small Projects
|
||||
summary: Why creating a small, unplanned project is sometimes good for you
|
||||
tags: [Programming]
|
||||
discuss: https://twitter.com/Ellpeck/status/1123651624201871360
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: About Cross-Platform and Motivation
|
||||
title: 😔 About Cross-Platform and Motivation
|
||||
summary: How moving from Java to C# taught me how horrible it is to create a cross-platform application with little to no knowledge or documentation
|
||||
tags: [Programming]
|
||||
discuss: https://twitter.com/Ellpeck/status/1147502654236573697
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Big Projects
|
||||
title: ⚔️ Big Projects
|
||||
summary: "How a once small project I even created a post about turned into the first game I'm selling: Foe Frenzy"
|
||||
tags: [Programming]
|
||||
discuss: https://twitter.com/Ellpeck/status/1173247686654517249
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: How to make a Rock Bottom mod
|
||||
title: ⬇️ How to make a Rock Bottom mod
|
||||
summary: My adventures back into a game I stopped working on about two years ago and how I start on a mod for it
|
||||
tags: [Programming]
|
||||
discuss: https://twitter.com/Ellpeck/status/1180092634410487808
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: "Java Tutorial, Part 1: Hello World"
|
||||
title: "☕ Java Tutorial, Part 1: Hello World"
|
||||
summary: The first part of my post series for programming beginners where I explain how to write code in Java.
|
||||
tags: [Java Tutorials, Featured]
|
||||
discuss: https://twitter.com/Ellpeck/status/1182080078827737088
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: "Java Tutorial, Part 2: Intro to Conditions and Loops"
|
||||
title: "☕ Java Tutorial, Part 2: Intro to Conditions and Loops"
|
||||
summary: The second part of my post series for programming beginners. This one is all about conditions and loops.
|
||||
tags: [Java Tutorials]
|
||||
discuss: https://twitter.com/Ellpeck/status/1182354544707198976
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: "Java Tutorial, Part 3: (Static) Methods"
|
||||
title: "☕ Java Tutorial, Part 3: (Static) Methods"
|
||||
summary: In this Java tutorial for beginners, we cover what (static) methods, parameters and return types are.
|
||||
tags: [Java Tutorials]
|
||||
discuss: https://twitter.com/Ellpeck/status/1182775985885847558
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: "Java Tutorial, Part 4: Classes and Objects"
|
||||
title: "☕ Java Tutorial, Part 4: Classes and Objects"
|
||||
summary: In this Java tutorial for beginners, we cover the basics of creating classes with a constructor, some fields and some methods and creating objects of them.
|
||||
tags: [Java Tutorials]
|
||||
discuss: https://twitter.com/Ellpeck/status/1183857460660101133
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: "Java Tutorial, Part 5: Things I Left Out So Far"
|
||||
title: "☕ Java Tutorial, Part 5: Things I Left Out So Far"
|
||||
summary: In this Java tutorial for beginners, we cover some shorthands, some more data types, the difference between pass-by-reference and pass-by-value, null, as well as arrays and lists.
|
||||
tags: [Java Tutorials]
|
||||
discuss: https://twitter.com/Ellpeck/status/1184894859133509632
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: "Lows"
|
||||
title: 😢 Lows
|
||||
summary: About depression and what it feels like when I don't know what to do with myself
|
||||
tags: [Miscellaneous]
|
||||
discuss: https://twitter.com/Ellpeck/status/1186028260838334471
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: "Java Tutorial, Part 6: Inheritance"
|
||||
title: "☕ Java Tutorial, Part 6: Inheritance"
|
||||
summary: In this Java tutorial for beginners, we cover classes extending other classes and the instanceof keyword.
|
||||
tags: [Java Tutorials]
|
||||
discuss: https://twitter.com/Ellpeck/status/1189904487722487809
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: "Java Tutorial, Part 7: Overriding Methods"
|
||||
title: "☕ Java Tutorial, Part 7: Overriding Methods"
|
||||
summary: In this Java tutorial for beginners, we cover overriding methods, calling superclass methods and toString().
|
||||
tags: [Java Tutorials]
|
||||
discuss: https://twitter.com/Ellpeck/status/1199339701640945664
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: The Future of Actually Additions
|
||||
title: 🔮 The Future of Actually Additions
|
||||
summary: Not wanting to accept the fate of Actually Additions, someone has come to its rescue. 1.16, here we come?
|
||||
tags: [Minecraft]
|
||||
discuss: https://twitter.com/Ellpeck/status/1330938597785169925
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Oh God, Please Don't Port Actually Additions
|
||||
title: ⛔ Oh God, Please Don't Port Actually Additions
|
||||
summary: As Actually Additions celebrates its fifth birthday, I break down what I like and dislike about it.
|
||||
tags: [Minecraft]
|
||||
discuss: https://twitter.com/Ellpeck/status/1259600490377216002
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: But Do You Really Care?
|
||||
title: 🤷 But Do You Really Care?
|
||||
summary: On taking a break from social media
|
||||
tags: [Miscellaneous]
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Ketchup, Mayo and Barbecue Sauce
|
||||
title: 🍝 Ketchup, Mayo and Barbecue Sauce
|
||||
summary: "Sally can't quite decide what skirt to buy. When she starts going out for lunch with David, an old crush from high school, she can't quite decide what to order. But she's sure about one thing: She likes David. A lot."
|
||||
tags: [Short Stories]
|
||||
book: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Vince, a Party and Brandon
|
||||
title: 🎉 Vince, a Party and Brandon
|
||||
summary: "Vincent is an anxious introvert who is desperate to find a guy to have some fun with. At his best friend's party, he gets the chance to do just that, but his anxiety threatens to screw it all up."
|
||||
tags: [Short Stories, Featured]
|
||||
book: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Your Minecraft Modding Questions, Answered
|
||||
title: 💻 Your Minecraft Modding Questions, Answered
|
||||
summary: I asked yall to send me your modding and programming questions on Twitter and Discord, and in this post, I try to answer all of those.
|
||||
tags: [Minecraft, Featured]
|
||||
discuss: https://twitter.com/Ellpeck/status/1373660751060160512
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Em & Ben
|
||||
title: ❤️ Em & Ben
|
||||
summary: Ben hates public gatherings because he suffers from anxiety. He's also in love with his best friend Emily, who frequently tries to drag him out of his shell. At the spring festival, he has a panic attack. Will Emily manage to support him?
|
||||
tags: [Short Stories]
|
||||
book: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Emily's Fake Boyfriend
|
||||
title: 👫 Emily's Fake Boyfriend
|
||||
summary: Emily's aunt keeps going on about her love life. To solve this problem, she pretends to be in a relationship with her best friend, Ben, who'd much rather have a real relationship with her. How will an evening with the three of them at the same table play out?
|
||||
tags: [Short Stories]
|
||||
book: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Jed's Things to Avoid in Life
|
||||
title: 📅 Jed's Things to Avoid in Life
|
||||
summary: "Jed's rules are clear: No relationships. They interfere too much with his life, and he's not made for them anyway. But then, he sees his old crush from school in his hometown. Will he break his own rules for Davy?"
|
||||
tags: [Short Stories]
|
||||
book: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: One Year of Tiny Life, and Cursed Comment Time
|
||||
title: 🤡 One Year of Tiny Life, and Cursed Comment Time
|
||||
summary: It's been exactly one year since I started working on my isometric Sims-style life simulation game Tiny Life, and since then, a lot has happened, especially in the realm of weird, funny and cursed comments in the code.
|
||||
tags: [Programming, Featured]
|
||||
discuss: https://ellpeck.itch.io/tiny-life/devlog/256839/one-year-of-tiny-life-and-cursed-comment-time
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Dog-Earing and Other Terrible Reading Habits
|
||||
title: 🐶 Dog-Earing and Other Terrible Reading Habits
|
||||
summary: Since I've been reading a lot more in recent history, I thought I'd start writing some blog posts about the reading. So first up, here are some of my terrible reading habits that would probably make a lot of book lovers angry. This isn't clickbait. I'm just terrible.
|
||||
tags: [Reading, Featured]
|
||||
discuss: https://twitter.com/Ellpeck/status/1408565191218978818
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<body>
|
||||
<div class="par">
|
||||
<h1>About Me</h1>
|
||||
<h1>💬 About Me</h1>
|
||||
<div class="row">
|
||||
<div class="col-md-auto">
|
||||
<img class="rounded" width="180" height="180" src="../res/me.jpeg">
|
||||
|
@ -55,14 +55,14 @@
|
|||
<div class="par closed"></div>
|
||||
|
||||
<div class="par">
|
||||
<h1>Past Commissions</h1>
|
||||
<h1>💾 Past Commissions</h1>
|
||||
<div id="mods"></div>
|
||||
<script src="mods.js"></script>
|
||||
</div>
|
||||
|
||||
<div class="par">
|
||||
<span id="terms"></span>
|
||||
<h1>Terms and Pricing</h1>
|
||||
<h1>📜 Terms and Pricing</h1>
|
||||
<p>Here is all the information you need if you want to commission me to make a mod for you:</p>
|
||||
<ul>
|
||||
<li>I create Minecraft Forge mods only.</li>
|
||||
|
@ -89,7 +89,7 @@
|
|||
<script src="closed.js"></script>
|
||||
|
||||
<div class="par">
|
||||
<h1>Contact</h1>
|
||||
<h1>✉️ Contact</h1>
|
||||
<p>If you're interested, you can easily contact me by joining my Discord server and messaging me privately from there. Alternatively, you can also <a href="mailto:me@ellpeck.de">send me an email</a>.</p>
|
||||
<a href="https://ellpeck.de/discord"><img class="discord-img" src="../res/discord.png"></a>
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@ nav: nav/miscnav.html
|
|||
---
|
||||
|
||||
<div class="list-display rounded">
|
||||
<h1>Impressum</h1>
|
||||
<h1>📜 Impressum</h1>
|
||||
<p>
|
||||
Julian Schubert
|
||||
<br>Kastanienweg 27
|
||||
|
|
|
@ -6,7 +6,7 @@ nav: nav/miscnav.html
|
|||
---
|
||||
|
||||
<div class="list-display rounded">
|
||||
<h1>Privacy Policy</h1>
|
||||
<h1>🙈 Privacy Policy</h1>
|
||||
<p>This site uses cookies to store information about your browsing activity.</p>
|
||||
<p>Ellpeck.de stores the following information:</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue