From d1c468f502b44136406fd6c41046c65b5040279d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 21 Sep 2018 22:29:47 +0200 Subject: [PATCH] added soundcloud --- index.html | 2 +- res/projects/music.png | Bin 0 -> 1042 bytes scripts/projects.js | 27 ++++++++++++++++++--------- 3 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 res/projects/music.png diff --git a/index.html b/index.html index 843e031..a10899f 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,7 @@

Social

- Below is a list of the social networks and websites that I regularly use. The closer to the front of the list they are, the more frequently I use them, generally. + Below is a list of the social networks and websites that I regularly use (and my email address). The closer to the front of the list they are, the more frequently I use them, generally.

diff --git a/res/projects/music.png b/res/projects/music.png new file mode 100644 index 0000000000000000000000000000000000000000..f09c8a10f1166952171bbf2e92c1e9cd2770d975 GIT binary patch literal 1042 zcmeAS@N?(olHy`uVBq!ia0vp^2SAvE4M+yv$zcalEa{HEjtmSN`?>!lvI6;>1s;*b z3=DkxK$!8B)5ZfpLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33JtM=93Yk+G7?}G# zT^vIy;@)0zT%}_v;(T!Xf8X-+b`mWImK3JNDn0Nqy(AAb3Jv`Kvt6=hlHa|iz)L5i z4ZN%>x!pX~^ABpge4;C%I(HB2;w6)}Crl~%B!;2LUa}_2>g~w~moH`dv(2C8S8eoT zOUbRt2bV9sJdejtckZ{851B8ws5kq2FSn(M(%iRR(z-je=5E-koxA11s**$3)@`}i zwE7Zf^zKV;-0Qs5b4C?F!hx9RM2qtW6H8XbbIExw|Fx7%X2L{2Bg=>-lYRKaUaCxP zcC|YBWUvZ>d}!VbOgZ;?fXSxD7?`L&oCT#Q;snvM6p;Jl_wV2GM$Nqc(jGe1gQPuO L{an^LB{Ts51Z&g3 literal 0 HcmV?d00001 diff --git a/scripts/projects.js b/scripts/projects.js index a18f9aa..17f156e 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -8,15 +8,6 @@ const projects = [{ 'status': 'In development', 'icon': 'rb' }, - { - 'name': 'Glimmers in the Shadow', - 'desc': 'Glimmers in the Shadow is a book I\'ve been working on for a while. It contains stories and poems I wrote over the course of about two years. Here\'s the description from the cover:
It turns out that life as a human person isn\'t as easy as some people might lead you to believe.
During the last couple of years, my main way of dealing with negative feelings has been writing poems and stories as a way to understand my feelings or start thinking about something different."
This book is a collection of stories, poems, and personal anecdotes written by a teenager struggling with life. They go far beyond that, though: They\'re deep, weird, confusing, they\'re emotional. But together, they tell a story of a young person trying to understand the world.
', - 'links': { - 'Buy the Book': '#glimmers' - }, - 'status': 'Published', - 'icon': 'glimmers' - }, { '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 10 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.', @@ -27,6 +18,24 @@ const projects = [{ 'status': 'Handed off', 'icon': 'aa' }, + { + 'name': 'Music', + 'desc': 'As a little thing on the side, I started making some music. It\'s a lot of chiptune and similar stuff. I just started out, so I\'m not necessarily very good at it yet. If you\'re interested though, you should have a listen!', + 'links': { + 'SoundCloud': 'https://soundcloud.com/ellopecko' + }, + 'status': 'Side project', + 'icon': 'music' + }, + { + 'name': 'Glimmers in the Shadow', + 'desc': 'Glimmers in the Shadow is a book I\'ve been working on for a while. It contains stories and poems I wrote over the course of about two years. Here\'s the description from the cover:
It turns out that life as a human person isn\'t as easy as some people might lead you to believe.
During the last couple of years, my main way of dealing with negative feelings has been writing poems and stories as a way to understand my feelings or start thinking about something different."
This book is a collection of stories, poems, and personal anecdotes written by a teenager struggling with life. They go far beyond that, though: They\'re deep, weird, confusing, they\'re emotional. But together, they tell a story of a young person trying to understand the world.
', + 'links': { + 'Buy the Book': '#glimmers' + }, + 'status': 'Published', + 'icon': 'glimmers' + }, { 'name': 'Tracer', 'desc': 'A small web app with spaceships that fly around and draw a line in a random color wherever they go. The cool thing is that, when two of them collide, both of their colors fade into a different one. It\'s fun to watch!',