forked from mystiq/website
feat: add favicons
This commit is contained in:
parent
3af3c1c34c
commit
cecb0ebfbf
9 changed files with 21 additions and 3 deletions
23
index.html
23
index.html
|
@ -3,6 +3,24 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=, initial-scale=1.0" />
|
<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>
|
<title>Mystiq | Hyper-localized Social Media</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -130,10 +148,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media (max-width: 1025px) {
|
@media (max-width: 1025px) {
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%
|
height: 100%;
|
||||||
}
|
}
|
||||||
.text > h1 {
|
.text > h1 {
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
|
@ -149,7 +166,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
display:flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
|
BIN
static/img/favicon/android-chrome-192x192.png
Normal file
BIN
static/img/favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
BIN
static/img/favicon/android-chrome-512x512.png
Normal file
BIN
static/img/favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
static/img/favicon/apple-touch-icon.png
Normal file
BIN
static/img/favicon/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
BIN
static/img/favicon/favicon-16x16.png
Normal file
BIN
static/img/favicon/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 405 B |
BIN
static/img/favicon/favicon-32x32.png
Normal file
BIN
static/img/favicon/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 884 B |
BIN
static/img/favicon/favicon.ico
Normal file
BIN
static/img/favicon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
static/img/favicon/favicon_io.zip
Normal file
BIN
static/img/favicon/favicon_io.zip
Normal file
Binary file not shown.
1
static/img/favicon/site.webmanifest
Normal file
1
static/img/favicon/site.webmanifest
Normal 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"}
|
Loading…
Reference in a new issue