Skip to content

Commit c7a4523

Browse files
committed
Should fix the htmlproof errors.
1 parent 00c8e3e commit c7a4523

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<div class="wrapper">
2020
<header>
2121
<div id="logo">
22-
<img src="img/logo.svg">
22+
<img src="img/logo.svg" alt="Almost wish there was a number 3 near the lambda, don't you think?">
2323
</div>
2424
<div id="pitch">Portable console emulator for Windows</div>
25-
<img id="title_image" src="img/main.jpg" height="732" width="1366">
25+
<img id="title_image" src="img/main.jpg" height="732" width="1366" alt="Mmmm Monokai.">
2626
</header>
2727

2828
<main>
@@ -33,7 +33,7 @@ <h2 class="bit-1 copy"> Cmder is a software package created out of pure frustrat
3333
<section class="container information">
3434
<div class="bit-3">
3535
<div class="imgWrapper">
36-
<img src="img/conemu_thumb.png" alt="">
36+
<img src="img/conemu_thumb.png" alt="ConEmu, which is used in cmder.">
3737
</div>
3838
<h4>With help of the best</h4>
3939
<p>Think about cmder more as a software package than a separate app. All the magic is happening through
@@ -49,7 +49,7 @@ <h4>Total portability</h4>
4949
</div>
5050
<div class="bit-3">
5151
<div class="imgWrapper">
52-
<img src="img/git_thumb.png" alt="">
52+
<img src="img/git_thumb.png" alt="Look at all these neat binaries included.">
5353
</div>
5454
<h4>Git and others</h4>
5555
<p>Oooh yes! If you decide to use the

0 commit comments

Comments
 (0)