mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 00:56:22 +02:00
46 lines
2.3 KiB
HTML
46 lines
2.3 KiB
HTML
<br>
|
|
|
|
<footer class="page-footer">
|
|
<div class="row m-0 p-3 d-flex align-items-center fg-theme">
|
|
<div class="col">
|
|
<div>Get in contact:</div>
|
|
</div>
|
|
<div class="col d-flex justify-content-end">
|
|
<div>
|
|
<a href="http://github.com/Stone-Red-Code"><img
|
|
src="https://img.icons8.com/ios-glyphs/30/000000/github.png" /></a>
|
|
<a href="http://discord.com/users/374173830819872789"><img
|
|
src="https://img.icons8.com/ios-glyphs/30/000000/discord-logo.png" /></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row m-0 p-3 justify-content-start bg-dark ">
|
|
<div class="col col-sm-4">
|
|
<h3>About me</h3>
|
|
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. A quia nihil
|
|
fugit<br>
|
|
repellendus, aut officia libero. Magnam nobis, cumque sint ea laudantium sequi illum saepe
|
|
harum<br>
|
|
voluptas excepturi aspernatur eveniet?</p>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<h3>Languages & Tools:</h3>
|
|
<a href="https://docs.microsoft.com/en-us/dotnet/csharp"><img
|
|
src="https://img.icons8.com/color/50/000000/c-sharp-logo.png" alt="C Sharp icon" height="40" /></a>
|
|
<a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5"><img
|
|
src="https://img.icons8.com/color/48/000000/html-5.png" alt="HTML 5 icon" height="40" /></a>
|
|
<a href="https://visualstudio.microsoft.com/vs"><img
|
|
src="https://img.icons8.com/fluent/50/000000/visual-studio-2019.png" alt="Visual Studio icon" height="40" /></a>
|
|
<a href="https://code.visualstudio.com/"><img
|
|
src="https://img.icons8.com/fluent/48/000000/visual-studio-code-2019.png" alt="Visual Studio Code icon" height="40" /></a>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<h3>Links</h3>
|
|
<div><a href="https://icons8.com">Icons8</a></div>
|
|
<div><a href="https://github.com/anuraghazra/github-readme-stats">GitHub-Readme-Stats</a></div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="row p-1 m-0 justify-content-center align-items-center bg-secondary">©2021 Copyright: Stone_Red
|
|
</div>
|
|
</footer> |