Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iturres/rolex_tribute-page
A tribute page to Hans Wilsdorf - The founder of Rolex
https://github.com/iturres/rolex_tribute-page
Last synced: 25 days ago
JSON representation
A tribute page to Hans Wilsdorf - The founder of Rolex
- Host: GitHub
- URL: https://github.com/iturres/rolex_tribute-page
- Owner: ITurres
- Created: 2022-07-09T04:14:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T01:41:40.000Z (over 2 years ago)
- Last Synced: 2024-12-06T07:54:37.198Z (28 days ago)
- Language: HTML
- Homepage: https://iturres.github.io/Rolex_Tribute-Page/
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rolex_Tribute-Page
A tribute page to Hans Wilsdorf - The founder of RolexThe page was coded on FCC for FCC.
User Stories:
1) Tribute page has a main element with a corresponding id of main, which contains all other elements.
2) There is an element with an id of title, which contains a string (i.e. text), that describes the subject of the tribute page.
3) You should see a figure element with an id of img-div.
4) Within the #img-div element, there is an img element with a corresponding id="image".
5) Within the #img-div element, you should see an element with a corresponding id="img-caption" that contains textual content describing the image shown in #img-div.
6) There is an element with a corresponding id="tribute-info", which contains textual content describing the subject of the tribute page.
7) You should see an a element with a corresponding id="tribute-link", which links to an outside site, that contains additional information about the subject of the tribute page.
8) the #image uses a max-width and height properties to resize responsively, relative to the width of its parent element, without exceeding its original size.
9 The img element is centered within its parent element.