An open API service indexing awesome lists of open source software.

https://github.com/derektypist/linking-to-external-websites


https://github.com/derektypist/linking-to-external-websites

Last synced: 8 months ago
JSON representation

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.