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

https://github.com/siddami/catmania

a simple multiple page website with an anchor tag linking the differnt pages together in simple html and using css for styling
https://github.com/siddami/catmania

Last synced: 9 months ago
JSON representation

a simple multiple page website with an anchor tag linking the differnt pages together in simple html and using css for styling

Awesome Lists containing this project

README

          

# MultiPage website

## This is for Techyjaunt Frontend development assessment 1

This assessment was don based on the following requirements:

Create a multipage website (it can be about anything)
1. There should be three pages that are linked together using anchor tags
2. First page (index.html) will be the home page containing info about your website. Should have some images. I should also be able to go to the top and bottom of your page without scrolling (tip: use tag and id attribute)
3. About us section will have an image of yourself along with a writeup about the author of the page(yourself)
4. A simple form to collect users name, email address, gender, message and a button to submit
5. Each pages must have anchor tags that link to the other pages