mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
testing analytics
This commit is contained in:
36
src/App.js
36
src/App.js
@@ -1,6 +1,7 @@
|
||||
import { Route, Link, HashRouter as Router } from 'react-router-dom'
|
||||
|
||||
import './App.css';
|
||||
import ReactGA from 'react-ga'
|
||||
import Nav from './componets/Nav.js'
|
||||
import Socials from './componets/Socials.js'
|
||||
import Home from './pages/Home.js'
|
||||
@@ -12,25 +13,28 @@ import 'aos/dist/aos.css'; // You can also use <link> for styles
|
||||
AOS.init();
|
||||
|
||||
function App() {
|
||||
ReactGA.initialize('G-E2V93W9CNV');
|
||||
ReactGA.pageview('Init page view');
|
||||
|
||||
return (
|
||||
<Router>
|
||||
<div className="App">
|
||||
<div className="header">
|
||||
<a href="/"><h1>Andrew Simonson</h1></a>
|
||||
<Nav id='navbar'>
|
||||
<Link to='/'>Home</Link>
|
||||
<a href='resume.pdf' target='_blank'>Resume</a>
|
||||
<Link to='/projects'>Projects</Link>
|
||||
<Link to='/about'>About</Link>
|
||||
</Nav>
|
||||
<div className="App">
|
||||
<div className="header">
|
||||
<a href="/"><h1>Andrew Simonson</h1></a>
|
||||
<Nav id='navbar'>
|
||||
<Link to='/'>Home</Link>
|
||||
<a href='resume.pdf' target='_blank'>Resume</a>
|
||||
<Link to='/projects'>Projects</Link>
|
||||
<Link to='/about'>About</Link>
|
||||
</Nav>
|
||||
</div>
|
||||
<Route exact path='/'><Home /></Route>
|
||||
<Route exact path='/projects'><Projects /></Route>
|
||||
<Route exact path='/about'><AboutMe /></Route>
|
||||
<div className='footer'>
|
||||
<Socials />
|
||||
</div>
|
||||
</div>
|
||||
<Route exact path='/'><Home /></Route>
|
||||
<Route exact path='/projects'><Projects /></Route>
|
||||
<Route exact path='/about'><AboutMe /></Route>
|
||||
<div className='footer'>
|
||||
<Socials />
|
||||
</div>
|
||||
</div>
|
||||
</Router>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -44,9 +44,9 @@ export default function AboutMe(){
|
||||
<div className='col'>
|
||||
<div id='skills' data-aos='fade-up'>
|
||||
<h2>Skills</h2>
|
||||
<Skills>{['Python','JavaScript','Java','C++','SQL','SQLite','Sequelize','SQLAlchemy',
|
||||
<Skills>{['Python','JavaScript','Java','C','C++','SQL','SQLite','Sequelize','SQLAlchemy',
|
||||
'HTML','CSS','Object-Oriented Programming','Git','Github','Linux','Raspberry Pi',
|
||||
'LaTeX','Flask','DOM Scraping','Google API','React.js','Node.js']}</Skills>
|
||||
'LaTeX','Angular','Flask','DOM Scraping','Google API','React.js','Node.js']}</Skills>
|
||||
</div>
|
||||
<div data-aos='fade-up' className='elementBlock'>
|
||||
<h2>Extracirricular Awards</h2>
|
||||
|
||||
Reference in New Issue
Block a user