Skip to content

Commit

Permalink
Fix errors found by htmlproofer
Browse files Browse the repository at this point in the history
It's mostly missing alt attributes on images and
some errors on reveal.js notes server component which
I am not actually using.
  • Loading branch information
radanskoric committed Oct 15, 2023
1 parent 3ad77bd commit a8476ac
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 1,041 deletions.
4 changes: 2 additions & 2 deletions presentations/agile_and_friends/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h3>The birth of the <i>Agile Manifesto</i></h3>

<section>
<h2>The Agile Manifesto</h2>
<a href="http://agilemanifesto.org/">agilemanifesto.org</a>
<a href="https://agilemanifesto.org/">agilemanifesto.org</a>
</section>

<section>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h2>The Agile Manifesto</h2>
<h2>Scrum</h2>
<p class="fragment" data-fragment-index="0">
Sprint - timeboxed effort
<img src='sprints.png' style="border: none; box-shadow: none"/>
<img src='sprints.png' alt="Image of a sprint on a timeline" style="border: none; box-shadow: none" />
</p>
<div class="fragment scrum" data-fragment-index="1" style="width: 50%">
Sprint planning
Expand Down
57 changes: 0 additions & 57 deletions presentations/agile_and_friends/plugin/notes-server/client.js

This file was deleted.

59 changes: 0 additions & 59 deletions presentations/agile_and_friends/plugin/notes-server/index.js

This file was deleted.

142 changes: 0 additions & 142 deletions presentations/agile_and_friends/plugin/notes-server/notes.html

This file was deleted.

10 changes: 5 additions & 5 deletions presentations/business_logic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2>Business logic is usually the fastest changing code in the system</h2>
</section>

<section>
<img src="./images/MVC-Process.svg" />
<img src="./images/MVC-Process.svg" alt="MVC process" />
</section>

<section>
Expand All @@ -155,7 +155,7 @@ <h3>All in the models</h3>
</section>

<section>
<img src="./images/all-in-the-model.svg" />
<img src="./images/all-in-the-model.svg" alt="All logic in the model" />
</section>

<section>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h3>All in the controllers</h3>
</section>

<section>
<img src="./images/all-in-controllers.svg" />
<img src="./images/all-in-controllers.svg" alt="All logic in the controller" />
</section>

<section>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h3>Service objects</h3>
</section>

<section>
<img src="./images/service-objects.svg" />
<img src="./images/service-objects.svg" alt="Service objects" />
</section>

<section>
Expand Down Expand Up @@ -252,7 +252,7 @@ <h3>Form / Business action objects</h3>
</section>

<section>
<img src="./images/ba-objects.svg" />
<img src="./images/ba-objects.svg" alt="Business action objects" />
</section>

<section>
Expand Down
57 changes: 0 additions & 57 deletions presentations/business_logic/plugin/notes-server/client.js

This file was deleted.

Loading

0 comments on commit a8476ac

Please sign in to comment.