Add attribution.
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
- Composer
|
- Composer
|
||||||
- Node.JS
|
- Node.JS
|
||||||
- Severe over-engineering
|
- Severe over-engineering
|
||||||
|
- Attribution
|
||||||
|
|
||||||
## 1.0
|
## 1.0
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user