A lightweight DIY alternative to services like Linktree https://yannmoelle.de
Go to file
2023-05-17 20:58:53 +02:00
css „css/skeleton-auto.css“ ändern 2023-05-05 10:14:03 +02:00
fonts Remove Google Fonts for GDPR Compliance 2023-02-17 13:19:13 +01:00
images Dateien hochladen nach „images/icons“ 2023-05-05 10:07:03 +02:00
.gitignore „.gitignore“ ändern 2023-04-14 17:52:21 +02:00
auto-update.sh „auto-update.sh“ ändern 2023-04-14 18:37:41 +02:00
index.html „index.html“ ändern 2023-05-05 10:16:33 +02:00
mylinks.conf „mylinks.conf“ hinzufügen 2023-04-14 18:22:51 +02:00
README.md „README.md“ ändern 2023-05-17 20:58:53 +02:00
update.sh „update.sh“ ändern 2023-04-14 18:30:04 +02:00

My Links

<html lang="en"> <head>
<!-- Themes:
        Auto:   css/skeleton-auto.css
        Light:  css/skeleton-light.css
        Dark:   css/skeleton-dark.css
 -->
<link rel="stylesheet" href="css/skeleton-auto.css">

<!-- Brand Styles -->
<link rel="stylesheet" href="css/brands.css">
</head>
    <!-- Your Image Here -->
    <img src="images/avatar.png" class="avatar" srcset="images/avatar@2x.png 2x" alt="LittleLink Logo">

    <!-- Title -->
    <h1 style="color:white;">Yann Mölle</h1>

    <!-- Short Bio -->
    <p style="color:white;">IT specialist @ ADAC Heliservice and self-employed IT Consultant | Hobby photographer and gearhead, technology & smart home enthusiast. <br>
    <br> 
    <a href="https://twitter.com/search?q=%23cybersec&src=hashtag_click">#cybersec</a>
    <a href="https://twitter.com/search?q=%23teamlinux&src=hashtag_click">#teamlinux</a> 
    <a href="https://twitter.com/search?q=%23cars&src=hashtag_click">#cars</a> and
    <a href="https://twitter.com/search?q=%23coffee&src=hashtag_click">#coffee</a>
    </p>
    <!--

    <!-- LinkedIn -->
    <a class="button button-linked zoom-box animate-zoom-1" href="https://de.linkedin.com/in/yannmoelle" target="_blank" rel="noopener">
        <img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
    <br>
   
    
    <!-- XING -->
    <a class="button button-xing zoom-box animate-zoom-2" href="https://www.xing.com/profile/Yann_Moelle" target="_blank" rel="noopener">
        <img class="icon" src="images/icons/xing.svg" alt="xing Logo">Xing</a>
    <br>

    <!-- Gitea -->
    <a class="button button-gitea zoom-box animate-zoom-3" href="https://git.moelle.space/hxcde" target="_blank" rel="noopener">
        <img class="icon" src="images/icons/gitea.svg" alt="Gitea Logo">Gitea</a>
    <br>

    <!-- GitHub -->
    <a class="button button-github zoom-box animate-zoom-4" href="https://github.com/hxcde" target="_blank" rel="noopener">
        <img class="icon" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
    <br>

    <!-- Twitter -->
    <a class="button button-twit zoom-box animate-zoom-5" href="https://twitter.com/hxcde" target="_blank" rel="noopener">
        <img class="icon" src="images/icons/twitter.svg" alt="Twitter Logo">Twitter</a>
    <br>

    <!-- Twitter -->
    <a class="button button-mcsc zoom-box animate-zoom-6" href="https://m-csc.de" target="_blank" rel="noopener">
        <img class="icon" src="images/icons/mcsc.svg" alt="MCSC Logo">My company</a>
    <br>

    <a style="font-size:24px;color:White;"><strong> Contact me </strong></a><br>
    <br>

    <!-- Email -->
    <a class="button button-default zoom-box animate-zoom-7" href="mailto:contact@yannmoelle.de" target="_blank" rel="noopener">
        <img class="icon" src="images/icons/email.svg" alt="Email Icon">Email</a>
    <br>


 <p><a href="https://git.moelle.space/hxcde/mylinks">This site on my Git</a></p>
   
  </div>
</div>
</html>