feat: add favicons

This commit is contained in:
Aravinth Manivannan 2022-08-06 22:07:29 +05:30
parent 3af3c1c34c
commit cecb0ebfbf
Signed by untrusted user: realaravinth
GPG Key ID: AD9F0F08E855ED88
9 changed files with 21 additions and 3 deletions

View File

@ -3,6 +3,24 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=, initial-scale=1.0" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/static/img/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/static/img/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/static/img/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<title>Mystiq | Hyper-localized Social Media</title>
</head>
<body>
@ -130,10 +148,9 @@
*/
@media (max-width: 1025px) {
.hero {
align-items: center;
height: 100%
height: 100%;
}
.text > h1 {
font-size: 4rem;
@ -149,7 +166,7 @@
}
.text {
display:flex;
display: flex;
flex-direction: column;
margin: auto;
width: 50%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}