From 5c445086f157001b0cf4cba20ed220e59a11d27c Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Fri, 26 Aug 2022 12:05:36 +0200 Subject: add favicon and fix vector files --- assets/img/fiber.svg | 18 ---- assets/img/ont-found.png | Bin 87313 -> 0 bytes assets/img/ont-found.svg | 57 ---------- assets/img/ont-not-found.svg | 46 -------- assets/static/ascii-hex.html | 72 ------------- assets/static/speed-gpon-eth.html | 209 ------------------------------------ assets/vector/barman.png | Bin 0 -> 16982 bytes assets/vector/barman.svg | 220 ++++++++++++++++++++++++++++++++++++++ assets/vector/fiber-1.svg | 51 +++++++++ assets/vector/fiber.svg | 45 ++++++++ assets/vector/ont-found-no-bg.svg | 50 +++++++++ assets/vector/ont-found.png | Bin 0 -> 5060 bytes assets/vector/ont-found.svg | 57 ++++++++++ assets/vector/ont-not-found.png | Bin 0 -> 8899 bytes assets/vector/ont-not-found.svg | 87 +++++++++++++++ 15 files changed, 510 insertions(+), 402 deletions(-) delete mode 100644 assets/img/fiber.svg delete mode 100644 assets/img/ont-found.png delete mode 100644 assets/img/ont-found.svg delete mode 100644 assets/img/ont-not-found.svg delete mode 100644 assets/static/ascii-hex.html delete mode 100644 assets/static/speed-gpon-eth.html create mode 100644 assets/vector/barman.png create mode 100644 assets/vector/barman.svg create mode 100644 assets/vector/fiber-1.svg create mode 100644 assets/vector/fiber.svg create mode 100644 assets/vector/ont-found-no-bg.svg create mode 100644 assets/vector/ont-found.png create mode 100644 assets/vector/ont-found.svg create mode 100644 assets/vector/ont-not-found.png create mode 100644 assets/vector/ont-not-found.svg (limited to 'assets') diff --git a/assets/img/fiber.svg b/assets/img/fiber.svg deleted file mode 100644 index 9efa082..0000000 --- a/assets/img/fiber.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/assets/img/ont-found.png b/assets/img/ont-found.png deleted file mode 100644 index a336d0c..0000000 Binary files a/assets/img/ont-found.png and /dev/null differ diff --git a/assets/img/ont-found.svg b/assets/img/ont-found.svg deleted file mode 100644 index a5b6f4b..0000000 --- a/assets/img/ont-found.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - diff --git a/assets/img/ont-not-found.svg b/assets/img/ont-not-found.svg deleted file mode 100644 index fd940af..0000000 --- a/assets/img/ont-not-found.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - diff --git a/assets/static/ascii-hex.html b/assets/static/ascii-hex.html deleted file mode 100644 index 7599353..0000000 --- a/assets/static/ascii-hex.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - ASCII - Hex conversion - - - -
-

ASCII To Hex

-
-
- - -
-
- - -
-
- -
-
- - -
-
-

Hex To ASCII

-
-
- - -
-
- - -
-
- -
-
- - -
-
-
- - - - \ No newline at end of file diff --git a/assets/static/speed-gpon-eth.html b/assets/static/speed-gpon-eth.html deleted file mode 100644 index f910a3e..0000000 --- a/assets/static/speed-gpon-eth.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - Theoretical maximum speed calculator - - - -
-

Ethernet calculator

-
-
- - -
-
-
-
- - -
-
- - -
-
-
- - - -
- -
-
- - -
-
- - -
- -
-

Gpon calculator

-
-
- - -
-
- - -
-
-
- - -
-
- - -
-
- - -
- -
-
- - -
-
- - -
-
- - -
-
-
- - - - \ No newline at end of file diff --git a/assets/vector/barman.png b/assets/vector/barman.png new file mode 100644 index 0000000..1225758 Binary files /dev/null and b/assets/vector/barman.png differ diff --git a/assets/vector/barman.svg b/assets/vector/barman.svg new file mode 100644 index 0000000..d5dcaa8 --- /dev/null +++ b/assets/vector/barman.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/vector/fiber-1.svg b/assets/vector/fiber-1.svg new file mode 100644 index 0000000..9c1248b --- /dev/null +++ b/assets/vector/fiber-1.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/assets/vector/fiber.svg b/assets/vector/fiber.svg new file mode 100644 index 0000000..c787eea --- /dev/null +++ b/assets/vector/fiber.svg @@ -0,0 +1,45 @@ + + + + + + + + diff --git a/assets/vector/ont-found-no-bg.svg b/assets/vector/ont-found-no-bg.svg new file mode 100644 index 0000000..70178c6 --- /dev/null +++ b/assets/vector/ont-found-no-bg.svg @@ -0,0 +1,50 @@ + + + + + + + + + diff --git a/assets/vector/ont-found.png b/assets/vector/ont-found.png new file mode 100644 index 0000000..8a3e45a Binary files /dev/null and b/assets/vector/ont-found.png differ diff --git a/assets/vector/ont-found.svg b/assets/vector/ont-found.svg new file mode 100644 index 0000000..a5b6f4b --- /dev/null +++ b/assets/vector/ont-found.svg @@ -0,0 +1,57 @@ + + + + + + + + + + diff --git a/assets/vector/ont-not-found.png b/assets/vector/ont-not-found.png new file mode 100644 index 0000000..2b595ff Binary files /dev/null and b/assets/vector/ont-not-found.png differ diff --git a/assets/vector/ont-not-found.svg b/assets/vector/ont-not-found.svg new file mode 100644 index 0000000..2ed4453 --- /dev/null +++ b/assets/vector/ont-not-found.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + -- cgit v1.2.3