Skip to content

Commit 4f68dfc

Browse files
Added Blog Link to Info Page
1 parent 6aabe08 commit 4f68dfc

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

public/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,13 @@ body {
462462
font-family: "Tiny5";
463463
}
464464

465+
.info-text a {
466+
cursor: url("/assets/cursor-pointer.png"), pointer;
467+
text-decoration: none;
468+
color: #fff;
469+
-webkit-text-stroke: max(min(0.44vw, 2px), 1px) #000;
470+
}
471+
465472
.bottom {
466473
width: calc(100% - max(2.8vw, 35px));
467474
max-width: 600px;

views/main.ejs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@
173173
people who look, pause, and capture.<br /><br />Every upload is
174174
anonymous.<br />No personal information is collected.<br /><br />We
175175
reserve the right to remove any photos deemed inappropriate or
176-
irrelevant.
176+
irrelevant.<br /><br />Created by Charles Zhang. Check out my blog at
177+
<a href="https://inthecreat.ing">inthecreat.ing</a>
177178
</div>
178179
<div class="bottom">
179180
<% if (isAdmin) { %>

0 commit comments

Comments
 (0)