diff --git a/Art/wcgraupmann/giphy.gif b/Art/wcgraupmann/giphy.gif new file mode 100644 index 000000000..63b690393 Binary files /dev/null and b/Art/wcgraupmann/giphy.gif differ diff --git a/Art/wcgraupmann/index.html b/Art/wcgraupmann/index.html new file mode 100644 index 000000000..e403572ff --- /dev/null +++ b/Art/wcgraupmann/index.html @@ -0,0 +1,11 @@ + + + + + + +
Red
+
White
+
Blue
+ + diff --git a/Art/wcgraupmann/style.css b/Art/wcgraupmann/style.css new file mode 100644 index 000000000..1c7942db4 --- /dev/null +++ b/Art/wcgraupmann/style.css @@ -0,0 +1,36 @@ +.block { + display: block; + text-align: center; + margin: 0 100px; + padding: 50px; + border: 1px solid black; +} + +.red { + margin-top: 50px; + background-color: red; + transition: all 1s; +} + +.red:hover { + transform: scale(1.25); + transition: all 1s; +} + +.white { + background-color: white; + transition: all 1s; +} +.white:hover { + transform: scale(1.25); + transition: all 1s; +} + +.blue { + background-color: blue; + transition: all 1s; +} +.blue:hover { + transform: scale(1.25); + transition: all 1s; +} diff --git a/include.js b/include.js index 7b2017c0c..91c90d86e 100644 --- a/include.js +++ b/include.js @@ -2943,7 +2943,7 @@ let cards = [ author: 'Abiel', githubLink: 'https://github.com/arr199' }, -======= + { artName: "EvaCtion", pageLink: "./Art/EvaCtion/index.html", author: "Gawbb", @@ -3046,12 +3046,6 @@ let cards = [ author: "Christopher Spencer", githubLink: "https://github.com/cspencernd", }, - { - pageLink: "./Art/GabrielArt/GabrielArt.html", - imageLink: "./Art/GabrielArt/ZTM.jpg", - author: "GabrielAvramescu", - githubLink: "https://github.com/GabrielAvramescu", - }, { artName: "Pong", pageLink: "./Art/danielalanholmes/index.html", @@ -3906,6 +3900,13 @@ let cards = [ imageLink: './Art/FanisKapetanakis/Carousel.gif', author: 'Fanis', githubLink: 'https://github.com/KapetanakisFanis' + }, + { + artName: 'Red White and Blue', + pageLink: './Art/wcgraupmann/index.html', + imageLink: './Art/wcgraupmann/giphy.gif', + author: 'Will Graupmann', + githubLink: 'https://github.com/wcgraupmann' } ];