diff --git a/README.md b/README.md
index 7ed589e..84fa828 100644
--- a/README.md
+++ b/README.md
@@ -2,106 +2,40 @@
-### Description
-* In this Skill-based Assessment, you will be creating a small website and you get to pick what is the website about. The main purpose of this SBA is to test your skills in implementing a clean HTML structure that follows the methodologies of visual design, and styling your site so that it is user-friendly.
+### General Description & Navigation
-* You have the entire day for this SBA. Make sure to check in with your instructor for approval of your idea. Your work will be graded based on the below technical requirements. Also, creativity always works in your favor.
+* GitHub Pages link: https://ghassannasr.github.io/sba.javascript_3-page-website/
-* Since this is your first time creating a 3 page website, keep it simple. Keeping it simple is very important. It ensures that you can complete this project within the given time and also gives you a better idea of what can you get done in the given time if you were to do it again with more requirements.
+* For this assignment I implemented a 3-page mini website as a celebration of parks in Charleston, SC, and parks in general.
-* Once you got your idea, think in the user’s perspective when creating the website. You like your users to have a good experience when interacting with your site. This gives you a better chance of users trusting your site and coming back for more. For this SBA, don’t worry too much about the content. There are many places you can get free content to display on your site. Concentrate more on the web site's structure and grid system.
+* I wanted the look and feel of the pages to reflect the vibrance of spring in Charleston ... beautiful blue skies and the colors of cherry and almond blossoms.
+* The entry page is simple. It has a fully-responsive navbar and content, including a little footer. I spent some time experimenting with ways of laying out text on the blue sky, trying to immitate the feel of clouds.
-* Some resources for free content:
- * Photos: `https://www.pexels.com/search/template/`
- * Text: `https://www.lipsum.com/`
- * GIFs: `https://www.motionelements.com/stock-image-10116013-business-and-startup-4k`
+* There are two navigation links at the top that link to other pages: 1) A "Register" link to a page for signing up for a newsletter, and 2) a link in the dropdown to the "Parks" page that provides an interface to an API endpoint at the National Park Service here: https://www.nps.gov/subjects/developer/api-documentation.htm#/visitorcenters/getVisitorCenters . The other links are provided but not implemented.
-* Useful API sites:
- * https://rapidapi.com/ (Links to an external site.)
- * https://any-api.com/ (Links to an external site.)
- * https://github.com/toddmotto/public-apis#public-apis- (Links to an external site.)
- * https://apilist.fun/
+ * The nav bar at the top has identical html on every page of the website. I therefore produce the nav bar html in a utility script residing in header-functions.js, and I call that function from withing
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+ Just filler for now, hardcoded the height of 600px
+