add an onclick to the title logo
This commit is contained in:
parent
17a2c82fd1
commit
3f49ea6aa3
10
index.html
10
index.html
@ -14,7 +14,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<img src="assets/atari-rainbow.png" class="title-image">
|
<img src="assets/atari-rainbow.png" class="title-image" onclick="location.href='https://gmgauthier.com/'" type="button">
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p class="title-title" style="float-wrap: none">Atari Code</p>
|
<p class="title-title" style="float-wrap: none">Atari Code</p>
|
||||||
@ -25,10 +25,10 @@
|
|||||||
<p class="subtitle">A site devoted to learning to code on the Atari 8-Bit line of computers</p>
|
<p class="subtitle">A site devoted to learning to code on the Atari 8-Bit line of computers</p>
|
||||||
|
|
||||||
<div class="button-row" style="display: flex; float: top; align-content: center; justify-content: center">
|
<div class="button-row" style="display: flex; float: top; align-content: center; justify-content: center">
|
||||||
<button class="Start" onclick="location.href='#'" type="button">Home</button>
|
<button class="Start" onclick="location.href='#'" type="button">Posts</button>
|
||||||
<button class="Select" onclick="location.href='#'" type="button">Posts</button>
|
<button class="Select" onclick="location.href='#'" type="button">Code</button>
|
||||||
<button class="Option" onclick="location.href='#'" type="button">Code</button>
|
<button class="Option" onclick="location.href='#'" type="button">Videos</button>
|
||||||
<button class="Reset" onclick="location.href='#'" type="button">Videos</button>
|
<button class="Reset" onclick="location.href='#'" type="button">Misc</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user