Added site description

This commit is contained in:
Stone-Red-Code
2021-03-18 22:02:23 +01:00
parent 63f4d71252
commit 7867c1ec1f
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ let image = {
(function main() { (function main() {
canvas = document.getElementById("mainpanel"); canvas = document.getElementById("mainpanel");
ctx = canvas.getContext("2d"); ctx = canvas.getContext("2d");
image.img.src = 'http://github.com/Stone-Red-Code.png'; image.img.src = 'https://github.com/Stone-Red-Code.png';
canvas.style.width = '100%'; canvas.style.width = '100%';
canvas.style.height = '100%'; canvas.style.height = '100%';
canvas.width = 1000; canvas.width = 1000;
+5
View File
@@ -5,6 +5,11 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stone-Red-Code</title> <title>Stone-Red-Code</title>
<meta content="Stone-Red-Code" property="og:title">
<meta content="Stone_Red's website" property="og:description">
<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="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
+1 -1
View File
@@ -1,7 +1,7 @@
<nav class="navbar navbar-expand-sm navbar-light sticky-top fg-theme"> <nav class="navbar navbar-expand-sm navbar-light sticky-top fg-theme">
<a class="navbar-brand" href="http://github.com/Stone-Red-Code"><img class="rounded" <a class="navbar-brand" href="http://github.com/Stone-Red-Code"><img class="rounded"
src="http://github.com/Stone-Red-Code.png" height="45" alt="Profile picture"></a> src="https://github.com/Stone-Red-Code.png" height="45" alt="Profile picture"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>