|
@@ -17,6 +17,7 @@
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/main.css" />
|
|
<link rel="stylesheet" type="text/css" href="./css/main.css" />
|
|
<link rel="stylesheet" type="text/css" href="./css/simplecarousel.css" />
|
|
<link rel="stylesheet" type="text/css" href="./css/simplecarousel.css" />
|
|
|
|
+ <link rel="stylesheet" crossorigin href="./night-and-day/assets/index-U4nhAohf.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto|Oswald" rel="stylesheet" />
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto|Oswald" rel="stylesheet" />
|
|
</head>
|
|
</head>
|
|
|
|
|
|
@@ -39,6 +40,15 @@
|
|
<main>
|
|
<main>
|
|
<section id="prototype-section">
|
|
<section id="prototype-section">
|
|
<h2 id="prototypes">Prototypes</h2>
|
|
<h2 id="prototypes">Prototypes</h2>
|
|
|
|
+ <div class="project">
|
|
|
|
+ <div class="teaser">
|
|
|
|
+ <canvas class="night-and-day"></canvas>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="description">
|
|
|
|
+ <h3>Night and Day</h3>
|
|
|
|
+ <p>A breakout battle between two colors, as defined by random contrast bot RSS feed</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<div class="project">
|
|
<div class="project">
|
|
<div class="teaser">
|
|
<div class="teaser">
|
|
<a href="./rogueengine/vaporwave" target="_blank">
|
|
<a href="./rogueengine/vaporwave" target="_blank">
|
|
@@ -376,6 +386,7 @@
|
|
asteroidToy.init();
|
|
asteroidToy.init();
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
|
|
+ <script type="module" crossorigin src="./night-and-day/assets/index-e3_Ra-cR.js"></script>
|
|
<script>
|
|
<script>
|
|
(function (i, s, o, g, r, a, m) {
|
|
(function (i, s, o, g, r, a, m) {
|
|
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
|
|
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
|