Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2015-12-uni-ffm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CmS
2015-12-uni-ffm
Commits
9f2d9691
Commit
9f2d9691
authored
12 years ago
by
Owen Versteeg
Browse files
Options
Downloads
Patches
Plain Diff
improved accessibility
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
parent
51a15b84
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+7
-7
7 additions, 7 deletions
index.html
with
7 additions
and
7 deletions
index.html
+
7
−
7
View file @
9f2d9691
...
...
@@ -66,7 +66,7 @@
try pressing
<a
href=
"#/2/1"
>
down
</a>
.
</p>
<a
href=
"#/2/1"
class=
"image"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
alt=
"Down arrow"
>
</a>
</section>
<section>
...
...
@@ -77,14 +77,14 @@
<h2>
Basement Level 2
</h2>
<p>
Cornify
</p>
<a
class=
"test"
href=
"http://cornify.com"
>
<img
width=
"280"
height=
"326"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif"
>
<img
width=
"280"
height=
"326"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif"
alt=
"Unicorn"
>
</a>
</section>
<section>
<h2>
Basement Level 3
</h2>
<p>
That's it, time to go back up.
</p>
<a
href=
"#/2"
class=
"image"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
style=
"-webkit-transform: rotate(180deg);"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
alt=
"Up arrow"
style=
"-webkit-transform: rotate(180deg);"
>
</a>
</section>
</section>
...
...
@@ -158,19 +158,19 @@
apply broader style changes, like switching the background.
</p>
<a
href=
"#/7/1"
class=
"image"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
alt=
"Down arrow"
>
</a>
</section>
<section
data-state=
"blackout"
>
<h2>
"blackout"
</h2>
<a
href=
"#/7/2"
class=
"image"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
alt=
"Down arrow"
>
</a>
</section>
<section
data-state=
"soothe"
>
<h2>
"soothe"
</h2>
<a
href=
"#/7/0"
class=
"image"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
style=
"-webkit-transform: rotate(180deg);"
>
<img
width=
"178"
height=
"238"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"
alt=
"Up arrow"
style=
"-webkit-transform: rotate(180deg);"
>
</a>
</section>
</section>
...
...
@@ -241,7 +241,7 @@ function linkify( selector ) {
<section>
<h2>
Spectacular image!
</h2>
<a
class=
"image"
href=
"http://hakim.se/experiments/html5/breakdom/"
target=
"_blank"
>
<img
width=
"320"
height=
"412"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/breakdom.png"
>
<img
width=
"320"
height=
"412"
src=
"https://s3.amazonaws.com/hakim-static/reveal-js/breakdom.png"
alt=
"BreakDOM game screenshot"
>
</a>
</section>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment