diff --git a/static/_redirects b/static/_redirects new file mode 100644 index 0000000..715fccc --- /dev/null +++ b/static/_redirects @@ -0,0 +1,2 @@ +/zh-cn/* /zh-cn/404.html 404 +/fr/* /fr/404.html 404 diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..4cc9c0e Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..cd58f58 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..2553740 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..a47e5a5 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2d89ef + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..30fa3ba Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..cacd507 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..c9cec6d Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/KiCad-Logo.png b/static/images/KiCad-Logo.png new file mode 100644 index 0000000..f0eab41 Binary files /dev/null and b/static/images/KiCad-Logo.png differ diff --git a/static/images/avatar.png b/static/images/avatar.png new file mode 100644 index 0000000..f9379d8 Binary files /dev/null and b/static/images/avatar.png differ diff --git a/static/images/cerito.svg b/static/images/cerito.svg new file mode 100644 index 0000000..14e62d4 --- /dev/null +++ b/static/images/cerito.svg @@ -0,0 +1,393 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/docker_logo_wide.jpg b/static/images/docker_logo_wide.jpg new file mode 100644 index 0000000..b682817 Binary files /dev/null and b/static/images/docker_logo_wide.jpg differ diff --git a/static/images/emacs_logo_round.png b/static/images/emacs_logo_round.png new file mode 100644 index 0000000..3e7d82c Binary files /dev/null and b/static/images/emacs_logo_round.png differ diff --git a/static/images/microproc/arduinos_a.jpg b/static/images/microproc/arduinos_a.jpg new file mode 100644 index 0000000..2c0e625 Binary files /dev/null and b/static/images/microproc/arduinos_a.jpg differ diff --git a/static/images/microproc/stm32-bluepill-pinout_B.jpg b/static/images/microproc/stm32-bluepill-pinout_B.jpg new file mode 100644 index 0000000..6028acc Binary files /dev/null and b/static/images/microproc/stm32-bluepill-pinout_B.jpg differ diff --git a/static/images/microproc/stm32-bluepill-pinout_a.png b/static/images/microproc/stm32-bluepill-pinout_a.png new file mode 100644 index 0000000..7154299 Binary files /dev/null and b/static/images/microproc/stm32-bluepill-pinout_a.png differ diff --git a/static/images/synthes/ne555_astable.jpg b/static/images/synthes/ne555_astable.jpg new file mode 100644 index 0000000..1e1cfa7 Binary files /dev/null and b/static/images/synthes/ne555_astable.jpg differ diff --git a/static/images/synthes/ne555_monostable.jpg b/static/images/synthes/ne555_monostable.jpg new file mode 100644 index 0000000..d86dbfd Binary files /dev/null and b/static/images/synthes/ne555_monostable.jpg differ diff --git a/static/images/traefik/traefik_networks.png b/static/images/traefik/traefik_networks.png new file mode 100644 index 0000000..4113fc6 Binary files /dev/null and b/static/images/traefik/traefik_networks.png differ diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..f9379d8 Binary files /dev/null and b/static/logo.png differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..0a63537 Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..05faebc --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,28 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..593088a --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,27 @@ +{ + "name": "comacero: Apuntes personales de Software y Hardware Libre", + "short_name": "comacero", + "start_url": "/", + "description": "Notas personales de sw y hw libres y abiertos", + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone", + "icons": [ + { + "src": "/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +}