Skip to content

Commit

Permalink
Fixed a consistancy issue within the footer as well as completed the …
Browse files Browse the repository at this point in the history
…Footer feature testing
  • Loading branch information
adnanmuhtadi committed Nov 4, 2020
1 parent 529f5f2 commit c2b70f5
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 6 deletions.
2 changes: 1 addition & 1 deletion connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h4>Quick Links</h4>
</div>
<div class="w-100"></div>
<div class="col col-lg-6 col-md-12">
<a href="portfolio.html">Portfolio</a>
<a href="portfolio.html">My Portfolio</a>
</div>
<div class="col col-lg-6 col-md-12">
<a href="connect.html">Connect</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h4>Quick Links</h4>
</div>
<div class="w-100"></div>
<div class="col col-lg-6 col-md-12">
<a href="portfolio.html">Portfolio</a>
<a href="portfolio.html">My Portfolio</a>
</div>
<div class="col col-lg-6 col-md-12">
<a href="connect.html">Connect</a>
Expand Down
2 changes: 1 addition & 1 deletion journey.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h4>Quick Links</h4>
</div>
<div class="w-100"></div>
<div class="col col-lg-6 col-md-12">
<a href="portfolio.html">Portfolio</a>
<a href="portfolio.html">My Portfolio</a>
</div>
<div class="col col-lg-6 col-md-12">
<a href="connect.html">Connect</a>
Expand Down
2 changes: 1 addition & 1 deletion portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h4>Quick Links</h4>
</div>
<div class="w-100"></div>
<div class="col col-lg-6 col-md-12">
<a href="portfolio.html">Portfolio</a>
<a href="portfolio.html">My Portfolio</a>
</div>
<div class="col col-lg-6 col-md-12">
<a href="connect.html">Connect</a>
Expand Down
Binary file not shown.
32 changes: 30 additions & 2 deletions reference-files/testing-md-docs/features-function-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ A pass would mean that the feature that I am testing has been run on the said br

Feature/Function | Description | Pass | Fail
------------ | ------------- | ------------- | -------------
Font | Displaying 'Montserrat' as the font family | :heavy_check_mark: |
My Journey hover | When hovering over 'My Journey', the font becomes bold and underlined | :heavy_check_mark: |
My Journey active | When on 'My Journey' page, the link would be on a fixed style which is bold and underlined | :heavy_check_mark: |
Nav bar style return when not active | When you are on 'My Journey' page, the rest of the naviation bar links would return to normal styling | :heavy_check_mark: |
Expand All @@ -21,4 +20,33 @@ Nav bar style return when not active | When you are on 'Connect' page, the rest
Home page hover | When hovering over 'Adnan Muhtadi', the font becomes bold and underlined | :heavy_check_mark: |
Home page active | When on 'Adnan Muhtadi' page, the link would be on a fixed style which is bold and underlined | :heavy_check_mark: |
Nav bar style return when not active | When you are on 'Adnan Muhtadi' page, the rest of the naviation bar links would return to normal styling | :heavy_check_mark: |
Layout on mobile view | Links to be displayed in rows | :heavy_check_mark: |
Layout on mobile view | Links to be displayed in rows | :heavy_check_mark: |
Font | Displaying 'Montserrat' as the font family | :heavy_check_mark: |

## Footer

Feature/Function | Description | Pass | Fail
------------ | ------------- | ------------- | -------------
Hover over quick link | A shadow effect would appear when hovering over the quick links | :heavy_check_mark: |
My Jorney quick link | When clicked, to be directed to the 'My Journey' page | :heavy_check_mark: |
My Portfolio quick link | When clicked, to be directed to the 'My Portfolio' page | :heavy_check_mark: |
Connect quick link | When clicked, to be directed to the 'Connect' page | :heavy_check_mark: |
Home quick link | When clicked, to be directed to the 'Home' page | :heavy_check_mark: |
Social Media icon hover | A shadow effect would appear when hovering over the social media icons | :heavy_check_mark: |
Facebook link | Facebook would open in a new tab when clicked | :heavy_check_mark: |
Instagram link | Instagram would open in a new tab when clicked | :heavy_check_mark: |
Twitter link | Twitter would open in a new tab when clicked | :heavy_check_mark: |
Youtube link | Youtube would open in a new tab when clicked | :heavy_check_mark: |
LinkedIn link | LinkedIn would open in a new tab when clicked | :heavy_check_mark: |
Snapchat link | Snapchat would open in a new tab when clicked | :heavy_check_mark: |
Pinterest link | Pinterest would open in a new tab when clicked | :heavy_check_mark: |
GitHub link | GitHub would open in a new tab when clicked | :heavy_check_mark: |
CV Link | When clicked, a new tab would open the developers CV in a PDF format | :heavy_check_mark: |
Download CV | To download/save a copy of the CV from the browser | :heavy_check_mark: |
Footer format on Mobile device | When site is visited on a mobile device, to have the layout of the footer in a row by row case above each other rather than next to each other | :heavy_check_mark: |
Font | Displaying 'Montserrat' as the font family | :heavy_check_mark: |

## Home Page

Feature/Function | Description | Pass | Fail
------------ | ------------- | ------------- | -------------

0 comments on commit c2b70f5

Please sign in to comment.