Mercurial > dottes
annotate dottes.html.tuneindex @ 608:b4eb1753c80f
Up the resolution of the web graphics.
This will result in increased image size, on the order of 18k->32k, but
I'm fed up with the blurriness of the current images. Ideally I'd move
to SVG for the web images, but Mick reckons that SVG support on mobile
browsers is still limited. Suspect he's probably right.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 04 Nov 2016 23:31:40 +0000 |
parents | afc031477784 |
children | dfdea8422368 |
rev | line source |
---|---|
224
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
1 <div class="dottes-tune-list-item"> |
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
2 <div class="dottes-tune-list-item-link"> |
588
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
Jim Hague <jim.hague@acm.org>
parents:
404
diff
changeset
|
3 <a class="dottes-tune-link" href="${name}.html">${title}</a> |
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
Jim Hague <jim.hague@acm.org>
parents:
404
diff
changeset
|
4 <a href="learner-${name}.html"> |
404
a6a096bb279a
Make learner icon smaller and put by tune name in tune list.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
5 <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner"> |
a6a096bb279a
Make learner icon smaller and put by tune name in tune list.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
6 </a> |
224
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
7 </div> |
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
8 <div class="dottes-tune-list-item-image"> |
588
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
Jim Hague <jim.hague@acm.org>
parents:
404
diff
changeset
|
9 <a href="${name}.html"> |
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
Jim Hague <jim.hague@acm.org>
parents:
404
diff
changeset
|
10 <img class="dottes-tune-table-image" src="firstline-${name}.png" |
afc031477784
Replace sed substitution with Python templating for HTML and LaTeX output.
Jim Hague <jim.hague@acm.org>
parents:
404
diff
changeset
|
11 alt="${title} first line"> |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
224
diff
changeset
|
12 </a> |
224
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
13 </div> |
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
Jim Hague <jim.hague@acm.org>
parents:
197
diff
changeset
|
14 </div> |