general update

This commit is contained in:
Ellpeck 2018-09-24 19:52:27 +02:00
parent d1c468f502
commit f78a0095a4
5 changed files with 15 additions and 34 deletions

View File

@ -74,7 +74,7 @@
<div class="list-display rounded">
<h2>Projects</h2>
<p>
Below is a list of all of the projects that I'm working on or that I've made in the past. Check them out if you want!
Below is a list of some of the projects that I'm working on or that I've made in the past. Check them out if you want!<br> For a full list of my programming projects, you can check out my GitHub page linked below.
</p>
<div id="project-list">
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 475 KiB

View File

@ -12,7 +12,7 @@ const questions = [{
},
{
'q': "What's your gender?",
'a': "I like to think this is pretty clear, but in case anyone is wondering anyway: I'm male."
'a': "I'm male."
},
{
'q': "What's your sexual orientation?",
@ -22,13 +22,21 @@ const questions = [{
'q': 'What languages do you speak?',
'a': 'German, English, Java, JavaScript, C# and a bit of C, HTML and CSS.'
},
{
'q': 'What\'s your favorite programming language?',
'a': 'Currently definitely C#. The first language I learned was Java, C# has a lot of nice features that I wish Java had like operator overloading and optional method parameters.'
},
{
'q': "What's your job/occupation?",
'a': "I'm currently studying Computer Science at the <a href=\"https://www.rwth-aachen.de/\">RWTH Aachen</a>. I don't have a job on the side or anything, though."
},
{
'q': 'Are you for hire?',
'a': 'Technically yes. If you\'re serious about an offer, you can send me an email. There\'s a link above.'
},
{
'q': 'What do you use to code?',
'a': "For my Java projects, I use IntelliJ IDEA. For most of my other projects, which are usually rather small, I use Atom because it's simple and fast."
'a': "For Java, I use IntelliJ IDEA. For C#, I use JetBrains Rider. For most of my other projects, which are usually rather small, I use Atom."
},
{
'q': 'How did you make this site?',

View File

@ -45,15 +45,6 @@ const projects = [{
'status': 'Finished',
'icon': 'tracer'
},
{
'name': 'Grammar',
'desc': 'The name is temporary, but this is a context-free grammar parser, form converter, word parser and a-lot-of-other-grammar-stuff-doer that I\'m working on with <a href="https://zettelnet.com">Zettelkasten</a>.',
'links': {
'Check it out': 'https://ellpeck.github.io/Grammar'
},
'status': 'In development',
'icon': 'grammar'
},
{
'name': 'Sudoku',
'desc': 'A simple game of sudoku. Fill in the board with numbers one through nine, making sure each row, column and three by three field only ever has one of the same number. A board is randomly generated for you every time you refresh the page. Use the scroll wheel to input numbers into a selected field.',
@ -73,24 +64,6 @@ const projects = [{
},
'status': 'Finished',
'icon': 'memory'
},
{
'name': 'Crossword Puzzle Generator',
'desc': 'This was the first thing I made in JavaScript. It generates a crossword puzzle based on a predefined list of hints and words that you can fill out. You can also check if your answers are correct. It\'s a bit sloppy and sometimes it generates really small puzzles, but I think it\'s alright for a first project.',
'links': {
'Play it here': 'https://www.ellpeck.de/crossword/'
},
'status': 'Done-ish',
'icon': 'crossword'
},
{
'name': 'Poem Generator',
'desc': 'This was a bit of a failed experiment. It was supposed to generate poems in the style of the ones that I write based on a list of predefined words, but I noticed quickly that it\'s just to random to generate anything nice.',
'links': {
'Check it out here': 'https://www.ellpeck.de/poemgen/'
},
'status': 'Done-ish',
'icon': 'poem'
}
];

View File

@ -9,6 +9,9 @@ const socials = [{
{
'name': 'Twitter',
'link': 'https://twitter.com/Ellpeck'
}, {
'name': 'GitHub',
'link': 'https://github.com/Ellpeck/'
},
{
'name': 'YouTube',
@ -18,10 +21,7 @@ const socials = [{
'name': 'Twitch',
'link': 'http://twitch.tv/ellpeck'
},
{
'name': 'GitHub',
'link': 'https://github.com/Ellpeck/'
},
{
'name': 'Reddit',
'link': 'https://www.reddit.com/user/Ellpeck/'