diff --git a/content/images/ELSE.png b/content/images/ELSE.png new file mode 100644 index 0000000..f388ee5 Binary files /dev/null and b/content/images/ELSE.png differ diff --git a/content/images/KREIG.de.jpg b/content/images/KREIG.de.jpg new file mode 100644 index 0000000..34d529b Binary files /dev/null and b/content/images/KREIG.de.jpg differ diff --git a/content/images/KevinK.dev.png b/content/images/KevinK.dev.png new file mode 100644 index 0000000..3fc511f Binary files /dev/null and b/content/images/KevinK.dev.png differ diff --git a/content/projects/else.de.json b/content/projects/else.de.json new file mode 100644 index 0000000..0a5b1be --- /dev/null +++ b/content/projects/else.de.json @@ -0,0 +1,10 @@ +{ + "urlname": "else", + "lang": "de", + "name": "Schülerzeitung \"ELSE\"", + "shortDescription": "Eine News-Seite für die Schülerzeitung meiner Schule.", + "links": { + "website": "https://schuelerzeitung-elsensee.de" + }, + "image": "../images/ELSE.png" +} \ No newline at end of file diff --git a/content/projects/else.en.json b/content/projects/else.en.json new file mode 100644 index 0000000..7d64616 --- /dev/null +++ b/content/projects/else.en.json @@ -0,0 +1,10 @@ +{ + "urlname": "else", + "lang": "en", + "name": "Student Newspaper \"ELSE\"", + "shortDescription": "A news-site for the my schools school paper.", + "links": { + "website": "https://schuelerzeitung-elsensee.de" + }, + "image": "../images/ELSE.png" +} \ No newline at end of file diff --git a/content/projects/kevink-dev.de.json b/content/projects/kevink-dev.de.json index 16da776..60c4a2e 100644 --- a/content/projects/kevink-dev.de.json +++ b/content/projects/kevink-dev.de.json @@ -8,5 +8,5 @@ "website": "https://kevink.dev", "github": "https://github.com" }, - "image": "../images/test.jpg" + "image": "../images/KevinK.dev.png" } \ No newline at end of file diff --git a/content/projects/kevink-dev.en.json b/content/projects/kevink-dev.en.json index 3e4c192..ba0a987 100644 --- a/content/projects/kevink-dev.en.json +++ b/content/projects/kevink-dev.en.json @@ -8,5 +8,5 @@ "website": "https://kevink.dev", "github": "https://github.com" }, - "image": "../images/test.jpg" + "image": "../images/KevinK.dev.png" } \ No newline at end of file diff --git a/content/projects/kreig.de.json b/content/projects/kreig.de.json new file mode 100644 index 0000000..fe75388 --- /dev/null +++ b/content/projects/kreig.de.json @@ -0,0 +1,11 @@ +{ + "urlname": "kreig", + "lang": "de", + "name": "KREIG.de", + "shortDescription": " Eine einfache aber schöne Gaming-Seite. ", + "longDescription": "Videospiele sind ein wesentlicher Teil unserer heutigen Gesellschaft. Ob Kompetitiv oder einfach nur zum Spaß: Fast jeder hat irgendeine Erfahrnug mit Videospielen. Ich bin da keine Ausnahme und für meine Gaming-Gruppe habe ich diese Seite erstellt, bei der ich modernes Design mit dem Gefühl von klassischen Gaming-Websites vereint habe.", + "links": { + "website": "https://kreig.de" + }, + "image": "../images/KREIG.de.jpg" +} \ No newline at end of file diff --git a/content/projects/kreig.en.json b/content/projects/kreig.en.json new file mode 100644 index 0000000..3b84251 --- /dev/null +++ b/content/projects/kreig.en.json @@ -0,0 +1,11 @@ +{ + "urlname": "kreig", + "lang": "en", + "name": "KREIG.de", + "shortDescription": " A simple but nice gaming website. ", + "longDescription": "Video games are a big part of today's society. Competitive or just for fun: Almost everyone has some contact with video games. I am no different to that and for my gaming clan I've created this site, which combines a modern design with the feeling of classical gaming sites on the early web.", + "links": { + "website": "https://kreig.de" + }, + "image": "../images/KREIG.de.jpg" +} \ No newline at end of file