Skip to content

Commit

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

* added my details to include.js file

* removing "comments" on include.js

following Sophia's request, I removed the comments on the file.

---------

Co-authored-by: Sophia Brandt <16630701+sophiabrandt@users.noreply.github.com>
  • Loading branch information
albertomtferreira and sophiabrandt committed Nov 12, 2023
1 parent d046110 commit f5878f1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
Binary file added Art/albertomtferreira/albertomtferreira.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions Art/albertomtferreira/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="one"></div>
</body>
</html>
15 changes: 15 additions & 0 deletions Art/albertomtferreira/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
div#one{
height: 200px;
width: 100px;
background: #fae3d9;
position: relative;
animation-name: exampleDivOne;
animation-duration: 4s;
animation-iteration-count: infinite;
}

@keyframes exampleDivOne {
0% {background-color:red; left:0px; top:0px;}
50% {background-color:yellow; left:200px; top:0px;}
100% {background-color:blue; left:0px; top:0px;}
}
7 changes: 7 additions & 0 deletions include.js
Original file line number Diff line number Diff line change
Expand Up @@ -2854,6 +2854,13 @@ let cards = [
author: 'daniel-badura',
githubLink: 'https://github.com/daniel-badura'
},
{
artName: 'Unknown',
pageLink: './Art/albertomtferreira/index.html',
imageLink: './Art/albertomtferreira/albertomtferreira.gif',
author: 'Alberto Ferreira',
githubLink: 'https://github.com/albertomtferreira'
},
{
artName: 'Danimation',
pageLink: './Art/daniloslovic17/index.html',
Expand Down

0 comments on commit f5878f1

Please sign in to comment.