diff --git a/content/project/chip-8/featured.png b/content/project/chip-8/featured.png new file mode 100644 index 0000000..939c073 Binary files /dev/null and b/content/project/chip-8/featured.png differ 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