2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 17:10:29 +01:00

add image

This commit is contained in:
Hendrik Niefeld 2019-12-12 07:56:24 +01:00
parent f6f390c601
commit 1f644874e5
4 changed files with 15 additions and 5 deletions

View File

@ -6,6 +6,6 @@ no_stats: true
exclude_from_sitemap: true exclude_from_sitemap: true
![Page not Found](/theme/images/content-404.webp){:class="image-text-560-315"} ![Page not Found](/theme/images/content-404.webp){:class="image-text-600-338"}
Trying to get where you want to go? This page isn't it. Sorry about that. If you're looking for what to do next, you could *take a look at our [summary.](/)* Trying to get where you want to go? This page isn't it. Sorry about that. If you're looking for what to do next, you could *take a look at our [summary.](/)*

View File

@ -4,6 +4,8 @@ save_as: blog/laying-foundation-for-fair-web-analytics/index.html
href: /blog/laying-foundation-for-fair-web-analytics/ href: /blog/laying-foundation-for-fair-web-analytics/
sitemap_priority: 0.7 sitemap_priority: 0.7
![Page not Found](/theme/images/blog-0010-milestone1.webp){:class="image-text-600-322"}
11 Dec 2019, Hendrik Niefeld 11 Dec 2019, Hendrik Niefeld
## Episode One — Laying the foundation for fair web analytics ## Episode One — Laying the foundation for fair web analytics
Milestone 1 is completed. This is what we've achieved in the last six weeks. Milestone 1 is completed. This is what we've achieved in the last six weeks.

View File

@ -591,13 +591,21 @@ img {
.image-text-custom { .image-text-custom {
margin: 10px 0 -15px 0; margin: 10px 0 -15px 0;
} }
.image-text-560-315 { .image-text-600-338 {
width: 560px; width: 600px;
height: 315px; height: 338px;
}
.image-text-600-322 {
width: 600px;
height: 322px;
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
.image-text-560-315 { .image-text-600-338 {
max-width:100%;
height: auto;
}
.image-text-600-322 {
max-width:100%; max-width:100%;
height: auto; height: auto;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB