https://github.com/derektypist/linking-to-external-websites
https://github.com/derektypist/linking-to-external-websites
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/derektypist/linking-to-external-websites
- Owner: derektypist
- Created: 2019-10-17T10:01:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T10:56:44.000Z (over 6 years ago)
- Last Synced: 2025-06-17T14:53:01.631Z (about 1 year ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linking to External Websites
Welcome to Linking to External Websites. The purpose is to link a web page (e.g. index.html) to external websites without leaving the web page (e.g. index.html).
## UX
As the user hovers over the link, the colour changes from green to orange. A tooltip is displayed.
As the user clicks on a link, a new window opens without leaving the web page.
Information Architecture - Sections - Celebrities, Professional Organisations and Football Leagues. Organising Principle - Interests.
## Features
Links to External Websites without leaving the web page.
## Technologies
* HTML5
* CSS3
## Testing
All links have been manually tested to ensure that they are pointing in the correct destination.
Links to External Websites open in a new window without leaving the web page.
## Deployment
Deployed on Github Pages https://derektypist.github.io/linking-to-external-websites
On AWS Cloud9 make sure README.md is deleted. Then use the commands
git init
git remote add origin https://github.com/derektypist/linking-to-external-websites
git pull origin master
git push --set-upstream origin master
git config --global user.name "Your name"
git config --global user.email you@example.com
Check git status using the command git status
To update any changes use the command git push in the terminal window.
## Credits
### Content
Font Roboto taken from fonts.google.com. Fallbacks are available. Alternative fonts include Arial, Verdana and other sans-serif fonts.