zacharycvivian / react-portfolio-app

Zachary Vivian's Portfolio Website
https://www.zacharycvivian.com
0 stars 0 forks source link

Redesign Home Page #39

Closed zacharycvivian closed 1 month ago

zacharycvivian commented 1 month ago

Make the home page more eye-catching, right now I feel like it's too boring and doesn't grab the user's attention and want them to keep exploring the website.

Header:

Home Page:

Footer:

Chat Button: -new command: /connect

  1. after typing /connect, ask the user for their name if they aren't already signed in
  2. after typing name, ask the user for their email if they aren't already signed in
  3. after those, enter a message to contact me for jobs, opportunities, etc.
  4. display the user's name, email, message and ask if they'd like to submit it (y/n)
  5. if something other than (y/n) is entered, have an error message
  6. if no is entered, clear the box and return to the original state

-new command: /bug

  1. enter a message that will just populate the database with a bug report

-new command: /feedback

  1. enter a message that will populate the database with a suggestion for the website
zacharycvivian commented 1 month ago

done