Files
Stone-Red-Code.github.io/projects.html
T
Stone-Red-Code 69eac0b9ca Projects bow sync with my GH profile
- Projects bow sync with my GH profile
- Updated about me
2021-05-03 13:57:16 +02:00

43 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects</title>
<meta name="Description" content="Stone_Red's website">
<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">
</head>
<body>
<div class="container-fluid">
<!--Header-->
<div id="header-placeholder"></div>
<!--end Navigation bar-->
<!--Navigation bar-->
<div id="nav-placeholder"></div>
<!--end of Navigation bar-->
<!--Main-->
<div class="container main" id="projectslist"></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>
<script src="Scripts/loadProjects.js"></script>
</body>
</html>