Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnetik/node-webid-report
https://github.com/magnetik/node-webid-report
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/magnetik/node-webid-report
- Owner: magnetik
- Created: 2012-01-05T17:50:47.000Z (about 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2012-01-25T15:28:21.000Z (almost 13 years ago)
- Last Synced: 2024-11-17T11:16:06.421Z (2 months ago)
- Language: JavaScript
- Homepage: http://magnetik.github.com/node-webid-report/
- Size: 2.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - magnetik/node-webid-report - (others)
README
#Report
Full HTML + CSS report project report.
Uses different technologies to be more attractive.
Online version @ http://magnetik.github.com/node-webid-report/
## Javascript
This report uses Jquery to generate some content.
* The table of content (TOC) is automatically generated by reading the list of HTML titles tags (h1 to h3).
* The side notes are automatically added in the margin in front of the text.
* Captions are automatically added under each image.
## HTML5
* The HTML 5 tags `` and ``## CSS
* [CSS2 Counter][1] for automatic numeration of titles (`h1` to `h3`).
* [CSS3][2] for
* Box shadow
* Selectors (such as `div[^id='sidenote']`)[1]: http://www.w3.org/TR/CSS2/generate.html
[2]: http://www.w3.org/TR/css3-background/