add idler background

This commit is contained in:
2022-09-27 20:14:19 -04:00
parent d8786454fa
commit b07061e7f2
6 changed files with 207 additions and 27 deletions

View File

@@ -10,17 +10,18 @@ import Home from './pages/Home.js'
import Projects from './pages/Projects';
import Activities from './pages/Activities';
import AboutMe from './pages/AboutMe';
import Idler from './componets/Idler'
import ErrorNotFound from './pages/Error'
import AOS from 'aos';
import 'aos/dist/aos.css'; // You can also use <link> for styles
import { toggleMenu } from './scripts/responsive'
AOS.init();
function App() {
return (
<Router>
<Idler />
<div className="App">
<div className="header">
<Name />