mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
Backgrounds now have low-res placeholders with seamless loading of the actual background for slow connections
This commit is contained in:
+64
-2
@@ -21,11 +21,12 @@
|
||||
<body>
|
||||
<nav>
|
||||
<a data-link="about" tabindex="1" href="#about">About me</a>
|
||||
<a data-link="socials" tabindex="3" href="#socials">Socials</a>
|
||||
<a data-link="projects" tabindex="2" href="#projects">Projects</a>
|
||||
<a data-link="socials" tabindex="2" href="#socials">Socials</a>
|
||||
<a data-link="projects" tabindex="3" href="#projects">Projects</a>
|
||||
</nav>
|
||||
<main>
|
||||
<section id="about">
|
||||
<div class="bg"></div>
|
||||
<article>
|
||||
<div>
|
||||
<h1>YouHaveTrouble</h1>
|
||||
@@ -44,6 +45,7 @@
|
||||
</section>
|
||||
<hr>
|
||||
<section id="socials">
|
||||
<div class="bg"></div>
|
||||
<h2>Socials</h2>
|
||||
<article>
|
||||
<a href="https://github.com/YouHaveTrouble" class="social-link" target="_blank" rel="external">
|
||||
@@ -90,6 +92,7 @@
|
||||
</section>
|
||||
<hr>
|
||||
<section id="projects">
|
||||
<div class="bg"></div>
|
||||
<h2>Projects</h2>
|
||||
<div class="project-scroller">
|
||||
<article>
|
||||
@@ -259,6 +262,65 @@
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<div class="project-logo">
|
||||
<img src="/img/interesting-website-of-the-day.png" alt="Interesting website of the day logo" draggable="false" loading="lazy">
|
||||
</div>
|
||||
<div class="description">
|
||||
<h3 class="title">Interesting website of the day</h3>
|
||||
<p>
|
||||
Daily showcase of interesting websites from my personal database.
|
||||
</p>
|
||||
<div class="links">
|
||||
<a href="https://interesting-website.yht.one" target="_blank" rel="external" title="Project's website">
|
||||
<button>
|
||||
<img src="img/icon/website.svg" alt="website" draggable="false">
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<div class="project-logo">
|
||||
<img src="/img/dumb-forks-generator.png" alt="Dumb forks generator logo" draggable="false" loading="lazy">
|
||||
</div>
|
||||
<div class="description">
|
||||
<h3 class="title">Dumb forks name generator</h3>
|
||||
<p>
|
||||
Small PHP name generator for dumb minecraft server software fork names.
|
||||
</p>
|
||||
<div class="links">
|
||||
<a href="https://dumbforks.yht.one" target="_blank" rel="external" title="Project's website">
|
||||
<button>
|
||||
<img src="img/icon/website.svg" alt="website" draggable="false">
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<div class="project-logo">
|
||||
<img src="/img/guess-the-anime.png" alt="Guess the anime logo" draggable="false" loading="lazy">
|
||||
</div>
|
||||
<div class="description">
|
||||
<h3 class="title">Guess the Anime</h3>
|
||||
<p>
|
||||
A web game where you guess an anime title based off blurred art and a synopsis.
|
||||
</p>
|
||||
<div class="links">
|
||||
<a href="https://guessanime.yht.one" target="_blank" rel="external" title="Project's website">
|
||||
<button>
|
||||
<img src="img/icon/website.svg" alt="website" draggable="false">
|
||||
</button>
|
||||
</a>
|
||||
<a href="https://github.com/YouHaveTrouble/GuessTheAnime" target="_blank" rel="external" title="Project's GitHub">
|
||||
<button>
|
||||
<img src="img/icon/github.svg" alt="github" draggable="false">
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user