Crafted by...

This commit is contained in:
bumi 2020-05-02 11:35:04 +02:00
parent db32d3ea4f
commit a54f78829e
2 changed files with 5 additions and 8 deletions

View File

@ -155,7 +155,7 @@ Colours
&:hover { &:hover {
opacity: 1; opacity: 1;
} }
a { a, a:visited {
color: #white; color: $white;
} }
} }

View File

@ -35,21 +35,18 @@
<section id="footer" class="section has-blue-bg"> <section id="footer" class="section has-blue-bg">
<div class="container has-text-centered"> <div class="container has-text-centered">
<a href="" class="is-size-4 social-link"> <a href="https://twitter.com/bumi" class="is-size-4 social-link">
<i class="fab fa-twitter"></i> <i class="fab fa-twitter"></i>
</a> </a>
<a href="" class="is-size-4 social-link"> <a href="https://github.com/bumi" class="is-size-4 social-link">
<i class="fab fa-github"></i> <i class="fab fa-github"></i>
</a> </a>
<a href="" class="is-size-4 social-link">
<i class="fab fa-dev"></i>
</a>
<p class="has-text-white is-size-7"> <p class="has-text-white is-size-7">
Crafted in Rwanda an Germany by <a href="https://twitter.com/bumi">@bumi</a>, <a href="https://twitter.com/musayann">@musayann</a> &amp; <a href="https://github.com/karemarsy">@karemarsy</a>
</p> </p>
</div> </div>
</section> </section>
</body> </body>
</html> </html>