Skip to content

Commit a00765a

Browse files
author
Paul Adams
committed
Update image URLs in projects page
1 parent 6ac4294 commit a00765a

File tree

1 file changed

+36
-9
lines changed

1 file changed

+36
-9
lines changed

pages/projects.html

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,42 @@ <h2>OldSkool Demoscene</h2>
88
by the Amiga's X-Copy.
99
</p>
1010
<div class="project-gallery">
11-
<img src="/assets/bbs-intro.png" alt="BBS Intro" />
12-
<img src="/assets/bbs-intro-2.png" alt="BBS Intro 2" />
13-
<img src="/assets/hack-intro.png" alt="Hack Intro" />
14-
<img src="/assets/plasma.png" alt="Plasma Effect" />
15-
<img src="/assets/2d-bumpmapping.png" alt="2D Bump Mapping" />
16-
<img src="/assets/clothsim.png" alt="Cloth Simulation" />
17-
<img src="/assets/dolphin-swim.png" alt="Dolphin Swim" />
18-
<img src="/assets/water-duck.png" alt="Water Duck" />
19-
<img src="/assets/xcopy-pc.png" alt="X-Copy PC" />
11+
<img
12+
src="https://github.com/majiccode/OldSkool/blob/master/bbs-intro.png?raw=true"
13+
alt="BBS Intro"
14+
/>
15+
<img
16+
src="https://github.com/majiccode/OldSkool/blob/master/bbs-intro-2.png?raw=true"
17+
alt="BBS Intro 2"
18+
/>
19+
<img
20+
src="https://github.com/majiccode/OldSkool/blob/master/hack-intro.png?raw=true"
21+
alt="Hack Intro"
22+
/>
23+
<img
24+
src="https://github.com/majiccode/OldSkool/blob/master/plasma.png?raw=true"
25+
alt="Plasma Effect"
26+
/>
27+
<img
28+
src="https://github.com/majiccode/OldSkool/blob/master/2d-bumpmapping.png?raw=true"
29+
alt="2D Bump Mapping"
30+
/>
31+
<img
32+
src="https://github.com/majiccode/OldSkool/blob/master/clothsim.png?raw=true"
33+
alt="Cloth Simulation"
34+
/>
35+
<img
36+
src="https://github.com/majiccode/OldSkool/blob/master/dolphin-swim.png?raw=true"
37+
alt="Dolphin Swim"
38+
/>
39+
<img
40+
src="https://github.com/majiccode/OldSkool/blob/master/water-duck.png?raw=true"
41+
alt="Water Duck"
42+
/>
43+
<img
44+
src="https://github.com/majiccode/OldSkool/blob/master/xcopy-pc.png?raw=true"
45+
alt="X-Copy PC"
46+
/>
2047
</div>
2148
<p>
2249
The code is a snapshot of the demoscene and hacking mentality of the time –

0 commit comments

Comments
 (0)