mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
add image
This commit is contained in:
parent
f6f390c601
commit
1f644874e5
@ -6,6 +6,6 @@ no_stats: 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.](/)*
|
||||
|
@ -4,6 +4,8 @@ save_as: blog/laying-foundation-for-fair-web-analytics/index.html
|
||||
href: /blog/laying-foundation-for-fair-web-analytics/
|
||||
sitemap_priority: 0.7
|
||||
|
||||
![Page not Found](/theme/images/blog-0010-milestone1.webp){:class="image-text-600-322"}
|
||||
|
||||
11 Dec 2019, Hendrik Niefeld
|
||||
## Episode One — Laying the foundation for fair web analytics
|
||||
Milestone 1 is completed. This is what we've achieved in the last six weeks.
|
||||
|
@ -591,13 +591,21 @@ img {
|
||||
.image-text-custom {
|
||||
margin: 10px 0 -15px 0;
|
||||
}
|
||||
.image-text-560-315 {
|
||||
width: 560px;
|
||||
height: 315px;
|
||||
.image-text-600-338 {
|
||||
width: 600px;
|
||||
height: 338px;
|
||||
}
|
||||
.image-text-600-322 {
|
||||
width: 600px;
|
||||
height: 322px;
|
||||
}
|
||||
|
||||
@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%;
|
||||
height: auto;
|
||||
}
|
||||
|
BIN
homepage/theme/static/images/blog-0010-milestone1.webp
Normal file
BIN
homepage/theme/static/images/blog-0010-milestone1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
Loading…
Reference in New Issue
Block a user