Skip to content

Commit

Permalink
adding my art to project (#2434)
Browse files Browse the repository at this point in the history
* adding my art to project

* Update include.js

---------

Co-authored-by: Laureline Paris <32878345+LaurelineP@users.noreply.github.com>
  • Loading branch information
shazeen-1990 and LaurelineP committed Jan 30, 2024
1 parent 64aa357 commit fae1ff7
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 6 deletions.
Binary file added Art/shazeen-1990/animate.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Art/shazeen-1990/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Document</title>
</head>
<body>
<div id="one"></div>
<div id="two"></div>
<div id="three"></div>
</body>
</html>
31 changes: 31 additions & 0 deletions Art/shazeen-1990/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
div#one {
height: 100px;
width: 100%;
background: #331509;
animation: slidein 0.5s linear 1s infinite;
}

div#two {
height: 100px;
width: 100%;
background: #d19175;
animation: slidein 0.3s linear 1s infinite;
}

div#three {
height: 100px;
width: 100%;
background: #a46c54;
animation: slidein 0.4s linear 1s infinite;
}

@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
21 changes: 15 additions & 6 deletions include.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@ let cards = [
imageLink: './Art/stormworm9/RingAnimation/ring.gif',
author: 'stormworm9',
githubLink: 'https://github.com/stormworm9'
},
},

{
artName: 'TriangleProjection',
pageLink: './Art/stormworm9/TriangleProjection/projection.html',
imageLink: './Art/stormworm9/TriangleProjection/TriangleProjection.gif',
author: 'stormworm9',
githubLink: 'https://github.com/stormworm9'
},

},

{
artName: 'Loading Page',
Expand Down Expand Up @@ -2868,18 +2867,28 @@ let cards = [
author: 'Danilo Slovic',
githubLink: 'https://github.com/daniloslovic17'
},
{ artName: 'Animated',
{
artName: 'Animated',
pageLink: './Art/Nyrkn10/index.html',
imageLink: './Art/Nyrkn10/set.gif',
author: 'Nyariki Kevin',
githubLink: 'https://github.com/nyrkn10>'
githubLink: 'https://github.com/nyrkn10>'
},
{ artName: 'Fascinating Animation',

{
artName: 'Fascinating Animation',
pageLink: './Art/moutro/index.html',
imageLink: './Art/moutro/Animation-Nation.png',
author: 'Jay',
githubLink: 'https://github.com/moutro'
},
{
artName: 'Animatron',
pageLink: './Art/shazeen-1990/index.html',
imageLink: './Art/shazeen-1990/animate.jpg',
author: 'Shazeen Thowfeek',
githubLink: 'https://github.com/shazeen-1990'
},
{
artName: 'Moving Clouds Animation',
pageLink: './Art/artursniegowski/index.html',
Expand Down

0 comments on commit fae1ff7

Please sign in to comment.