Skip to content

Commit a60560c

Browse files
committed
cleanup images and image paths
1 parent 0e61b67 commit a60560c

File tree

14 files changed

+4
-5
lines changed

14 files changed

+4
-5
lines changed

_includes/modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<div class="modal-content">
66
<h3>{{include.title}}</h3>
77
<img alt="{{include.title}}" height="450px"
8-
src="images/{{include.image}}" />
8+
src="images/demos/{{include.image}}" />
99
</div>
1010
</div>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

images/pic01.jpg

-11.1 KB
Binary file not shown.

images/pic02.jpg

-9.43 KB
Binary file not shown.

images/pic03.jpg

-10.9 KB
Binary file not shown.

images/pic04.jpg

-2.33 KB
Binary file not shown.

images/pic05.jpg

-2.22 KB
Binary file not shown.

images/python-plain.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2>About CodeRoad</h2>
3737
<div class="image" >
3838
<a id="atom-coderoad" href="#atom-coderoad-demo" class="modal-link">
3939
<img alt="Atom-CodeRoad Demo"
40-
src="images/atom-coderoad.jpg"/>
40+
src="images/demos/atom-coderoad.jpg"/>
4141
</a>
4242
</div>
4343

@@ -58,7 +58,7 @@ <h2>Inside Your Code Editor</h2>
5858
<div class="image">
5959
<a id="builder-coderoad" href="#builder-coderoad-demo" class="modal-link">
6060
<img alt="Builder CodeRoad Demo"
61-
src="images/builder-demo.jpg" />
61+
src="images/demos/builder-demo.jpg" />
6262
</a>
6363
</div>
6464
<div class="content">
@@ -74,7 +74,7 @@ <h2>Create your Own Tutorials</h2>
7474
<section class="spotlight wide">
7575
<div class="image">
7676
<img alt="Publish Tutorial"
77-
src="images/publish.png" />
77+
src="images/demos/publish.png" />
7878
</div>
7979
<div class="content">
8080
<h2>Publish Free & Open</h2>

0 commit comments

Comments
 (0)