predeployment

Just need to add something to homepage and split about carousel
This commit is contained in:
2021-09-30 14:07:52 -04:00
parent 3d80329b28
commit b7313306c3
5 changed files with 38 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ import github from '../assets/github.svg'
export default function Projects(){
return(
<>
<div className='foreground'>
<div data-aos='fade-up'>
<h2>Projects</h2>
<p>Project status is indicated by the color of the project card:<br /><span className='complete'></span> - Complete<br />
@@ -40,6 +40,6 @@ export default function Projects(){
A C++ keylogger for windows based off a udemy course with my custom modifications and powershell script.
</Project>
</ProjectList>
</>
</div>
)
}