Skip to content

Commit 7bab054

Browse files
authored
Update index.html
1 parent 13b4e3c commit 7bab054

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h1>icon-pack-template-basic</h1>
8484

8585

8686
<content-image-spaced>
87-
<a href="images/images/icon-pack-template-basic-sample-4.png">
87+
<a href="images/icon-pack-template-basic-sample-4.png">
8888
<img src="images/icon-pack-template-basic-sample-4.png" height="500" />
8989
</a>
9090
</content-image-spaced>
@@ -149,8 +149,10 @@ <h2>A longer explanation for how to use the template:</h2>
149149
<li>Just a note about Android Studio - please be aware that it is very large and very slow and is hardly ever compatable with any older projects or examples that you are likely to download and try to use so you may have to persevere for a while to get anything to work - usually by repeatedly attempting to build the apk and then having to correct any errors listed in the build log (fix these errors by searching for answers on 'Stack Overflow' etc. or by updating the various Android Studio program elements and trying again).</li>
150150
<li>If you feel confident you can either rename the project (look for online tutorial if you are not sure how to do this) or start a new project using the built-in template 'Empty Views Activity' with the new name that you want and then copy all the files across from the downloaded template to this new project (this is not straightforward and takes a bit of time but it is a good place to learn the layout of all the different types of files inside an an app and where they are located - in general systematically copy one file at a time, moving the body of the code for each file from the downloaded template to the corresponding place in the new project (keeping the new projects package id's and label etc.) and then copy across and edit appropriately all the other associated references such as strings, values, drawables, menus, themes, gradle files etc. into the new project.</li>
151151
<br />
152-
152+
153+
<a href="images/icon-pack-template-basic-sample-layout-1.png">
153154
<img src="images/icon-pack-template-basic-sample-layout-1.png" alt="icon-pack-template-basic-sample-layout-1.png" width="50%">
155+
</a>
154156

155157
<br />
156158
<br />
@@ -276,7 +278,7 @@ <h4>To load the whole icon pack:</h4>
276278
<div class="grid-container-4-3-2-1">
277279

278280
<content-image-spaced>
279-
<a href="images/test-image-6a.png">
281+
<a href="images/icon-pack-template-basic-sample-6a.png">
280282
<img src="images/icon-pack-template-basic-sample-6a.png" width="100%" />
281283
</a>
282284
</content-image-spaced>
@@ -290,14 +292,14 @@ <h4>To load the whole icon pack:</h4>
290292

291293

292294
<content-image-spaced>
293-
<a href="images/test-image-6c.png">
295+
<a href="images/icon-pack-template-basic-sample-6c.png">
294296
<img src="images/icon-pack-template-basic-sample-6c.png" width="100%" />
295297
</a>
296298
</content-image-spaced>
297299

298300

299301
<content-image-spaced>
300-
<a href="images/test-image-6d.png">
302+
<a href="images/icon-pack-template-basic-sample-6d.png">
301303
<img src="images/icon-pack-template-basic-sample-6d.png" width="100%" />
302304
</a>
303305
</content-image-spaced>
@@ -314,28 +316,28 @@ <h4>To edit the icons individually:</h4>
314316
<div class="grid-container-4-3-2-1">
315317

316318
<content-image-spaced>
317-
<a href="images/test-image-6e.png">
319+
<a href="images/icon-pack-template-basic-sample-6e.png">
318320
<img src="images/icon-pack-template-basic-sample-6e.png" width="100%" />
319321
</a>
320322
</content-image-spaced>
321323

322324

323325
<content-image-spaced>
324-
<a href="images/test-image-6f.png">
326+
<a href="images/icon-pack-template-basic-sample-6f.png">
325327
<img src="images/icon-pack-template-basic-sample-6f.png" width="100%" />
326328
</a>
327329
</content-image-spaced>
328330

329331

330332
<content-image-spaced>
331-
<a href="images/test-image-6g.png">
333+
<a href="images/icon-pack-template-basic-sample-6g.png">
332334
<img src="images/icon-pack-template-basic-sample-6g.png" width="100%" />
333335
</a>
334336
</content-image-spaced>
335337

336338

337339
<content-image-spaced>
338-
<a href="images/test-image-6h.png">
340+
<a href="images/icon-pack-template-basic-sample-6h.png">
339341
<img src="images/icon-pack-template-basic-sample-6h.png" width="100%" />
340342
</a>
341343
</content-image-spaced>

0 commit comments

Comments
 (0)