Skip to content

Commit

Permalink
Fix errors found by htmlproofer
Browse files Browse the repository at this point in the history
  • Loading branch information
radanskoric committed Oct 15, 2023
1 parent 3ad77bd commit 078a527
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 267 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
4 changes: 2 additions & 2 deletions presentations/large_refactoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3>Veličina kratkotrajne memorije?</h3>

<section>
Stenbergov eksperiment<br>
<img src="sternberg.gif" style="width: 50%">
<img src="sternberg.gif" alt="Sternberg short term memory model" style="width: 50%">
</section>
</section>

Expand Down Expand Up @@ -173,7 +173,7 @@ <h3>Kad ne bi trebali refaktorirat</h3>
<section>
<h3>Hvala!</h3>
http://www.toptal.com/ruby-on-rails/large-scale-refactoring
<img src="qrcode.svg" style="width: 50%">
<img src="qrcode.svg" alt="QR code for the blog post link" style="width: 50%">
</section>

</div>
Expand Down

0 comments on commit 078a527

Please sign in to comment.