Skip to content

Commit

Permalink
Merge pull request #1794 from zero-to-mastery/baafbass-baafAnimation
Browse files Browse the repository at this point in the history
Baafbass baaf animation
  • Loading branch information
l-white committed Oct 2, 2023
2 parents 715eaad + a6e7f49 commit 1c74958
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 0 deletions.
Binary file added Art/baaf-Animation/baafscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions Art/baaf-Animation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="gr-container">
<div class="pt-container">
<h4 id="name">ABDOUL FARIDE BASSIROU ALZOUMA</h4>
</div>
</div>
</body>
</html>
48 changes: 48 additions & 0 deletions Art/baaf-Animation/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
body {
width: 500px;
height: 500px;
background-color: #d3d3d3;
border: 2px solid black;
background: #d3d3d3;
text-align: center;
margin: auto;
margin-top: 70px;
}

.gr-container {
display: flex;
justify-content: center;
width: 300px;
height: 300px;
background: #ff6f61;
border-radius: 30%;
text-align: center;
margin: 100px 50px 50px 100px;
padding: auto;
}

.pt-container {
display: flex;
width: 150px;
height: 150px;
background: #d3d3d3;
border-radius: 30%;
text-align: center;
margin: auto;
padding: 20px 5px 0px 5px;
}

@keyframes rotateText {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

#name {
font-family: OCR A Std, monospace;
margin-top: 25%;
animation: rotateText 10s linear 2s infinite;
}
7 changes: 7 additions & 0 deletions include.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
let cards = [
{
artName: 'Simple BAAF',
pageLink: './Art/baaf-Animation/index.html',
imageLink: './Art/baaf-Animation/baafscreen.png',
author: 'Farid Bass',
githubLink: 'https://github.com/baafbass'
},
{
artName: 'Triangle',
pageLink: './Art/Joy/triangle.html',
Expand Down

0 comments on commit 1c74958

Please sign in to comment.