Skip to content

Commit 5782eb0

Browse files
Dr-N0RamZallan
authored andcommitted
Re Fix: Links (#228)
1 parent 07c933b commit 5782eb0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,11 @@ <h2 class="header">Things we've done</h2>
103103
</a>
104104
</div>
105105
<div class="col-3">
106-
<a href="https://github.com/ComputerScienceHouse/Arcade-Controls" target="_blank">
107-
<picture>
108-
<source srcset="https://assets.csh.rit.edu/pubsite/projects/arcade.webp" type="image/webp" />
109-
<source srcset="https://assets.csh.rit.edu/pubsite/projects/arcade.jpg" type="image/jpeg" />
110-
<img class="rounded" src="https://assets.csh.rit.edu/pubsite/projects/arcade.jpg" alt="Two custom arcade machines in the CSH library" />
111-
</picture>
112-
</a>
106+
<picture>
107+
<source srcset="https://assets.csh.rit.edu/pubsite/projects/arcade.webp" type="image/webp" />
108+
<source srcset="https://assets.csh.rit.edu/pubsite/projects/arcade.jpg" type="image/jpeg" />
109+
<img class="rounded" src="https://assets.csh.rit.edu/pubsite/projects/arcade.jpg" alt="Two custom arcade machines in the CSH library" />
110+
</picture>
113111
</div>
114112
<div class="col-3">
115113
<a href="https://github.com/ramzallan/tonic" target="_blank">
@@ -121,7 +119,7 @@ <h2 class="header">Things we've done</h2>
121119
</a>
122120
</div>
123121
<div class="col-3">
124-
<a href="https://github.com/ComputerScienceHouse/Harold" target="_blank">
122+
<a href="https://github.com/nfatkhiyev/Harold" target="_blank">
125123
<picture>
126124
<source srcset="https://assets.csh.rit.edu/pubsite/projects/harold.webp" type="image/webp" />
127125
<source srcset="https://assets.csh.rit.edu/pubsite/projects/harold.jpg" type="image/jpeg" />

0 commit comments

Comments
 (0)