1
0

CHIP8 and coding challenges added
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2021-07-18 15:14:18 +02:00
parent 73999aeb78
commit ac898f50af
6 changed files with 28 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

@ -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
---

@ -0,0 +1,6 @@
---
title: "Codingtests"
summary: "Few solutions for classic online coding challenges. (CodeChef, ProjectEuler)"
external_link: "https://github.com/furyfire/codingtests"
---

@ -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

@ -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"
+++

@ -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" >}}