30 lines
No EOL
1.4 KiB
PHP
30 lines
No EOL
1.4 KiB
PHP
<?php
|
|
include "internal/header.php";
|
|
include "internal/footer.php";
|
|
|
|
getHeader("Jonas Leder", "home");
|
|
?>
|
|
<div class="center">
|
|
<img id="homeImage" src="img/bildHome.webp" data-noPreview="true">
|
|
<h2>Über mich</h2>
|
|
<p class="left block">Hallo, mein Name ist Jonas Leder. Ich bin aktuell Student an der Dualen Hochschule Baden-Württemberg in Mannheim Fachrichtung Angewandte Informatik.</p>
|
|
<p><a href="about.php"><button>Mehr</button></a></p>
|
|
<div class="spacer"></div>
|
|
|
|
<h2>Blog</h2>
|
|
<jl-blog_index id="blog"></jl-blog_index>
|
|
<div id="banner">
|
|
<h2>Banner</h2>
|
|
<a target="_blank" href="https://ipv6.he.net"><img src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3" data-noPreview="true"></a>
|
|
<a target="_blank" href="https://www.abuseipdb.com/user/45130"><img class="abuseIpImg" src="https://www.abuseipdb.com/contributor/45130.svg" data-noPreview="true"></a>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<?php
|
|
if (strpos($_SERVER['HTTP_HOST'], '.onion') == false) {
|
|
echo('<p class="breakWord">Diese Website ist auch als hidden Service unter folgendem URL zu erreichen: <a href="http://jonasledtmdcrenuxuobwqn3n6onq3smssicbeyocolgx4sk75xwmxqd.onion">jonasledtmdcrenuxuobwqn3n6onq3smssicbeyocolgx4sk75xwmxqd.onion</a></p>');
|
|
}
|
|
?>
|
|
</div>
|
|
<?php
|
|
getFooter();
|