mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 00:56:22 +02:00
90 lines
4.1 KiB
HTML
90 lines
4.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Stone-Red-Code</title>
|
|
<meta content="Stone-Red-Code" property="og:title">
|
|
<meta content="Stone_Red's website" property="og:description">
|
|
<meta name="Description" content="Stone_Red's website">
|
|
<meta content="https://stone-red-code.github.io" property="og:url">
|
|
<meta content="https://github.com/Stone-Red-Code.png" property="og:image">
|
|
<meta content="#D182EB" data-react-helmet="true" name="theme-color">
|
|
<link rel="icon" type="image/png" href="http://github.com/Stone-Red-Code.png"/>
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
|
|
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="style.css">
|
|
<noscript>
|
|
<h1 style="background-color: red;">IF YOU CAN READ THIS ENABLE JAVASCRIPT!<h1>
|
|
<style type="text/css">
|
|
.main {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</noscript>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container-fluid">
|
|
<!--Header-->
|
|
<div id="header-placeholder"></div>
|
|
<!--end Navigation bar-->
|
|
|
|
<!--Navigation bar-->
|
|
<div id="nav-placeholder"></div>
|
|
<!--end Navigation bar-->
|
|
|
|
<!--Main-->
|
|
<div class="container main">
|
|
<div class="row">
|
|
<div class="col-sm-8 d-flex justify-content-start">
|
|
<a href="http://github.com/Stone-Red-Code" aria-label="GitHub Link"><img class="stats"
|
|
src="https://github-readme-stats.vercel.app/api?username=Stone-Red-Code&show_icons=true&bg_color=40444B&theme=dark&hide_border=true&count_private=true" alt="GitHub stats"></a>
|
|
</div>
|
|
<div class="col d-flex justify-content-start">
|
|
<a href="http://github.com/Stone-Red-Code" aria-label="GitHub Link"><img class="mostUsedLangs"
|
|
src="https://github-readme-stats.vercel.app/api/top-langs/?username=Stone-Red-Code&exclude_repo=DesktopMagic&bg_color=40444B&theme=dark&hide_border=true)](https://github.com/anuraghazra/github-readme-stats" alt="GitHub stats" height="245"></a>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<div class="jumbotron">
|
|
<h2>About this site</h2>
|
|
<p>This site is not finished and it's still being worked on.<br>
|
|
Keep in mind, some things here are just placeholders and will be eventually replaced or
|
|
removed.<br>
|
|
On this page I will post all my current projects and updates.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<div class="jumbotron">
|
|
<h2>Discord Server</h2>
|
|
<h4>You want to share your open source project?</h4>
|
|
<p>If so share it with us!</p>
|
|
<h4>You search for contributors?</h4>
|
|
<p>Maybe you will find some on this server!</p>
|
|
<a href="https://discord.gg/euzy387dpu">Join Now</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--end Main-->
|
|
|
|
<!--Footer-->
|
|
<div id="footer-placeholder"></div>
|
|
<!--end Footer-->
|
|
</div>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.6.0.js"
|
|
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
|
|
crossorigin="anonymous"></script>
|
|
<script src="Scripts/loadNavBarAndFooter.js"></script>
|
|
</body>
|
|
|
|
</html> |