Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add link to images’ source Credits copied from README. |
---|---|
Timelines: | family | ancestors | origin/gh-pages |
Files: | files | file ages | folders |
SHA3-256: |
9161b348fe86818165ba869773f965e0 |
User & Date: | joelcsalomon@gmail.com 2021-01-26 01:47:00.000 |
Context
2021-01-26
| ||
01:47 | Add link to images’ source Credits copied from README. Leaf check-in: 9161b348fe user: joelcsalomon@gmail.com tags: origin/gh-pages | |
2017-05-17
| ||
20:38 | Merge Aaron Toponce’s icon identification Closes #1. Leaf check-in: ee6a8edf6e user: joelcsalomon@gmail.com tags: trunk | |
Changes
Changes to index.html.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>WoT Chapter Icons</title> <style> img {vertical-align:middle;} dt {font-family:monospace;} </style> </head> <body> <h1>Wheel of Time Chapter Icons</h1> <dl> <dt><img src="Wheel-icon.svg" />Wheel-icon.svg</dt> <dd>The Wheel of Time: Used on title pages, as the chapter icon for prologues and some chapters, and at the end of chapters.</dd> <dt><img src="A'dam-icon.svg" />A'dam-icon.svg</dt> <dd><i>A’dam</i>: <i>Sul’dam</i>, & <i>damane</i>.</dd> | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>WoT Chapter Icons</title> <style> img {vertical-align:middle;} dt {font-family:monospace;} </style> </head> <body> <h1>Wheel of Time Chapter Icons</h1> <p>SVG versions of the chapter icons have been downloaded from <a href="http://wot.wikia.com/wiki/Category:Chapter_art">http://wot.wikia.com/wiki/Category:Chapter_art</a>, and are under the same license.</p> <dl> <dt><img src="Wheel-icon.svg" />Wheel-icon.svg</dt> <dd>The Wheel of Time: Used on title pages, as the chapter icon for prologues and some chapters, and at the end of chapters.</dd> <dt><img src="A'dam-icon.svg" />A'dam-icon.svg</dt> <dd><i>A’dam</i>: <i>Sul’dam</i>, & <i>damane</i>.</dd> |
︙ | ︙ |