mirror of
https://github.com/zoriya/RaccoonWebsite.git
synced 2025-12-05 23:46:09 +00:00
Adding contact in the footer.
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
<div class="container text-light">
|
||||
<hr style="padding-top: 50px;">
|
||||
<p>Footer</p>
|
||||
<hr>
|
||||
<div class="container text-light" style="padding-top: 20px; padding-bottom: 20px;">
|
||||
<hr style="background-color: white; opacity: 0.6;" />
|
||||
<p style="margin-left: 30px;">Contact: </p>
|
||||
<ul style="margin-left: 30px;">
|
||||
<li>
|
||||
<p><i class="fab fa-github"></i> Github: <a href="https://github.com/AnonymusRaccoon">@AnonymusRaccoon</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><i class="fab fa-twitter" style="color: #00aced;"></i> Twitter: <a href="https://twitter.com/AnonymusRaccoon">@AnonymusRaccoon</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><i class="fas fa-envelope"></i> Mail: <a href="mailto:tr.tristan-roux@outlook.fr">tr.tristan-roux@outlook.fr</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><i class="fab fa-discord" style="color: #7289DA;"></i> Discord: <a href="#">Anonymus Raccoon#9470</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
<hr style="background-color: white; opacity: 0.6;" />
|
||||
</div>
|
||||
@@ -10,6 +10,7 @@
|
||||
<link rel="stylesheet" href="../scss/custom.css" type="text/css">
|
||||
<link rel="stylesheet" href="../style.css" type="text/css">
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -17,7 +18,29 @@
|
||||
|
||||
<div class="container">
|
||||
<p>Add content here</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div class="bg-dark" id="footer"></div>
|
||||
|
||||
Reference in New Issue
Block a user