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 - Composer
- Node.JS - Node.JS
- Severe over-engineering - Severe over-engineering
- Attribution
## 1.0 ## 1.0

View File

@@ -21,6 +21,20 @@ body {
height: 100%; 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 // Styles for the "Open" page
canvas { canvas {
@include full-screen; @include full-screen;

View File

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

View File

@@ -12,5 +12,6 @@
</head> </head>
<body class="open"> <body class="open">
<canvas id="canvas">Je browser is een aardappel en ondersteunt geen HTML5 canvas, maar de bar is open.</canvas> <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> </body>
</html> </html>