From ac898f50afdccfa0efcf7b98d9dbc8475f233010 Mon Sep 17 00:00:00 2001 From: Jens True Date: Sun, 18 Jul 2021 15:14:18 +0200 Subject: [PATCH] CHIP8 and coding challenges added --- content/project/chip-8/featured.png | Bin 0 -> 19131 bytes content/project/chip-8/index.md | 15 +++++++++++++++ content/project/codingtests/index.md | 6 ++++++ content/project/tidstagning/index.md | 4 ++-- content/sailing/intro.md | 2 +- content/sailing/sailingpics.md | 4 ++++ 6 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 content/project/chip-8/featured.png create mode 100644 content/project/chip-8/index.md create mode 100644 content/project/codingtests/index.md diff --git a/content/project/chip-8/featured.png b/content/project/chip-8/featured.png new file mode 100644 index 0000000000000000000000000000000000000000..939c073cba5e96a61f2f3543fdd8c61d7e6c706f GIT binary patch literal 19131 zcmeHPYec<|PocFeE|$BvwKaS)jvmO#{nJEw$E#O6jI%g{hfzvt~8?Q$*AV zgKXX^v!t?g-LX=s%`D5!(7cpcy3Cr|dC&HJbFS$2qucvqXWw_u_ipfTp7XrldA{%6 z7d}_wWIxWH5aJXX5*$H@je!tht(}nez{tLPlSQkKlG<{z^jTgog$PMW#w$*H<~U_&Wwy-4(Sr>}(2~rfOcAsuZ^E zNl=j?1C7p-Z|tRi)E#qBN`ES_y3T=+%J}JN0zy7al=#v%r%ID@7*qkrcE>U3UbRnbYz8Qo z&5PHKVbG?}aJc9XP(OZ%KSie%Vuh0di35x7AGk6M`4-uEsNl3_PYqOqj$+W{7MQkPww5U z?qLD6U7Z@$S=KUb==5{@?C6yz?flPsW<)BsF42353k#030BEll#Fk9D);~`lO)u~g zSDtXyF`L`Nd&LsHF@UyiQgzz;{`=dN7gZ-*-ModvZ11o6;zoN7Aw$T1VV2QJWX`fX zl^!tjxW4b$oisbbHbB60&-&VUno<@Xp4tWcV^o#MD0R6$E%5O5RSC~lO2+cSWS}8q ztOyv)^$CEE>-qxBq}}gQwdz1Ru+bDjiEQe#16HoO{HBiQE~Vz=wT(bZ#$P$`nd_?r zaz5QAH&fV4oD}n7JaE$(0kk&t34x;xUFp3%lij>`RFCU}M^_k|8N0bY_6W|wT8*;EKLd)gh_Z;Xh_Z;Xh_Z;Xh_cAwWOVdR@{X0jW2c)ioYxZ`Z95pP7%1)Yvqn0K7JXKfz9 z$Z!LXclfNF0~oO|@i>>y+BTpg7DgWD^jUibFk)fmA*A5HAf%QS*U!#UD3fs;i#}jg z3#Pl Fp8-D9%#i>9 literal 0 HcmV?d00001 diff --git a/content/project/chip-8/index.md b/content/project/chip-8/index.md new file mode 100644 index 0000000..cb7272a --- /dev/null +++ b/content/project/chip-8/index.md @@ -0,0 +1,15 @@ +--- +# Documentation: https://wowchemy.com/docs/managing-content/ + +title: "CHIP-8 (PHP)" +summary: "A CHIP-8 emulator written in PHP." + + +# Optional external URL for project (replaces project detail page). +external_link: "https://github.com/furyfire/chip-8" + +image: + caption: "CHIP-8" + focal_point: "" + preview_only: false +--- diff --git a/content/project/codingtests/index.md b/content/project/codingtests/index.md new file mode 100644 index 0000000..dc53715 --- /dev/null +++ b/content/project/codingtests/index.md @@ -0,0 +1,6 @@ +--- +title: "Codingtests" +summary: "Few solutions for classic online coding challenges. (CodeChef, ProjectEuler)" + +external_link: "https://github.com/furyfire/codingtests" +--- diff --git a/content/project/tidstagning/index.md b/content/project/tidstagning/index.md index 19893e7..3b2ce61 100644 --- a/content/project/tidstagning/index.md +++ b/content/project/tidstagning/index.md @@ -2,14 +2,14 @@ # Documentation: https://wowchemy.com/docs/managing-content/ title: "Tidstagning" -summary: "A very simple time tracking application written in C#.NET to be used for timing of sailboat races." +summary: "A very simple time tracking application written in C#.NET to be used for timing of yachtracing." date: 2021-07-17T15:10:25+02:00 # Featured image # To use, add an image named `featured.jpg/png` to your page's folder. # Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. image: - caption: "" + caption: "Icon" focal_point: "" preview_only: false diff --git a/content/sailing/intro.md b/content/sailing/intro.md index 19283f7..4556206 100644 --- a/content/sailing/intro.md +++ b/content/sailing/intro.md @@ -6,7 +6,7 @@ weight = 10 # Order that this section will appear. title = "Intro" [design] # Choose how many columns the section has. Valid values: 1 or 2. - columns = "2" + columns = "1" +++ diff --git a/content/sailing/sailingpics.md b/content/sailing/sailingpics.md index 3a81e42..60a20a5 100644 --- a/content/sailing/sailingpics.md +++ b/content/sailing/sailingpics.md @@ -5,5 +5,9 @@ active = true weight = 100 title = "Photos" + +[design] + # Choose how many columns the section has. Valid values: 1 or 2. + columns = "1" +++ {{< gallery album="sailingpics" >}} \ No newline at end of file