Add attribution.

This commit is contained in:
2019-03-28 16:10:58 +01:00
parent 42e9315dea
commit e650fc0953
4 changed files with 17 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
- Composer
- Node.JS
- Severe over-engineering
- Attribution
## 1.0

View File

@@ -21,6 +21,20 @@ body {
height: 100%;
}
#copyright-notice {
position: absolute;
right: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
padding: 3px;
border-bottom-left-radius: 3px;
&, & a {
color: white;
}
}
// Styles for the "Open" page
canvas {
@include full-screen;

View File

@@ -13,6 +13,7 @@
<body class="closed">
<div id="stop-overlay">
<div id="octagon"></div>
<div id="copyright-notice">© 2019 <a href="https://bertptrs.nl/">Bert Peters</a>.</div>
</div>
</body>
</html>

View File

@@ -12,5 +12,6 @@
</head>
<body class="open">
<canvas id="canvas">Je browser is een aardappel en ondersteunt geen HTML5 canvas, maar de bar is open.</canvas>
<div id="copyright-notice">© 2019 <a href="https://bertptrs.nl/">Bert Peters</a>.</div>
</body>
</html>