Clean up index.htl

This commit is contained in:
timmypidashev
2021-09-22 12:13:50 -07:00
parent d7130929d8
commit 54361ac79b

View File

@@ -33,6 +33,7 @@
</div>
<!-- Content -->
<!-- Section -->
<section class="centered">
<div>
<h1 class="hero__header pink__colored" data-aos="fade-right">Hello, Im</h1>
@@ -41,6 +42,8 @@
</div>
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
</section>
<!-- Section -->
<section class="centered">
<div>
<h1 class="about__header" data-aos="zoom-out">
@@ -54,40 +57,59 @@
</div>
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
</section>
<!-- End of Page -->
<div id="end__of__page" class="centered">
<!-- First Row -->
<div class="row">
<!-- Youtube -->
<div class="logo">
<a href="https://www.youtube.com/channel/UCEpaCDz-wZ21kR8nA8xDSzg" target="_blank">
<img src="images/elements/png/youtube.png" alt="youtube logo" data-aos="fade-left" class="logo__image">
</a>
</div>
<!-- Twitter -->
<div class="logo">
<a href="https://twitter.com/Timothy89184676" target="_blank">
<img src="images/elements/png/twitter.png" alt="twitter logo" data-aos="zoom-in" class="logo__image">
</a>
</div>
<!-- Discord -->
<div class="logo">
<a href="https://discord.gg/34RqygKbtX" target="_blank">
<img src="images/elements/png/discord.png" alt="discord logo" data-aos="fade-right" class="logo__image">
</a>
</div>
</div>
<!-- Second Row -->
<div class="row">
<!-- Itch -->
<div class="logo">
<a href="https://timmyverybored.itch.io/" target="_blank">
<img src="images/elements/png/itch.png" alt="itch logo" data-aos="fade-right" class="logo__image">
</a>
</div>
<!-- Github -->
<div class="logo">
<a href="https://github.com/timmypidashev" target="_blank">
<img src="images/elements/png/github.png" alt="github logo" data-aos="zoom-out" class="logo__image">
</a>
</div>
<!-- Gmail -->
<div class="logo">
<a href="mailto: pidashev.tim@gmail.com" target="_blank">
<img src="images/elements/png/gmail.png" alt="gmail logo" data-aos="fade-left" class="logo__image">
</a>
</div>
</div>
</div>