Skip to content

Commit

Permalink
margins amended on audio.html and dates.html. readme file updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Jun 2, 2020
1 parent 9bda6e0 commit fd21659
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ To go to the live site click [here](https://markj0hnst0n.github.io/fauxdjsmilest

Basic wireframes for this project were created using Balsamiq and you can find a link to the balsamiq project file [here](https://github.com/markj0hnst0n/fauxdjsmilestoneproj1/blob/master/assets/readme/wireframes/faux_djs_website_wireframes.bmpr)

[Wireframes Pictures Repository](https://github.com/markj0hnst0n/fauxdjsmilestoneproj1/tree/master/assets/readme/wireframes)

Here are pictures of the wireframes on their respective devices.

### index.html on desktop
Expand Down Expand Up @@ -149,14 +151,34 @@ Modified Embedded Code from https://soundcloud.com/ and https://www.spotify.com/
## On all Listed Devices emulated and all live testing scenarios the following tests were performed:

- Home page opened and scrolled to read entire Bio.

![user_story_description](assets/readme/user_stories_pictures/user_story_description.png)

- Audio page opened and scrolled so all content was viewable and mixes tested for audio.

![user_story_listen](assets/readme/user_stories_pictures/user_story_listen.png)

- Dates page opened and scrolled to ensure all dates, venues and times were readable.

![user_story_when_where](assets/readme/user_stories_pictures/user_story_when_where.png)

- Home page opened and scrolled to ensure book now button is readble.

![user_story_description](assets/readme/user_stories_pictures/user_story_description.png)

- Contact page opened and form scrolled so that all parts a viewable.
- Contact page form submit button clicked and required message returned to ensure form works correctly.

![user_story_contact](assets/readme/user_stories_pictures/user_story_contact.png)

- Open all pages and check that link tree can be easily viewed at all times.

![user_story_navigate](assets/readme/user_stories_pictures/user_story_navigate.png)

- Open all pages and check that social media icons are easily viewed at all times.

![user_story_social_links](assets/readme/user_stories_pictures/user_story_social_links.png)

### Live Testing

The above tests were performed live on Apple Macbook Pro running the following browsers without issue:
Expand Down
4 changes: 3 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ section a:hover{

.audio-headings{
font-family: "Lato", sans-serif;
margin-bottom: 20px;
margin-top: 20px;
}

.faux-audio{
Expand Down Expand Up @@ -158,7 +160,7 @@ section a:hover{
width: 100%;
height: 400px;
margin: 0;
margin-top: 20px;
margin-top: 30px;
table-layout: fixed;
margin-bottom: 85px;
}
Expand Down

0 comments on commit fd21659

Please sign in to comment.