mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
less talking more memeing
This commit is contained in:
59
src/App.js
59
src/App.js
@@ -1,21 +1,20 @@
|
|||||||
import { Route, Link, Routes, BrowserRouter as Router } from 'react-router-dom'
|
import { Route, Link, Routes, BrowserRouter as Router } from "react-router-dom";
|
||||||
|
|
||||||
import './assets/css/App.css';
|
import "./assets/css/App.css";
|
||||||
import './assets/css/head.scss'
|
import "./assets/css/head.scss";
|
||||||
import menu from './assets/icons/menu.svg'
|
import menu from "./assets/icons/menu.svg";
|
||||||
import Nav from './componets/Nav.js'
|
import Nav from "./componets/Nav.js";
|
||||||
import Socials from './componets/Socials.js'
|
import Socials from "./componets/Socials.js";
|
||||||
import Name from './componets/Name.js'
|
import Name from "./componets/Name.js";
|
||||||
import Home from './pages/Home.js'
|
import Home from "./pages/Home.js";
|
||||||
import Projects from './pages/Projects';
|
import Projects from "./pages/Projects";
|
||||||
import Activities from './pages/Activities';
|
import Activities from "./pages/Activities";
|
||||||
import AboutMe from './pages/AboutMe';
|
import AboutMe from "./pages/AboutMe";
|
||||||
import Idler from './componets/Idler'
|
import Idler from "./componets/Idler";
|
||||||
import ErrorNotFound from './pages/Error'
|
import ErrorNotFound from "./pages/Error";
|
||||||
import AOS from 'aos';
|
import AOS from "aos";
|
||||||
// import 'aos/dist/aos.css'; // You can also use <link> for styles
|
// import 'aos/dist/aos.css'; // You can also use <link> for styles
|
||||||
import { toggleMenu } from './scripts/responsive'
|
import { toggleMenu } from "./scripts/responsive";
|
||||||
|
|
||||||
|
|
||||||
AOS.init();
|
AOS.init();
|
||||||
function App() {
|
function App() {
|
||||||
@@ -25,24 +24,26 @@ function App() {
|
|||||||
<div className="App">
|
<div className="App">
|
||||||
<div className="header">
|
<div className="header">
|
||||||
<Name />
|
<Name />
|
||||||
<img src={menu} alt="menu" id='menu' onClick={toggleMenu}/>
|
<img src={menu} alt="menu" id="menu" onClick={toggleMenu} />
|
||||||
<Nav id='navbar'>
|
<Nav id="navbar">
|
||||||
<Link to='/'>Home</Link>
|
<Link to="/">Home</Link>
|
||||||
<a href='Resume.pdf' target='_blank'>Resume</a>
|
<a href="Resume.pdf" target="_blank">
|
||||||
<Link to='/projects'>Projects</Link>
|
Resume
|
||||||
{/* <Link to='/activities'>Activities</Link> */}
|
</a>
|
||||||
<Link to='/about'>About Me</Link>
|
<Link to="/projects">Projects</Link>
|
||||||
|
{/* <Link to="/activities">Activities</Link> */}
|
||||||
|
<Link to="/about">About Me</Link>
|
||||||
</Nav>
|
</Nav>
|
||||||
</div>
|
</div>
|
||||||
<Routes>
|
<Routes>
|
||||||
<Route exact path='/' element={<Home />}></Route>
|
<Route exact path="/" element={<Home />}></Route>
|
||||||
<Route exact path='/projects' element={<Projects />}></Route>
|
<Route exact path="/projects" element={<Projects />}></Route>
|
||||||
<Route exact path='activities' element={<Activities />}></Route>
|
<Route exact path="activities" element={<Activities />}></Route>
|
||||||
<Route exact path='/about' element={<AboutMe />}></Route>
|
<Route exact path="/about" element={<AboutMe />}></Route>
|
||||||
<Route exact path='/notFound' element={<ErrorNotFound />} />
|
<Route exact path="/notFound" element={<ErrorNotFound />} />
|
||||||
<Route exact path="/*" element={<ErrorNotFound />} />
|
<Route exact path="/*" element={<ErrorNotFound />} />
|
||||||
</Routes>
|
</Routes>
|
||||||
<div className='footer'>
|
<div className="footer">
|
||||||
<Socials />
|
<Socials />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -178,7 +178,6 @@ a {
|
|||||||
.homeground {
|
.homeground {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 7rem;
|
padding-top: 7rem;
|
||||||
width: calc(100%-8rem);
|
|
||||||
min-height: calc(100vh - 8rem);
|
min-height: calc(100vh - 8rem);
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import MyCarousel from "../componets/Carousel.js";
|
import MyCarousel from "../componets/Carousel.js";
|
||||||
import HexGrid from "../componets/HexGrid";
|
import ChessBed from "../componets/ChessBed.js";
|
||||||
|
// import HexGrid from "../componets/HexGrid";
|
||||||
|
import Skills from "../componets/Skills";
|
||||||
// import img1 from '../assets/photos/itsa_me.JPG'
|
// import img1 from '../assets/photos/itsa_me.JPG'
|
||||||
// import img2 from '../assets/photos/me_robot.jpeg'
|
// import img2 from '../assets/photos/me_robot.jpeg'
|
||||||
import img3 from "../assets/photos/AcademicTeam.jpg";
|
import img3 from "../assets/photos/AcademicTeam.jpg";
|
||||||
@@ -27,7 +29,7 @@ export default function AboutMe() {
|
|||||||
reading up on some recent geopolitical development, or haphazardly
|
reading up on some recent geopolitical development, or haphazardly
|
||||||
expanding my list of unusable, yet bizzarely wise quotes.
|
expanding my list of unusable, yet bizzarely wise quotes.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
{/* <p>
|
||||||
My goal is to strive to make the biggest positive impact on the
|
My goal is to strive to make the biggest positive impact on the
|
||||||
world that I can. I'm here to improve and optimize what we have so
|
world that I can. I'm here to improve and optimize what we have so
|
||||||
that we can spend more time on the things that matter.
|
that we can spend more time on the things that matter.
|
||||||
@@ -46,9 +48,12 @@ export default function AboutMe() {
|
|||||||
promotes dedication and enables an in-depth understanding, I can
|
promotes dedication and enables an in-depth understanding, I can
|
||||||
take pride in each of my projects, bridging the gap between the the
|
take pride in each of my projects, bridging the gap between the the
|
||||||
multifaceted purpose present in everything around us.
|
multifaceted purpose present in everything around us.
|
||||||
</p>
|
</p> */}
|
||||||
{/*<img src={img1} alt='Me' className='boxedImg' />*/}
|
{/*<img src={img1} alt='Me' className='boxedImg' />*/}
|
||||||
</div>
|
</div>
|
||||||
|
<div className="chess">
|
||||||
|
<ChessBed username="asimonson1125"></ChessBed>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col">
|
<div className="col">
|
||||||
<div id="skills" data-aos="fade-up">
|
<div id="skills" data-aos="fade-up">
|
||||||
@@ -91,7 +96,7 @@ export default function AboutMe() {
|
|||||||
"Google API",
|
"Google API",
|
||||||
"React",
|
"React",
|
||||||
"Node.js",
|
"Node.js",
|
||||||
"ArcGIS"
|
"ArcGIS",
|
||||||
]}
|
]}
|
||||||
</Skills>
|
</Skills>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user