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