Skip to content

Commit 33bdcf2

Browse files
Merge pull request #108 from Milind712000/master
fixed alt attributes of images in Projects.html
2 parents db3872f + 451ed2e commit 33bdcf2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Projects.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h2>Recent Projects</h2>
116116

117117
<div class="row">
118118
<div class="col-md-4 col-sm-6 fh5co-project animate-box" data-animate-effect="fadeIn">
119-
<a href="https://github.com/codeuino/Social-Platform-Donut"><img src="images/social.PNG" alt="Free HTML5 Website Template by gettemplates.co"
119+
<a href="https://github.com/codeuino/Social-Platform-Donut"><img src="images/social.PNG" alt="Screenshot of Social Platform Donut"
120120
class="img-responsive">
121121
<div class="fh5co-copy">
122122
<h3>Donut</h3>
@@ -125,7 +125,7 @@ <h3>Donut</h3>
125125
</a>
126126
</div>
127127
<div class="col-md-4 col-sm-6 fh5co-project animate-box" data-animate-effect="fadeIn">
128-
<a href="https://github.com/codeuino/chat-platform"><img src="images/chat.png" alt="Free HTML5 Website Template by gettemplates.co"
128+
<a href="https://github.com/codeuino/chat-platform"><img src="images/chat.png" alt="Screenshot of codeuino chat-platform"
129129
class="img-responsive">
130130
<div class="fh5co-copy">
131131
<h3>Chat Platform</h3>
@@ -134,7 +134,7 @@ <h3>Chat Platform</h3>
134134
</a>
135135
</div>
136136
<div class="col-md-4 col-sm-6 fh5co-project animate-box" data-animate-effect="fadeIn">
137-
<a href="https://github.com/codeuino/Certificate-Generator"><img src="images/cop.jpg" alt="Free HTML5 Website Template by gettemplates.co"
137+
<a href="https://github.com/codeuino/Certificate-Generator"><img src="images/cop.jpg" alt="Screenshot of Codeuino Certificate-Generator"
138138
class="img-responsive">
139139
<div class="fh5co-copy">
140140
<h3>Certificate Generator</h3>

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h2>Recent Projects</h2>
227227

228228
<div class="row">
229229
<div class="col-md-4 col-sm-6 fh5co-project animate-box" data-animate-effect="fadeIn">
230-
<a href="https://github.com/codeuino/Social-Platform-Donut"><img src="images/social.PNG" alt="Free HTML5 Website Template by gettemplates.co"
230+
<a href="https://github.com/codeuino/Social-Platform-Donut"><img src="images/social.PNG" alt="Screenshot of Social-Platform-Donut"
231231
class="img-responsive">
232232
<div class="fh5co-copy">
233233
<h3>Donut</h3>
@@ -236,7 +236,7 @@ <h3>Donut</h3>
236236
</a>
237237
</div>
238238
<div class="col-md-4 col-sm-6 fh5co-project animate-box" data-animate-effect="fadeIn">
239-
<a href="https://github.com/codeuino/chat-platform"><img src="images/chat.png" alt="Free HTML5 Website Template by gettemplates.co"
239+
<a href="https://github.com/codeuino/chat-platform"><img src="images/chat.png" alt="Screenshot of Codeuino chat-platform"
240240
class="img-responsive">
241241
<div class="fh5co-copy">
242242
<h3>Chat plateform</h3>
@@ -245,7 +245,7 @@ <h3>Chat plateform</h3>
245245
</a>
246246
</div>
247247
<div class="col-md-4 col-sm-6 fh5co-project animate-box" data-animate-effect="fadeIn">
248-
<a href="https://github.com/codeuino/Certificate-Generator"><img src="images/cop.jpg" alt="Free HTML5 Website Template by gettemplates.co"
248+
<a href="https://github.com/codeuino/Certificate-Generator"><img src="images/cop.jpg" alt="Screenshot of Codeuino Certificate-Generator"
249249
class="img-responsive">
250250
<div class="fh5co-copy">
251251
<h3>Certificate Generator</h3>
@@ -282,7 +282,7 @@ <h2>GET INVOLVED</h2>
282282

283283
<h3><a href="#">Join our slack Channel</a></h3>
284284
<p class="author"><img src="images/slack.png"
285-
alt="Free HTML5 Bootstrap Template by gettemplates.co">
285+
alt="slack logo">
286286
Don't Wait, Connect right now .
287287
Get united in a common goal </p>
288288
<form>
@@ -297,7 +297,7 @@ <h3><a href="#">Join our slack Channel</a></h3>
297297
<div class="fh5co-post">
298298

299299
<h3><a href="#">Documentation</a></h3>
300-
<p class="author"><img src="images/code.png">Help to maintain CODEUINO's user and developer documentation. </p>
300+
<p class="author"><img src="images/code.png" alt="Codeuino logo">Help to maintain CODEUINO's user and developer documentation. </p>
301301

302302
<button type="submit" class="btn btn-danger" onclick="window.location.href='https://github.com/codeuino/codeuino-docs'">Contribute to documentation</button>
303303

@@ -309,7 +309,7 @@ <h3><a href="#">Documentation</a></h3>
309309

310310
<h3><a href="#">Engagement Team</a></h3>
311311
<p class="author"><img src="images/slack.png"
312-
alt=" "> Works on marketing, outreach, events and websites. It wants your help!</p>
312+
alt="slack logo"> Works on marketing, outreach, events and websites. It wants your help!</p>
313313
<form>
314314
<a href="https://join.slack.com/t/codeuino/shared_invite/enQtMzcxOTQwNzE4NzcxLWEyNzUxYjI0ZThiNWUyYWI5MzJlMTNmODMxN2NjMTcxODJkZmFhNTVkYmUyOTQ1YzgzNTlmMTVkYzVhMzdmNTQ" class="btn btn-danger">Join Engagement Team</a>
315315

0 commit comments

Comments
 (0)