clarification of skill

This commit is contained in:
2022-05-17 00:25:59 -04:00
parent a683ecbc4c
commit f7ab7df8b7

View File

@@ -1,7 +1,7 @@
import React from 'react' import React from 'react'
import Skills from '../componets/Skills' import Skills from '../componets/Skills'
import MyCarousel from '../componets/Carousel.js'; import MyCarousel from '../componets/Carousel.js';
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'
import img4 from '../assets/photos/hagerstownVex2019.jpg' import img4 from '../assets/photos/hagerstownVex2019.jpg'
@@ -22,7 +22,7 @@ export default function AboutMe() {
</p> </p>
<p>When I'm not in class, you can find me working on extra collaborative projects, <p>When I'm not in class, you can find me working on extra collaborative projects,
building discord bots, playing chess, reading up on some recent geopolitical building discord bots, playing chess, reading up on some recent geopolitical
development, or in my dorm with a fat pint of ice cream. development, or haphazardly expanding my list of unusable, yet bizzarely wise quotes.
</p> </p>
<p>My goal is to strive to make the biggest positive impact on the world that I <p>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 that we can spend more can. I'm here to improve and optimize what we have so that we can spend more
@@ -30,9 +30,9 @@ export default function AboutMe() {
</p> </p>
<p>I also value the ability to understand the world at large. That awareness is <p>I also value the ability to understand the world at large. That awareness is
what grounds a person into reality and gives their place in the world value. what grounds a person into reality and gives their place in the world value.
When I learn about geography or international politics, my favorite parts are My favorite part of learning about grographies and cultures is
when I can understand the causality to shifts both in history and the present when I can justify to myself the hidden causality to historic events, which
because it presents an inside look into how we can learn from related events. presents an inside look into how we can act in the present.
</p> </p>
<p> <p>
It is my belief that being able to channel each distinct creative interest It is my belief that being able to channel each distinct creative interest
@@ -40,13 +40,13 @@ export default function AboutMe() {
and enables an in-depth understanding, I can take pride in each of my projects, and enables an in-depth understanding, I can take pride in each of my projects,
bridging the gap between the the multifaceted purpose present in everything around us. bridging the gap between the the 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> </div>
<div className='col'> <div className='col'>
<div id='skills' data-aos='fade-up'> <div id='skills' data-aos='fade-up'>
<h2>Skills</h2> <h2>Skills</h2>
<Skills>{['Python', 'JavaScript', 'Java', 'C', 'C++', 'P3', 'SQL', 'SQLite', 'Sequelize', 'SQLAlchemy', <Skills>{['Python', 'JavaScript', 'Java', 'C', 'C++', 'Processing', 'P5.js', 'SQL', 'SQLite', 'Sequelize', 'SQLAlchemy',
'HTML', 'CSS', 'LaTeX', 'Object-Oriented Programming', 'Git', 'Github', 'Linux', 'Raspberry Pi', 'HTML', 'CSS', 'LaTeX', 'Object-Oriented Programming', 'Git', 'Github', 'Linux', 'Raspberry Pi',
'Angular', 'Flask', 'Jinja', 'DOM Scraping', 'Google API', 'React', 'Node.js']}</Skills> 'Angular', 'Flask', 'Jinja', 'DOM Scraping', 'Google API', 'React', 'Node.js']}</Skills>
</div> </div>