stephypy / stephypy.github.io

https://stephypy.github.io
1 stars 0 forks source link

Add Page For Explore my Work #3

Open stephypy opened 4 years ago

stephypy commented 4 years ago

The requested page is the page that the user will be redirected to after clicking the button > explore my work from the homepage.

The lists of topics for this requested page may include:

[x] Internships [x] Hackathons [x] Undergraduate Teaching Assistant [x] Research (include after completing significant work) [] UI/UX Design (include after completing personal project) [] Game Dev (include after completing Intro to Dev Projects) [] Mobile Dev [x] Extracurricular *[x] School Projects (include after linking projects in github)

I will add/delete topics by my own discretion

stephypy commented 4 years ago

Explore page issue:

Main structure has been completed, but JS code remains cluttered. This will be solved by replacing the id's used to identify the buttons with a class name which in turn should minimize the JS code. Other things to keep in minds: [] Ensure the buttons.js script works in index.html, explore.html, and every other section [] Create comprehensible variable names *[] Test unexpected errors, if any