From 0a3c92cd820bf25a89058e0d3ad8c8e5cd5f258e Mon Sep 17 00:00:00 2001 From: henzbori Date: Mon, 13 May 2024 10:56:42 -0400 Subject: [PATCH 1/2] adding my art to the project --- include.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include.js b/include.js index b09851e0e..773ab804f 100644 --- a/include.js +++ b/include.js @@ -4550,6 +4550,13 @@ let cards = [ pageLink: './Art/mojaanimacia/stranka.html', author: 'Martin052', githubLink: 'https://github.com/martin052' + }, + { + artName: 'Soccer' + pageLink: './Art/Soccer/index.html', + imageLink: './Art/Soccer/big.png', + author: 'Boris', + githubLink: 'https://github.com/henzbori' } ]; From 67114b5267d33a4a7cef19c5abffd70db17cfed3 Mon Sep 17 00:00:00 2001 From: Boris Khenzykhenov <71458142+henzbori@users.noreply.github.com> Date: Mon, 13 May 2024 13:17:05 -0400 Subject: [PATCH 2/2] Update include.js --- include.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include.js b/include.js index 5f97e8691..9268f68ce 100644 --- a/include.js +++ b/include.js @@ -2888,13 +2888,6 @@ let cards = [ author: 'Martin052', githubLink: 'https://github.com/martin052' }, - { - artName: 'Soccer', - pageLink: './Art/Soccer/index.html', - imageLink: './Art/Soccer/big.png', - author: 'Boris', - githubLink: 'https://github.com/henzbori' - }, { artName: 'Animatron', pageLink: './Art/shazeen-1990/index.html', @@ -2916,6 +2909,13 @@ let cards = [ author: 'Kalliran', githubLink: 'https://github.com/Kalliran' }, + { + artName: 'Soccer', + pageLink: './Art/Soccer/index.html', + imageLink: './Art/Soccer/big.png', + author: 'Boris', + githubLink: 'https://github.com/henzbori' + }, ]; /* -------------------------------------------------------------------------- */