feat: new logo + favicon

This commit is contained in:
httpjamesm 2022-12-28 00:34:15 -05:00
parent 0a525248ac
commit 1af311a614
4 changed files with 19 additions and 2 deletions

BIN
public/codecircles.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -81,6 +81,18 @@ body {
margin-top: 1rem;
}
.title {
display: flex;
width: 100%;
align-items: center;
gap: .5rem;
}
.logo {
width: 2rem;
height: 2rem;
}
@media screen and (max-width: 800px) {
body {
padding: 1rem;

View File

@ -7,12 +7,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none';"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';"
/>
<link rel="icon" href="/static/codecircles.png" />
</head>
<body>
<div class="container">
<div class="title">
<img class="logo" src="/static/codecircles.png" alt="4 circles with alternating colors between green and white" />
<h1>AnonymousOverflow</h1>
</div>
<h2>Get programming help without compromising your privacy.</h2>
<p>
AnonymousOverflow allows you to view StackOverflow threads

View File

@ -9,6 +9,7 @@
http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src {{ .imagePolicy }};"
/>
<link rel="icon" href="/static/codecircles.png" />
</head>
<body>
<div class="parent">