Added github page

This commit is contained in:
Owen Quinlan 2021-08-05 16:06:56 +10:00
parent 18e009def6
commit 149f798108
5 changed files with 67 additions and 4 deletions

View file

@ -33,7 +33,7 @@
<!-- Main body of page --> <!-- Main body of page -->
<div class="nes-container is-dark with-title full-page"> <div class="nes-container is-dark with-title full-page">
<p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a></p> <p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a> - <a href="/github.html"> GitHub </a></p>
<div class="nes-container is-rounded is-dark center-text"> <div class="nes-container is-rounded is-dark center-text">
<h1>About</h1><br> <h1>About</h1><br>
<p> <p>

View file

@ -33,7 +33,7 @@
<!-- Main body of page --> <!-- Main body of page -->
<div class="nes-container is-dark with-title full-page"> <div class="nes-container is-dark with-title full-page">
<p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a></p> <p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a> - <a href="/github.html"> GitHub </a></p>
<div class="nes-container is-rounded is-dark center-text"> <div class="nes-container is-rounded is-dark center-text">
<h1>DLSS</h1> <h1>DLSS</h1>
<picture> <picture>

63
github.html Normal file
View file

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height">
<meta name="description" content="">
<meta name="author" content="BuyMyMojo">
<meta name="keywords" content="BuyMyMojo, mojo, ">
<title></title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- <link rel="stylesheet" media="screen" href="./node_modules/nes.css/css/nes.min.css"> -->
<link rel="preload" href="./node_modules/nes.css/css/nes.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="./node_modules/nes.css/css/nes.min.css"></noscript>
<!-- <link rel="stylesheet" media="screen" href="./node_modules/hint.css/hint.min.css"> -->
<link rel="preload" href="./node_modules/hint.css/hint.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="./node_modules/hint.css/hint.min.css"></noscript>
<link rel="stylesheet" media="screen" href="./bmm.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body style="background-color: #212529;">
<!-- Include quicklink from dist -->
<script defer src="./node_modules/quicklink/dist/quicklink.umd.js"></script>
<!-- Initialize (you can do this whenever you want) -->
<script defer>
window.addEventListener('load', () => {
quicklink.listen();
});
</script>
<!-- Main body of page -->
<div class="nes-container is-dark with-title">
<p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a> - <a href="/github.html"> GitHub </a></p>
<div class="nes-container is-rounded is-dark center-text">
<h1>Github stuff</h1><br />
<p>I'm just gonna list out some of my github projects and stuff to track my coding progress.</p>
<br>
<div class="nes-container is-rounded is-dark center-text">
<h2>Github repos:</h2><br />
<form method="get" action="https://github.com/BuyMyMojo/buymymojo.net"><button type="submit" class="nes-btn is-success">This website!</button></form><br />
<form method="get" action="https://github.com/BuyMyMojo/Image-Based-EAX"><button type="submit" class="nes-btn is-success">Discord bot centered on image modification</button></form><br />
<form method="get" action="https://github.com/BuyMyMojo/Video-FPS-overlay"><button type="submit" class="nes-btn is-success">Digitalfoundry FPS overlay</button></form><br />
</div>
<div class="nes-container is-rounded is-dark center-text">
<h2>Wakatime</h2><br />
<p>time spent on this website since using waka time: <img src="https://wakatime.com/badge/github/BuyMyMojo/buymymojo.net.svg" /></p><br />
<figure><embed src="https://wakatime.com/share/@BuyMyMojo/f3ac7cc4-75a4-40a9-8e82-dcdfdd5755ea.svg" width="50%"></embed></figure><br />
<figure><embed src="https://wakatime.com/share/@BuyMyMojo/bd80f01c-94ab-4d2d-82e9-f4d38c3d0aa0.svg" width="50%"></embed></figure><br />
<figure><embed src="https://wakatime.com/share/@BuyMyMojo/ca3f701c-fe95-41ee-a102-8d777a246bb0.svg" width="50%"></embed></figure><br />
</div>
</div>
</div>
</body>
</html>

View file

@ -42,7 +42,7 @@
<!-- Main body of page --> <!-- Main body of page -->
<div class="nes-container is-dark with-title"> <div class="nes-container is-dark with-title">
<p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a></p> <p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a> - <a href="/github.html"> GitHub </a></p>
<h1 style="text-align: center;">BuyMyMojo</h1> <h1 style="text-align: center;">BuyMyMojo</h1>
<div class="nes-container is-rounded is-dark center-text"> <div class="nes-container is-rounded is-dark center-text">
<h4>Yes another redesign...</h2><br> <h4>Yes another redesign...</h2><br>

View file

@ -39,7 +39,7 @@
<!-- Main body of page --> <!-- Main body of page -->
<div class="nes-container is-dark with-title full-page"> <div class="nes-container is-dark with-title full-page">
<p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a></p> <p class="title"><a href="/"> home </a> - <a href="/about.html"> about </a> - <a href="/dlss.html"> DLSS </a> - <a href="/github.html"> GitHub </a></p>
<div class="nes-container is-rounded is-dark center-text"> <div class="nes-container is-rounded is-dark center-text">
<p>OwO</p> <p>OwO</p>
</div> </div>