Skip to content

Commit

Permalink
completo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerricke committed Sep 25, 2023
1 parent 555b4a5 commit b0733a3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"name": "Cody",
"comment": "Looks great!",
"id": 6
},
{
"name": "Jerrick",
"comment": "pretty cool",
"id": 7
}
],
"portfolioApp": [
Expand Down
18 changes: 18 additions & 0 deletions src/components/Work_Ticker/Work_Ticker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
DiReact,
DiTerminal,
} from 'react-icons/di';
import { TbSql } from 'react-icons/tb';
import { BiLogoFlask, BiLogoFirebase } from 'react-icons/bi';

import { FaFigma } from 'react-icons/fa';
import { motion } from 'framer-motion';
Expand All @@ -21,6 +23,18 @@ export default function TechStack() {
transition={{ duration: 1, ease: 'easeIn' }}
>
<Marquee autoFill pauseOnHover className="ticker">
<div>
<TbSql />
<p>SQL</p>
</div>
<div>
<BiLogoFirebase />
<p>Firebase</p>
</div>
<div>
<BiLogoFlask />
<p>Flask</p>
</div>
<div>
<DiPython />
<p>Python</p>
Expand Down Expand Up @@ -49,6 +63,10 @@ export default function TechStack() {
<DiReact />
<p>React.JS</p>
</div>
<div>
<DiReact />
<p>React Native</p>
</div>
<div>
<DiTerminal />
<p>CLI</p>
Expand Down

0 comments on commit b0733a3

Please sign in to comment.