1
0
mirror of https://github.com/byReqz/byreqz.de.git synced 2025-06-16 07:57:48 +00:00

updated some more grammar, fixed an icon and visibility

This commit is contained in:
Nils
2019-08-31 22:25:25 +02:00
parent b45757e825
commit abb1faf856
5 changed files with 34 additions and 29 deletions

View File

@ -35,7 +35,7 @@
<li>
<img class="bg-image" id="slide-image-1">
<div class="caption center-align" style="margin-top:90px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);">
<h3 style="color:#8CE2B4;">A passionate hobby coder</h3>
<h3 style="color:#8CE2B4;">a passionate hobby coder</h3>
<h5 class="light grey-text text-lighten-3">Im developing (probably bad) software and websites for myself and everyone else!</h5>
</div>
</li>
@ -62,7 +62,7 @@
<div class="social-links" style="margin-right:50px;margin-top:25px;">
<a href="https://twitter.com/byreqz" target="_blank" ><i class="fa fa-twitter fa-2x" style="color:#fff;" title="Twitter" ></i></a>
<a href="https://steamcommunity.com/id/byreqz" target="_blank" ><i class="fa fa-steam fa-2x " style="color:#fff;" title="Steam"></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" ><i class="fa fa-microphone fa-2x" style="color:#fff;" title="Discord" ></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" ><i class="fa fa-discord fa-2x" style="color:#fff;" title="Discord" ></i></a>
</div>
</div>
</div>
@ -100,7 +100,7 @@
<li><a href="index.html" class="active"><i class="fa fa-home fa-2x"></i> Home</a></li>
<li><a href="projects/index.html" class="side--projects"><i class="fa fa-code fa-2x"></i> Projects</a></li>
<li><a href="about/index.html" class="side--about"><i class="fa fa-child fa-2x"></i> About me</a></li>
<li><a href="contact/index.html" class="side--contact"><i class="fas fa-paper-plane fa-2x"></i> Contact</a></li>
<li><a href="contact/index.html" class="side--contact"><i class="fa fa-send fa-2x"></i> Contact</a></li>
</ul>
</div>
</div>