From 0132e6ebecd4741b9e9449260e494063b545294c Mon Sep 17 00:00:00 2001 From: Thijs Paelman Date: Thu, 8 Jun 2023 22:57:32 +0200 Subject: images: fix placeholder favicons Fix typos in blog Delete placeholder favicons Replace some by the Ouroboros logo --- content/en/blog/20220212-tcp-ip-architecture.md | 6 +++--- themes/docsy/static/favicons/android-144x144.png | Bin 4299 -> 2877 bytes themes/docsy/static/favicons/android-192x192.png | Bin 5264 -> 3369 bytes themes/docsy/static/favicons/android-36x36.png | Bin 980 -> 471 bytes themes/docsy/static/favicons/android-48x48.png | Bin 1071 -> 677 bytes themes/docsy/static/favicons/android-72x72.png | Bin 1926 -> 1162 bytes themes/docsy/static/favicons/android-96x196.png | Bin 2309 -> 0 bytes themes/docsy/static/favicons/android-96x96.png | Bin 0 -> 1760 bytes .../static/favicons/apple-touch-icon-180x180.png | Bin 4748 -> 3198 bytes themes/docsy/static/favicons/pwa-192x192.png | Bin 5264 -> 3369 bytes themes/docsy/static/favicons/pwa-512x512.png | Bin 20743 -> 0 bytes themes/docsy/static/favicons/tile150x150.png | Bin 8985 -> 0 bytes themes/docsy/static/favicons/tile310x150.png | Bin 11661 -> 0 bytes themes/docsy/static/favicons/tile310x310.png | Bin 23621 -> 0 bytes themes/docsy/static/favicons/tile70x70.png | Bin 3592 -> 0 bytes 15 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 themes/docsy/static/favicons/android-144x144.png mode change 100755 => 100644 themes/docsy/static/favicons/android-192x192.png mode change 100755 => 100644 themes/docsy/static/favicons/android-36x36.png mode change 100755 => 100644 themes/docsy/static/favicons/android-48x48.png mode change 100755 => 100644 themes/docsy/static/favicons/android-72x72.png delete mode 100755 themes/docsy/static/favicons/android-96x196.png create mode 100644 themes/docsy/static/favicons/android-96x96.png mode change 100755 => 100644 themes/docsy/static/favicons/apple-touch-icon-180x180.png mode change 100755 => 100644 themes/docsy/static/favicons/pwa-192x192.png delete mode 100755 themes/docsy/static/favicons/pwa-512x512.png delete mode 100755 themes/docsy/static/favicons/tile150x150.png delete mode 100755 themes/docsy/static/favicons/tile310x150.png delete mode 100755 themes/docsy/static/favicons/tile310x310.png delete mode 100755 themes/docsy/static/favicons/tile70x70.png diff --git a/content/en/blog/20220212-tcp-ip-architecture.md b/content/en/blog/20220212-tcp-ip-architecture.md index ca4f58a..49fea7a 100644 --- a/content/en/blog/20220212-tcp-ip-architecture.md +++ b/content/en/blog/20220212-tcp-ip-architecture.md @@ -152,7 +152,7 @@ Layer 1: At the physical layer, Ethernet has a minimum frame size, which is required to accurately detect collisions. For 10/100Mbit this is 64 bytes. Shorter frames must be _padded_. How to distinguish the padding from a packet which actually has zeros at the end of its data? -Well, Ethernet has a _length_ field_ in the MAC header. But in DIX +Well, Ethernet has a _length_ field in the MAC header. But in DIX Ethernet that is an Ethertype, so a _length_ field in the IP header is used (both IPv4 as IPv6). A Layer 1 problem is actually propagated into Layer 2 and even Layer 3. Gigabit Ethernet has an even larger @@ -196,7 +196,7 @@ consequences of these seemingly insignificant pet peeves of mine. The term _ossification of the Internet_ is sometimes used to describe difficulties in making sizeable changes within the TCP/IP network -_stack -- a lack of _evolvability_. For most technologies, there is a +stack -- a lack of _evolvability_. For most technologies, there is a steady cycle of innovation, adoption and deprecation. Remember DOS, OS/2, Windows 3.1, Windows 95? Right, that's what they are: once ubiquitous, now mostly memories. In contrast, "Next Generation @@ -446,4 +446,4 @@ Dimitri -- fixes for urgent problems and improvements in the short term. I want to stress that we were never treated unfairly by any reviewer, and this section should not be read as a complaint - of any sort. \ No newline at end of file + of any sort. diff --git a/themes/docsy/static/favicons/android-144x144.png b/themes/docsy/static/favicons/android-144x144.png old mode 100755 new mode 100644 index 8851c09..d9831eb Binary files a/themes/docsy/static/favicons/android-144x144.png and b/themes/docsy/static/favicons/android-144x144.png differ diff --git a/themes/docsy/static/favicons/android-192x192.png b/themes/docsy/static/favicons/android-192x192.png old mode 100755 new mode 100644 index 94b2ad2..7cf1137 Binary files a/themes/docsy/static/favicons/android-192x192.png and b/themes/docsy/static/favicons/android-192x192.png differ diff --git a/themes/docsy/static/favicons/android-36x36.png b/themes/docsy/static/favicons/android-36x36.png old mode 100755 new mode 100644 index 7ec5cf6..d5a4ff1 Binary files a/themes/docsy/static/favicons/android-36x36.png and b/themes/docsy/static/favicons/android-36x36.png differ diff --git a/themes/docsy/static/favicons/android-48x48.png b/themes/docsy/static/favicons/android-48x48.png old mode 100755 new mode 100644 index 419a445..919fa0a Binary files a/themes/docsy/static/favicons/android-48x48.png and b/themes/docsy/static/favicons/android-48x48.png differ diff --git a/themes/docsy/static/favicons/android-72x72.png b/themes/docsy/static/favicons/android-72x72.png old mode 100755 new mode 100644 index 230b18f..267a0b8 Binary files a/themes/docsy/static/favicons/android-72x72.png and b/themes/docsy/static/favicons/android-72x72.png differ diff --git a/themes/docsy/static/favicons/android-96x196.png b/themes/docsy/static/favicons/android-96x196.png deleted file mode 100755 index 8cc6989..0000000 Binary files a/themes/docsy/static/favicons/android-96x196.png and /dev/null differ diff --git a/themes/docsy/static/favicons/android-96x96.png b/themes/docsy/static/favicons/android-96x96.png new file mode 100644 index 0000000..5a34d99 Binary files /dev/null and b/themes/docsy/static/favicons/android-96x96.png differ diff --git a/themes/docsy/static/favicons/apple-touch-icon-180x180.png b/themes/docsy/static/favicons/apple-touch-icon-180x180.png old mode 100755 new mode 100644 index 03d0b51..6a67199 Binary files a/themes/docsy/static/favicons/apple-touch-icon-180x180.png and b/themes/docsy/static/favicons/apple-touch-icon-180x180.png differ diff --git a/themes/docsy/static/favicons/pwa-192x192.png b/themes/docsy/static/favicons/pwa-192x192.png old mode 100755 new mode 100644 index 94b2ad2..7cf1137 Binary files a/themes/docsy/static/favicons/pwa-192x192.png and b/themes/docsy/static/favicons/pwa-192x192.png differ diff --git a/themes/docsy/static/favicons/pwa-512x512.png b/themes/docsy/static/favicons/pwa-512x512.png deleted file mode 100755 index 89258a4..0000000 Binary files a/themes/docsy/static/favicons/pwa-512x512.png and /dev/null differ diff --git a/themes/docsy/static/favicons/tile150x150.png b/themes/docsy/static/favicons/tile150x150.png deleted file mode 100755 index 3d0c760..0000000 Binary files a/themes/docsy/static/favicons/tile150x150.png and /dev/null differ diff --git a/themes/docsy/static/favicons/tile310x150.png b/themes/docsy/static/favicons/tile310x150.png deleted file mode 100755 index ed89042..0000000 Binary files a/themes/docsy/static/favicons/tile310x150.png and /dev/null differ diff --git a/themes/docsy/static/favicons/tile310x310.png b/themes/docsy/static/favicons/tile310x310.png deleted file mode 100755 index 67172b3..0000000 Binary files a/themes/docsy/static/favicons/tile310x310.png and /dev/null differ diff --git a/themes/docsy/static/favicons/tile70x70.png b/themes/docsy/static/favicons/tile70x70.png deleted file mode 100755 index 31413a2..0000000 Binary files a/themes/docsy/static/favicons/tile70x70.png and /dev/null differ -- cgit v1.2.3