Deploying to gh-pages from @ koodiklinikka/palkkakysely@a6479f4af3 🚀

This commit is contained in:
Koodiklinikka Robot
2026-03-12 15:32:17 +00:00
parent 5972e2af27
commit b30ba668c7
9 changed files with 643 additions and 603 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5,21 +5,20 @@
<meta name="viewport" <meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<style>body { <style>@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
:root {
--fontstack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
padding: 1em; padding: 1em;
font:
18px/1.5 -apple-system, font-size: 18px;
BlinkMacSystemFont, line-height: 1.5;
"Segoe UI", font-family: var(--fontstack);
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
} }
body.static-body { body.static-body {
@@ -51,6 +50,7 @@ h1,
h2, h2,
h3 { h3 {
line-height: 1.2; line-height: 1.2;
font-family: Fustat, var(--fontstack);
} }
a:link { a:link {

View File

@@ -5,21 +5,20 @@
<meta name="viewport" <meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<style>body { <style>@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
:root {
--fontstack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
padding: 1em; padding: 1em;
font:
18px/1.5 -apple-system, font-size: 18px;
BlinkMacSystemFont, line-height: 1.5;
"Segoe UI", font-family: var(--fontstack);
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
} }
body.static-body { body.static-body {
@@ -51,6 +50,7 @@ h1,
h2, h2,
h3 { h3 {
line-height: 1.2; line-height: 1.2;
font-family: Fustat, var(--fontstack);
} }
a:link { a:link {

Binary file not shown.

View File

@@ -5,21 +5,20 @@
<meta name="viewport" <meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<style>body { <style>@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
:root {
--fontstack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
padding: 1em; padding: 1em;
font:
18px/1.5 -apple-system, font-size: 18px;
BlinkMacSystemFont, line-height: 1.5;
"Segoe UI", font-family: var(--fontstack);
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
} }
body.static-body { body.static-body {
@@ -51,6 +50,7 @@ h1,
h2, h2,
h3 { h3 {
line-height: 1.2; line-height: 1.2;
font-family: Fustat, var(--fontstack);
} }
a:link { a:link {
@@ -197,7 +197,7 @@ footer {
<footer> <footer>
Generoitu 2026-03-12 15:15:08.251060+00:00 Generoitu 2026-03-12 15:30:57.108903+00:00
</footer> </footer>
</body> </body>

File diff suppressed because one or more lines are too long

View File

@@ -7,14 +7,45 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<title>Koodiklinikan palkkakysely</title> <title>Koodiklinikan palkkakysely</title>
<style>
h1 {
text-align: center;
}
.years {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
}
.years li a {
display: block;
padding: 24px 48px;
border-radius: 8px;
color: #222;
text-decoration: none;
font-size: 2.2em;
font-weight: 600;
}
.years li a:hover {
filter: brightness(1.1);
}
.y2025 a { background: #4ade80; }
.y2024 a { background: #60a5fa; }
.y2023 a { background: #a78bfa; }
.y2022 a { background: #fb923c; }
.y2021 a { background: #2dd4bf; }
</style>
</head> </head>
<body> <body>
<h1>Koodiklinikan palkkakysely</h1> <h1>Koodiklinikan palkkakysely</h1>
<ul> <ul class="years">
<li><a href="2021/">2021</a></li> <li class="y2025"><a href="2025/">2025</a></li>
<li><a href="2022/">2022</a></li> <li class="y2024"><a href="2024/">2024</a></li>
<li><a href="2023/">2023</a></li> <li class="y2023"><a href="2023/">2023</a></li>
<li><a href="2024/">2024</a></li> <li class="y2022"><a href="2022/">2022</a></li>
<li class="y2021"><a href="2021/">2021</a></li>
</ul> </ul>
</body> </body>
</html> </html>

View File

@@ -1,12 +1,21 @@
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
:root {
--fontstack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body { body {
max-width: 650px; max-width: 650px;
margin: 40px auto; margin: 40px auto;
padding: 0 10px; padding: 0 10px;
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 18px;
line-height: 1.5;
font-family: var(--fontstack);
} }
h1, h2, h3 { h1, h2, h3 {
line-height: 1.2 line-height: 1.2;
font-family: Fustat, var(--fontstack);
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {