mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
added more projects
also fiexd weird scrolling bug
This commit is contained in:
@@ -22,6 +22,33 @@
|
|||||||
|
|
||||||
<!--Main-->
|
<!--Main-->
|
||||||
<div class="container main">
|
<div class="container main">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
<div class="jumbotron p-5">
|
||||||
|
<h2>Discord_Simple-Embed-Bot</h2>
|
||||||
|
<p>A bot that makes it very simple to post custom embeds.</p>
|
||||||
|
<ul style="list-style-type: none; padding: 0; margin: 0;">
|
||||||
|
<li><a href="https://github.com/Stone-Red-Code/Discord_Simple-Embed-Bot">GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
<div class="jumbotron p-5">
|
||||||
|
<h2>Stone_Red-C-Sharp-Utilities</h2>
|
||||||
|
<p>Adds useful C# methods.</p>
|
||||||
|
<br>
|
||||||
|
<p>Example: .Print() (Prints all elements of array or list)</p>
|
||||||
|
<ul style="list-style-type: none; padding: 0; margin: 0;">
|
||||||
|
<li><a href="https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities">GitHub</a></li>
|
||||||
|
<li><a href="https://www.nuget.org/packages/Stone_Red-C-Sharp-Utilities">NuGet</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="jumbotron p-5">
|
<div class="jumbotron p-5">
|
||||||
|
|||||||
@@ -15,11 +15,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
box-sizing: border-box;
|
||||||
padding-right: 1.9rem;
|
right: 15px;
|
||||||
/* Set the fixed height of the footer here */
|
left: 15px;
|
||||||
|
position: absolute;
|
||||||
|
/* Set the fixed height of the footer */
|
||||||
height: 255px;
|
height: 255px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user