update
This commit is contained in:
parent
46e59d3796
commit
1e2ac50ca3
@ -9,7 +9,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #f1faee;
|
background-color: #FFF7E1;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -22,11 +22,19 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: 6rem;
|
||||||
|
}
|
||||||
|
.img_1 {
|
||||||
|
height: 3rem;
|
||||||
|
}
|
||||||
|
.img_2 {
|
||||||
|
height: 25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .udalost:hover {
|
/* .udalost:hover {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
} */
|
} */
|
||||||
.udalost {
|
.udalost {
|
||||||
color: black;
|
color: #161340;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
BIN
img/polaroid-web-750.png
Normal file
BIN
img/polaroid-web-750.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 703 KiB |
BIN
img/pruh-web-1500.png
Normal file
BIN
img/pruh-web-1500.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
26
index.html
26
index.html
@ -4,17 +4,37 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta id="contentLanguage" http-equiv="Content-Language" content="cs_CZ" />
|
||||||
|
<meta
|
||||||
|
name="keywords"
|
||||||
|
content="pkm ples, pkm party ples, kc strelnice, absoloventsky ples turnov, gytu ples, gytu absoloventsky ples, jaroslav valkoun ples, dzarda ples, pavel mlejnek ples, oktava gytu"
|
||||||
|
/>
|
||||||
|
<!--<meta name="description" content="" />
|
||||||
|
<meta property="og:locale" content="cs_CZ" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="PKM PARTY PLES" />
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:site_name" content="pkmples.cz" />
|
||||||
|
<meta name="author" content="Fofrweb | https://fofrweb.com" />
|
||||||
|
<meta name="email" content="webmaster(@)fofrweb.com" />
|
||||||
|
<meta name="copyright" content="(c) pkmples.cz" />
|
||||||
|
<meta name="expires" content="never" />
|
||||||
|
<meta name="robots" content="index,follow" />
|
||||||
|
<meta name="Seznambot" content="index,follow" />
|
||||||
|
<meta name="Googlebot" content="index,follow" />
|
||||||
|
-->
|
||||||
|
<meta name="google-site-verification" content="95ajJo4LsoVNgG60HxS8CVzmIFHoj3w2NQ-H-YyijIw" />
|
||||||
<title>PKM PARTY PLES</title>
|
<title>PKM PARTY PLES</title>
|
||||||
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" />
|
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" />
|
||||||
<link rel="stylesheet" href="/css/styles.css" />
|
<link rel="stylesheet" href="/css/styles.css" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>PKM PARTY PLES</p>
|
<img src="/img/pruh-web-1500.png" alt="sponzoři" class="img_1" />
|
||||||
<p class="red">KC Střelnice, 7. 1. 2023</p>
|
<img src="/img/polaroid-web-750.png" alt="foto pozvánka" class="img_2" />
|
||||||
<a href="https://www.facebook.com/events/616074790100388" target="_blank" class="udalost">odkaz na událost</a>
|
<a href="https://www.facebook.com/events/616074790100388" target="_blank" class="udalost">odkaz na událost</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
2
robots.txt
Normal file
2
robots.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
User-Agent: *
|
||||||
|
Allow: /
|
Loading…
Reference in New Issue
Block a user