remove link from button
This commit is contained in:
parent
03351f5c71
commit
42049f4112
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
<img data-noPreview="true" id="homeImage" src="/API/getFile.php?filename=img/bildHome.webp">
|
||||
<h2>Über mich</h2>
|
||||
<p class="left block">Hallo, mein Name ist Jonas Leder. Ich bin aktuell Auszubildender in Fachrichtung Fachinformatiker für Anwendungsentwicklung.</p>
|
||||
<p><a href="about.html">
|
||||
<button>Mehr</button>
|
||||
</a></p>
|
||||
<p>
|
||||
<button onclick="window.location.href='about.html';">Mehr</button>
|
||||
</p>
|
||||
<div class="spacer"></div>
|
||||
|
||||
<h2>Blog</h2>
|
||||
|
|
Loading…
Reference in a new issue