Skip to content

Commit 23ebb7d

Browse files
committed
adding animations to tech skills and relevant exp
1 parent c284e25 commit 23ebb7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://nitrotap.github.io/",
2+
"homepage": "https://nitrotap.dev/",
33
"name": "react-folio",
44
"version": "0.1.0",
55
"private": true,

src/components/About/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function About() {
3737
<h2 style={{ padding: '1rem', backgroundColor: 'rgb(42,55,62)' }} className='lato-text'>Technical Skills</h2>
3838
</div>
3939
</div>
40-
<div className="">
40+
<div className="animate__animated animate__fadeInUp animate__delay-1s">
4141
<div className="v6_24">
4242
<div style={{ backgroundColor: 'rgb(42,55,62)', padding: '1rem', marginBottom: '1rem' }}>
4343
<div>
@@ -64,7 +64,7 @@ function About() {
6464

6565
<h2 style={{ padding: '1rem', backgroundColor: 'rgb(42,55,62)' }} className='lato-text'>Relevant Experience</h2>
6666
</div>
67-
<div className="v6_24">
67+
<div className="v6_24 animate__animated animate__fadeInUp animate__delay-2s">
6868

6969
<div style={{ padding: '1rem', border: '1px solid #ccc', borderRadius: '10px', backgroundColor: 'rgb(42,55,62)', marginBottom: '1rem' }}>
7070
<h4>Mental Health Check</h4>

src/components/Footer/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
function Footer() {
44
return (
5-
<footer class="container">
5+
<footer className="container">
66
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossOrigin="anonymous"></link>
77
<div className='footer'>
88
<h4 style={{ display: 'flex', alignItems: 'center', justifyContent: 'center', }}>Made with <span onMouseOver={(e) => e.currentTarget.classList.add('animate__animated', 'animate__heartBeat')}

0 commit comments

Comments
 (0)