- Commit
- 47ca67495cbf35521738bae70019bc1334f08c68
- Parent
- a8f49db9738976725db7464c2e5a76a0fa0a8fcf
- Author
- Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
- Date
Changed the icons (they were made by Kalbi)
A simple SVG markup editor for the web
Changed the icons (they were made by Kalbi)
4 files changed, 8 insertions, 5 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
Modified | assets/download.svg | 4 | 2 | 2 |
Modified | assets/upload.svg | 4 | 2 | 2 |
Modified | index.html | 3 | 3 | 0 |
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build auto-compile +.PHONY: runserver build auto-compile runserver: (cd _site && python3 -m http.server)
diff --git a/assets/download.svg b/assets/download.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"> - <path d="M38.437 39.397c0 1.32-1.08 2.4-2.4 2.4H13.962c-1.32 0-2.4-1.08-2.4-2.4 0-1.32 1.08-2.4 2.4-2.4h22.075c1.32 0 2.4 1.08 2.4 2.4zM22.68 33.126a3.26 3.26 0 0 0 4.64 0L37.797 22.51c1.407-1.424.338-3.749-1.723-3.749h-5.317v-8.158c0-1.32-1.08-2.4-2.4-2.4H21.64c-1.32 0-2.4 1.08-2.4 2.4v8.158h-5.316c-2.06 0-3.129 2.325-1.723 3.75L22.68 33.125z" fill="#eef"/> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1.587 1.852"> + <path fill="#dfdfdf" d="M.53 0h.528v.53h.53l-.794.793L0 .529h.53zM.265 1.587v.265h1.058v-.265z"/> </svg>
diff --git a/assets/upload.svg b/assets/upload.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"> - <path d="M11.563 10.603c0-1.32 1.08-2.4 2.4-2.4h22.074c1.32 0 2.4 1.08 2.4 2.4 0 1.32-1.08 2.4-2.4 2.4H13.962c-1.32 0-2.4-1.08-2.4-2.4zm15.757 6.271a3.26 3.26 0 0 0-4.64 0L12.202 27.49c-1.407 1.424-.339 3.749 1.723 3.749h5.316v8.158c0 1.32 1.08 2.4 2.4 2.4h6.718c1.32 0 2.4-1.08 2.4-2.4V31.24h5.316c2.061 0 3.13-2.325 1.723-3.75L27.32 16.875z" fill="#eef"/> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1.587 1.852"> + <path fill="#dfdfdf" d="M1.058 1.852H.53v-.53H0L.794.53l.793.794h-.529zM1.323.265V0H.265v.265z"/> </svg>
diff --git a/index.html b/index.html @@ -26,5 +26,8 @@ if ('serviceWorker' in navigator) window.addEventListener('load', load); </script> + <noscript> + This site (unfortunatelly) require JS T_T + </noscript> </body> </html>