Skip to content

Commit a8cfae1

Browse files
committed
add description and quotation for svg icons
1 parent f5b4a1b commit a8cfae1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3 class="title-a">
7979
<div class="row justify-content-center">
8080
<div class="col-4">
8181
<div class="service-box text-center">
82-
<img class="rounded" src="$resources/img/iconWork.svg" alt="Generic placeholder image" width="150" height="150"/>
82+
<img class="rounded" src="$resources/img/iconWork.svg" alt="svg icon Violin SVG Vector from https://www.svgrepo.com/svg/188596/violin" width="150" height="150"/>
8383
<div class="service-content">
8484
<br/>
8585
<h2 class="s-title">
@@ -90,7 +90,7 @@ <h2 class="s-title">
9090
</div>
9191
<div class="col-4">
9292
<div class="service-box text-center">
93-
<img class="rounded" src="$resources/img/iconLetter.svg" alt="Generic placeholder image" width="150" height="150"/>
93+
<img class="rounded" src="$resources/img/iconLetter.svg" alt="svg icon Envelope SVG Vector from https://www.svgrepo.com/svg/513191/envelope" width="150" height="150"/>
9494
<div class="service-content">
9595
<br/>
9696
<h2 class="s-title">
@@ -103,7 +103,7 @@ <h2 class="s-title">
103103
<div class="row justify-content-center">
104104
<div class="col-4">
105105
<div class="service-box text-center">
106-
<img class="rounded" src="$resources/img/iconPerson.svg" alt="Generic placeholder image" width="150" height="150"/>
106+
<img class="rounded" src="$resources/img/iconPerson.svg" alt="svg icon Person Team SVG Vector from https://www.svgrepo.com/svg/484077/person-team" width="150" height="150"/>
107107
<div class="service-content">
108108
<br/>
109109
<h2 class="s-title">
@@ -114,7 +114,7 @@ <h2 class="s-title">
114114
</div>
115115
<div class="col-4">
116116
<div class="service-box text-center">
117-
<img class="rounded" src="$resources/img/iconInstitution.svg" alt="Generic placeholder image" width="150" height="150"/>
117+
<img class="rounded" src="$resources/img/iconInstitution.svg" alt="svg icon Company Group Agency Institution from https://www.svgrepo.com/svg/308223/company-group-agency-institution" width="150" height="150"/>
118118
<div class="service-content">
119119
<br/>
120120
<h2 class="s-title">
@@ -127,7 +127,7 @@ <h2 class="s-title">
127127
<div class="row justify-content-center">
128128
<div class="col-4" data-template="app-shared:if-matches" data-template-key="environment" data-template-value="development">
129129
<div class="service-box text-center">
130-
<img class="rounded" src="$resources/img/iconWriting.svg" alt="Generic placeholder image" width="150" height="150"/>
130+
<img class="rounded" src="$resources/img/iconWriting.svg" alt="svg icon book opened from https://www.svgrepo.com/svg/513173/book-opened" width="150" height="150" title=""/>
131131
<div class="service-content">
132132
<br/>
133133
<h2 class="s-title"><a class="nav-link-jra" href="registryWritings.html" onclick="pleaseWait()">Schriften</a></h2>

0 commit comments

Comments
 (0)