diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2efb5f2..a99f07b 100755 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -13,6 +13,7 @@ module.exports = { organizationName: "checktheroads", projectName: "hyperglass", themeConfig: { + image: "opengraph.jpg", googleAnalytics: { trackingID: googleTrackingId || " ", anonymizeIP: false, diff --git a/docs/src/components/Logo.js b/docs/src/components/Logo.js index f1966a0..a9303bf 100644 --- a/docs/src/components/Logo.js +++ b/docs/src/components/Logo.js @@ -3,49 +3,22 @@ import * as React from "react"; export default ({ color = "currentColor", size = 32, ...props }) => ( - + diff --git a/docs/static/hyperglass-dark.svg b/docs/static/hyperglass-dark.svg new file mode 100644 index 0000000..b2bb038 --- /dev/null +++ b/docs/static/hyperglass-dark.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/hyperglass-light.svg b/docs/static/hyperglass-light.svg new file mode 100644 index 0000000..b93080f --- /dev/null +++ b/docs/static/hyperglass-light.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/img/android-chrome-144x144.png b/docs/static/img/android-chrome-144x144.png new file mode 100644 index 0000000..1b6adf5 Binary files /dev/null and b/docs/static/img/android-chrome-144x144.png differ diff --git a/docs/static/img/android-chrome-192x192.png b/docs/static/img/android-chrome-192x192.png new file mode 100644 index 0000000..6719465 Binary files /dev/null and b/docs/static/img/android-chrome-192x192.png differ diff --git a/docs/static/img/android-chrome-256x256.png b/docs/static/img/android-chrome-256x256.png new file mode 100644 index 0000000..b79802f Binary files /dev/null and b/docs/static/img/android-chrome-256x256.png differ diff --git a/docs/static/img/android-chrome-36x36.png b/docs/static/img/android-chrome-36x36.png new file mode 100644 index 0000000..bc7f529 Binary files /dev/null and b/docs/static/img/android-chrome-36x36.png differ diff --git a/docs/static/img/android-chrome-384x384.png b/docs/static/img/android-chrome-384x384.png new file mode 100644 index 0000000..03175a4 Binary files /dev/null and b/docs/static/img/android-chrome-384x384.png differ diff --git a/docs/static/img/android-chrome-48x48.png b/docs/static/img/android-chrome-48x48.png new file mode 100644 index 0000000..574f207 Binary files /dev/null and b/docs/static/img/android-chrome-48x48.png differ diff --git a/docs/static/img/android-chrome-512x512.png b/docs/static/img/android-chrome-512x512.png new file mode 100644 index 0000000..d906d9f Binary files /dev/null and b/docs/static/img/android-chrome-512x512.png differ diff --git a/docs/static/img/android-chrome-72x72.png b/docs/static/img/android-chrome-72x72.png new file mode 100644 index 0000000..8fd8da4 Binary files /dev/null and b/docs/static/img/android-chrome-72x72.png differ diff --git a/docs/static/img/android-chrome-96x96.png b/docs/static/img/android-chrome-96x96.png new file mode 100644 index 0000000..83c62fa Binary files /dev/null and b/docs/static/img/android-chrome-96x96.png differ diff --git a/docs/static/img/apple-touch-icon-1024x1024.png b/docs/static/img/apple-touch-icon-1024x1024.png new file mode 100644 index 0000000..1cc2ce0 Binary files /dev/null and b/docs/static/img/apple-touch-icon-1024x1024.png differ diff --git a/docs/static/img/apple-touch-icon-114x114.png b/docs/static/img/apple-touch-icon-114x114.png new file mode 100644 index 0000000..3ba48ae Binary files /dev/null and b/docs/static/img/apple-touch-icon-114x114.png differ diff --git a/docs/static/img/apple-touch-icon-120x120.png b/docs/static/img/apple-touch-icon-120x120.png new file mode 100644 index 0000000..c326a20 Binary files /dev/null and b/docs/static/img/apple-touch-icon-120x120.png differ diff --git a/docs/static/img/apple-touch-icon-144x144.png b/docs/static/img/apple-touch-icon-144x144.png new file mode 100644 index 0000000..ca328b7 Binary files /dev/null and b/docs/static/img/apple-touch-icon-144x144.png differ diff --git a/docs/static/img/apple-touch-icon-152x152.png b/docs/static/img/apple-touch-icon-152x152.png new file mode 100644 index 0000000..8421ceb Binary files /dev/null and b/docs/static/img/apple-touch-icon-152x152.png differ diff --git a/docs/static/img/apple-touch-icon-167x167.png b/docs/static/img/apple-touch-icon-167x167.png new file mode 100644 index 0000000..2e8b2c0 Binary files /dev/null and b/docs/static/img/apple-touch-icon-167x167.png differ diff --git a/docs/static/img/apple-touch-icon-180x180.png b/docs/static/img/apple-touch-icon-180x180.png new file mode 100644 index 0000000..7ce8953 Binary files /dev/null and b/docs/static/img/apple-touch-icon-180x180.png differ diff --git a/docs/static/img/apple-touch-icon-57x57.png b/docs/static/img/apple-touch-icon-57x57.png new file mode 100644 index 0000000..58910f5 Binary files /dev/null and b/docs/static/img/apple-touch-icon-57x57.png differ diff --git a/docs/static/img/apple-touch-icon-60x60.png b/docs/static/img/apple-touch-icon-60x60.png new file mode 100644 index 0000000..75cbf7c Binary files /dev/null and b/docs/static/img/apple-touch-icon-60x60.png differ diff --git a/docs/static/img/apple-touch-icon-72x72.png b/docs/static/img/apple-touch-icon-72x72.png new file mode 100644 index 0000000..e310a90 Binary files /dev/null and b/docs/static/img/apple-touch-icon-72x72.png differ diff --git a/docs/static/img/apple-touch-icon-76x76.png b/docs/static/img/apple-touch-icon-76x76.png new file mode 100644 index 0000000..41ac8e8 Binary files /dev/null and b/docs/static/img/apple-touch-icon-76x76.png differ diff --git a/docs/static/img/apple-touch-icon-precomposed.png b/docs/static/img/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..7ce8953 Binary files /dev/null and b/docs/static/img/apple-touch-icon-precomposed.png differ diff --git a/docs/static/img/apple-touch-icon.png b/docs/static/img/apple-touch-icon.png new file mode 100644 index 0000000..7ce8953 Binary files /dev/null and b/docs/static/img/apple-touch-icon.png differ diff --git a/docs/static/img/apple-touch-startup-image-1125x2436.png b/docs/static/img/apple-touch-startup-image-1125x2436.png new file mode 100644 index 0000000..648279b Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1125x2436.png differ diff --git a/docs/static/img/apple-touch-startup-image-1136x640.png b/docs/static/img/apple-touch-startup-image-1136x640.png new file mode 100644 index 0000000..fae39ea Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1136x640.png differ diff --git a/docs/static/img/apple-touch-startup-image-1242x2208.png b/docs/static/img/apple-touch-startup-image-1242x2208.png new file mode 100644 index 0000000..ecd5291 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1242x2208.png differ diff --git a/docs/static/img/apple-touch-startup-image-1242x2688.png b/docs/static/img/apple-touch-startup-image-1242x2688.png new file mode 100644 index 0000000..8fa11c1 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1242x2688.png differ diff --git a/docs/static/img/apple-touch-startup-image-1334x750.png b/docs/static/img/apple-touch-startup-image-1334x750.png new file mode 100644 index 0000000..08c1a7e Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1334x750.png differ diff --git a/docs/static/img/apple-touch-startup-image-1536x2048.png b/docs/static/img/apple-touch-startup-image-1536x2048.png new file mode 100644 index 0000000..423d4cc Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1536x2048.png differ diff --git a/docs/static/img/apple-touch-startup-image-1620x2160.png b/docs/static/img/apple-touch-startup-image-1620x2160.png new file mode 100644 index 0000000..4cf396c Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1620x2160.png differ diff --git a/docs/static/img/apple-touch-startup-image-1668x2224.png b/docs/static/img/apple-touch-startup-image-1668x2224.png new file mode 100644 index 0000000..2add1c5 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1668x2224.png differ diff --git a/docs/static/img/apple-touch-startup-image-1668x2388.png b/docs/static/img/apple-touch-startup-image-1668x2388.png new file mode 100644 index 0000000..5ffbf5a Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1668x2388.png differ diff --git a/docs/static/img/apple-touch-startup-image-1792x828.png b/docs/static/img/apple-touch-startup-image-1792x828.png new file mode 100644 index 0000000..3e359af Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-1792x828.png differ diff --git a/docs/static/img/apple-touch-startup-image-2048x1536.png b/docs/static/img/apple-touch-startup-image-2048x1536.png new file mode 100644 index 0000000..1e11671 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2048x1536.png differ diff --git a/docs/static/img/apple-touch-startup-image-2048x2732.png b/docs/static/img/apple-touch-startup-image-2048x2732.png new file mode 100644 index 0000000..7218956 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2048x2732.png differ diff --git a/docs/static/img/apple-touch-startup-image-2160x1620.png b/docs/static/img/apple-touch-startup-image-2160x1620.png new file mode 100644 index 0000000..b8167a1 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2160x1620.png differ diff --git a/docs/static/img/apple-touch-startup-image-2208x1242.png b/docs/static/img/apple-touch-startup-image-2208x1242.png new file mode 100644 index 0000000..73b0ec4 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2208x1242.png differ diff --git a/docs/static/img/apple-touch-startup-image-2224x1668.png b/docs/static/img/apple-touch-startup-image-2224x1668.png new file mode 100644 index 0000000..42adbbf Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2224x1668.png differ diff --git a/docs/static/img/apple-touch-startup-image-2388x1668.png b/docs/static/img/apple-touch-startup-image-2388x1668.png new file mode 100644 index 0000000..1272138 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2388x1668.png differ diff --git a/docs/static/img/apple-touch-startup-image-2436x1125.png b/docs/static/img/apple-touch-startup-image-2436x1125.png new file mode 100644 index 0000000..b431124 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2436x1125.png differ diff --git a/docs/static/img/apple-touch-startup-image-2688x1242.png b/docs/static/img/apple-touch-startup-image-2688x1242.png new file mode 100644 index 0000000..2e45338 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2688x1242.png differ diff --git a/docs/static/img/apple-touch-startup-image-2732x2048.png b/docs/static/img/apple-touch-startup-image-2732x2048.png new file mode 100644 index 0000000..9a44a06 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-2732x2048.png differ diff --git a/docs/static/img/apple-touch-startup-image-640x1136.png b/docs/static/img/apple-touch-startup-image-640x1136.png new file mode 100644 index 0000000..26cfb6f Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-640x1136.png differ diff --git a/docs/static/img/apple-touch-startup-image-750x1334.png b/docs/static/img/apple-touch-startup-image-750x1334.png new file mode 100644 index 0000000..50fb34b Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-750x1334.png differ diff --git a/docs/static/img/apple-touch-startup-image-828x1792.png b/docs/static/img/apple-touch-startup-image-828x1792.png new file mode 100644 index 0000000..75d8699 Binary files /dev/null and b/docs/static/img/apple-touch-startup-image-828x1792.png differ diff --git a/docs/static/img/browserconfig.xml b/docs/static/img/browserconfig.xml new file mode 100644 index 0000000..6a446a9 --- /dev/null +++ b/docs/static/img/browserconfig.xml @@ -0,0 +1,15 @@ + + + + + + + + + #f5f6f7 + + + + + + diff --git a/docs/static/img/coast-228x228.png b/docs/static/img/coast-228x228.png new file mode 100644 index 0000000..216825f Binary files /dev/null and b/docs/static/img/coast-228x228.png differ diff --git a/docs/static/img/favicon-16x16.png b/docs/static/img/favicon-16x16.png new file mode 100644 index 0000000..f742b4a Binary files /dev/null and b/docs/static/img/favicon-16x16.png differ diff --git a/docs/static/img/favicon-32x32.png b/docs/static/img/favicon-32x32.png new file mode 100644 index 0000000..a1c67cc Binary files /dev/null and b/docs/static/img/favicon-32x32.png differ diff --git a/docs/static/img/favicon-48x48.png b/docs/static/img/favicon-48x48.png new file mode 100644 index 0000000..574f207 Binary files /dev/null and b/docs/static/img/favicon-48x48.png differ diff --git a/docs/static/img/favicon.ico b/docs/static/img/favicon.ico old mode 100755 new mode 100644 index 1bd01da..ada0c90 Binary files a/docs/static/img/favicon.ico and b/docs/static/img/favicon.ico differ diff --git a/docs/static/img/favicon.ico.old b/docs/static/img/favicon.ico.old deleted file mode 100755 index be74abd..0000000 Binary files a/docs/static/img/favicon.ico.old and /dev/null differ diff --git a/docs/static/img/firefox_app_128x128.png b/docs/static/img/firefox_app_128x128.png new file mode 100644 index 0000000..d155a12 Binary files /dev/null and b/docs/static/img/firefox_app_128x128.png differ diff --git a/docs/static/img/firefox_app_512x512.png b/docs/static/img/firefox_app_512x512.png new file mode 100644 index 0000000..00e4a5c Binary files /dev/null and b/docs/static/img/firefox_app_512x512.png differ diff --git a/docs/static/img/firefox_app_60x60.png b/docs/static/img/firefox_app_60x60.png new file mode 100644 index 0000000..ae76a46 Binary files /dev/null and b/docs/static/img/firefox_app_60x60.png differ diff --git a/docs/static/img/icon.svg b/docs/static/img/icon.svg index fd5580d..ea9b648 100644 --- a/docs/static/img/icon.svg +++ b/docs/static/img/icon.svg @@ -1,40 +1,7 @@ - - - - - - - - - + + + + + + diff --git a/docs/static/img/logo.svg b/docs/static/img/logo.svg deleted file mode 100755 index 9db6d0d..0000000 --- a/docs/static/img/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/static/img/manifest.json b/docs/static/img/manifest.json new file mode 100644 index 0000000..8b40b48 --- /dev/null +++ b/docs/static/img/manifest.json @@ -0,0 +1,60 @@ +{ + "name": "dev hyperglass", + "short_name": "dev hyperglass", + "description": "Beloved Hyperglass User Network Looking Glass", + "dir": "auto", + "lang": "en-US", + "display": "standalone", + "orientation": "any", + "scope": "/", + "start_url": "/?homescreen=1", + "background_color": "#f5f6f7", + "theme_color": "#118ab2", + "icons": [ + { + "src": "/images/favicons/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image/png" + }, + { + "src": "/images/favicons/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "/images/favicons/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/images/favicons/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "/images/favicons/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/images/favicons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/images/favicons/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/images/favicons/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "/images/favicons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file diff --git a/docs/static/img/manifest.webapp b/docs/static/img/manifest.webapp new file mode 100644 index 0000000..7e94553 --- /dev/null +++ b/docs/static/img/manifest.webapp @@ -0,0 +1,14 @@ +{ + "version": "1.0", + "name": "dev hyperglass", + "description": "Beloved Hyperglass User Network Looking Glass", + "icons": { + "60": "/images/favicons/firefox_app_60x60.png", + "128": "/images/favicons/firefox_app_128x128.png", + "512": "/images/favicons/firefox_app_512x512.png" + }, + "developer": { + "name": null, + "url": null + } +} \ No newline at end of file diff --git a/docs/static/img/mstile-144x144.png b/docs/static/img/mstile-144x144.png new file mode 100644 index 0000000..1b6adf5 Binary files /dev/null and b/docs/static/img/mstile-144x144.png differ diff --git a/docs/static/img/mstile-150x150.png b/docs/static/img/mstile-150x150.png new file mode 100644 index 0000000..0a11b4f Binary files /dev/null and b/docs/static/img/mstile-150x150.png differ diff --git a/docs/static/img/mstile-310x150.png b/docs/static/img/mstile-310x150.png new file mode 100644 index 0000000..13a0c9e Binary files /dev/null and b/docs/static/img/mstile-310x150.png differ diff --git a/docs/static/img/mstile-310x310.png b/docs/static/img/mstile-310x310.png new file mode 100644 index 0000000..ce0fbfe Binary files /dev/null and b/docs/static/img/mstile-310x310.png differ diff --git a/docs/static/img/mstile-70x70.png b/docs/static/img/mstile-70x70.png new file mode 100644 index 0000000..cd0fa26 Binary files /dev/null and b/docs/static/img/mstile-70x70.png differ diff --git a/docs/static/img/yandex-browser-50x50.png b/docs/static/img/yandex-browser-50x50.png new file mode 100644 index 0000000..cf98b52 Binary files /dev/null and b/docs/static/img/yandex-browser-50x50.png differ diff --git a/docs/static/img/yandex-browser-manifest.json b/docs/static/img/yandex-browser-manifest.json new file mode 100644 index 0000000..1fbf8df --- /dev/null +++ b/docs/static/img/yandex-browser-manifest.json @@ -0,0 +1,9 @@ +{ + "version": "1.0", + "api_version": 1, + "layout": { + "logo": "/images/favicons/yandex-browser-50x50.png", + "color": "#f5f6f7", + "show_title": true + } +} \ No newline at end of file diff --git a/docs/static/opengraph.jpg b/docs/static/opengraph.jpg new file mode 100644 index 0000000..3d621d9 Binary files /dev/null and b/docs/static/opengraph.jpg differ diff --git a/docs/static/traceroute_nanog.pdf b/docs/static/traceroute_nanog.pdf new file mode 100644 index 0000000..e9ca8b1 Binary files /dev/null and b/docs/static/traceroute_nanog.pdf differ diff --git a/hyperglass/examples/hyperglass.yaml b/hyperglass/examples/hyperglass.yaml index ba1008f..e69de29 100644 --- a/hyperglass/examples/hyperglass.yaml +++ b/hyperglass/examples/hyperglass.yaml @@ -1,194 +0,0 @@ -# cache: -# database: 1 -# host: localhost -# port: 6379 -# show_text: true -# timeout: 120 -# cors_origins: [] -# debug: true -# developer_mode: true -# docs: -# base_url: https://lg.example.net -# communities: -# description: List of BGP communities. -# summary: BGP Communities List -# title: BGP Communities -# description: '' -# devices: -# description: -# List of all devices/locations with associated identifiers, display -# names, networks, & VRFs. -# summary: Devices List -# title: Devices -# enable: true -# mode: redoc -# openapi_uri: /openapi.json -# queries: -# description: List of supported query types. -# summary: Query Types -# title: Supported Queries -# query: -# description: Request a query response per-location. -# summary: Query the Looking Glass -# title: Submit Query -# title: '{site_title} API Documentation' -# uri: /api/docs -# listen_address: 0.0.0.0 -# listen_port: 8001 -# logging: -# directory: /tmp -# format: text -# http: null -# max_size: 50000000 -# syslog: null -# messages: -# acl_denied: '{target} is a member of {denied_network}, which is not allowed.' -# acl_not_allowed: '{target} is not allowed.' -# authentication_error: Authentication error occurred. -# connection_error: 'Error connecting to {device_name}: {error}' -# feature_not_enabled: '{feature} is not enabled.' -# general: Something went wrong. -# invalid_field: '{input} is an invalid {field}.' -# invalid_input: '{target} is not a valid {query_type} target.' -# no_input: '{field} must be specified.' -# no_output: The query completed, but no matching results were found. -# no_response: No response. -# parsing_error: An error occurred while parsing the query output. -# request_timeout: Request timed out. -# vrf_not_associated: VRF {vrf_name} is not associated with {device_name}. -# vrf_not_found: VRF {vrf_name} is not defined. -# netmiko_delay_factor: 0.1 -# org_name: Beloved Hyperglass User -# primary_asn: '65001' -# queries: -# bgp_aspath: -# display_name: BGP AS Path -# enable: true -# pattern: -# asdot: ^(\^|^\_)((\d+\.\d+)\_|(\d+\.\d+)\$|(\d+\.\d+)\(\_\.\+\_\))+$ -# asplain: .* -# mode: asplain -# bgp_community: -# communities: -# - community: 14525:5001 -# description: Phoenix, AZ Metro Aggregate Routes -# display_name: 14525:5001 -# display_name: BGP Community -# enable: true -# mode: select -# pattern: -# decimal: ^[0-9]{1,10}$ -# extended_as: ^([0-9]{0,5})\:([0-9]{1,5})$ -# large: ^([0-9]{1,10})\:([0-9]{1,10})\:[0-9]{1,10}$ -# bgp_route: -# display_name: BGP Route -# enable: true -# ping: -# display_name: Ping -# enable: true -# traceroute: -# display_name: Traceroute -# enable: true -# request_timeout: 90 -# site_description: Beloved Hyperglass User Network Looking Glass -# site_keywords: -# - Beloved Hyperglass User -# - bgp -# - communities -# - community -# - dev hyperglass -# - hyperglass -# - internet service provider -# - ip -# - ipv4 -# - ipv6 -# - isp -# - lg -# - looking glass -# - network -# - peer -# - peering -# - routing -# - transit -# site_title: dev hyperglass -# structured: -# communities: -# items: -# - 14525:\d{4} -# mode: permit -# rpki: -# mode: external -# web: -# credit: -# enable: true -# dns_provider: -# name: cloudflare -# url: https://cloudflare-dns.com/dns-query -# external_link: -# enable: true -# title: PeeringDB -# url: https://www.peeringdb.com/asn/{primary_asn} -# greeting: -# button: Continue -# enable: false -# file: null -# required: false -# title: Welcome -# help_menu: -# enable: true -# file: null -# title: Help -# logo: -# dark: /Users/ml/dev/hyperglass/hyperglass/images/hyperglass-dark.svg -# favicon: /Users/ml/dev/hyperglass/hyperglass/images/hyperglass-icon.svg -# height: null -# light: /Users/ml/dev/hyperglass/hyperglass/images/hyperglass-light.svg -# width: 75% -# opengraph: -# height: null -# image: /Users/ml/dev/hyperglass/hyperglass/images/hyperglass-opengraph.jpg -# width: null -# terms: -# enable: true -# file: null -# title: Terms -# text: -# cache_icon: Cached from {time} UTC -# cache_prefix: 'Results cached for ' -# complete_time: Completed in {seconds} -# fqdn_tooltip: Use {protocol} -# query_location: Location -# query_target: Target -# query_type: Query Type -# query_vrf: Routing Table -# rpki_invalid: Invalid -# rpki_unknown: No ROAs Exist -# rpki_unverified: Not Verified -# rpki_valid: Valid -# subtitle: really really really really really long subtitle -# title: hyperglass -# title_mode: logo_subtitle -# theme: -# colors: -# black: '#121212' -# blue: '#314cb6' -# cyan: '#118ab2' -# danger: '#d84b4b' -# error: '#ff6b35' -# gray: '#c1c7cc' -# green: '#35b246' -# orange: '#ff6b35' -# pink: '#f2607d' -# primary: '#118ab2' -# purple: '#8d30b5' -# red: '#d84b4b' -# secondary: '#314cb6' -# success: '#35b246' -# teal: '#35b299' -# warning: '#edae49' -# white: '#f5f6f7' -# yellow: '#edae49' -# default_color_mode: null -# fonts: -# body: Nunito -# mono: Fira Code diff --git a/hyperglass/images/favicons/android-chrome-192x192.png b/hyperglass/images/favicons/android-chrome-192x192.png deleted file mode 100755 index 31c7cfa..0000000 Binary files a/hyperglass/images/favicons/android-chrome-192x192.png and /dev/null differ diff --git a/hyperglass/images/favicons/android-chrome-512x512.png b/hyperglass/images/favicons/android-chrome-512x512.png deleted file mode 100755 index bf96f22..0000000 Binary files a/hyperglass/images/favicons/android-chrome-512x512.png and /dev/null differ diff --git a/hyperglass/images/favicons/apple-touch-icon.png b/hyperglass/images/favicons/apple-touch-icon.png deleted file mode 100755 index 7cc6389..0000000 Binary files a/hyperglass/images/favicons/apple-touch-icon.png and /dev/null differ diff --git a/hyperglass/images/favicons/browserconfig.xml b/hyperglass/images/favicons/browserconfig.xml deleted file mode 100755 index 17ebdbe..0000000 --- a/hyperglass/images/favicons/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #330036 - - - diff --git a/hyperglass/images/favicons/favicon-16x16.png b/hyperglass/images/favicons/favicon-16x16.png deleted file mode 100755 index 9f50d07..0000000 Binary files a/hyperglass/images/favicons/favicon-16x16.png and /dev/null differ diff --git a/hyperglass/images/favicons/favicon-32x32.png b/hyperglass/images/favicons/favicon-32x32.png deleted file mode 100755 index 0ea054b..0000000 Binary files a/hyperglass/images/favicons/favicon-32x32.png and /dev/null differ diff --git a/hyperglass/images/favicons/favicon.ico b/hyperglass/images/favicons/favicon.ico deleted file mode 100755 index 1bd01da..0000000 Binary files a/hyperglass/images/favicons/favicon.ico and /dev/null differ diff --git a/hyperglass/images/favicons/mstile-150x150.png b/hyperglass/images/favicons/mstile-150x150.png deleted file mode 100755 index 83cafb1..0000000 Binary files a/hyperglass/images/favicons/mstile-150x150.png and /dev/null differ diff --git a/hyperglass/images/favicons/safari-pinned-tab.svg b/hyperglass/images/favicons/safari-pinned-tab.svg deleted file mode 100755 index ea55987..0000000 --- a/hyperglass/images/favicons/safari-pinned-tab.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - - - diff --git a/hyperglass/images/favicons/site.webmanifest b/hyperglass/images/favicons/site.webmanifest deleted file mode 100755 index 19c9ccd..0000000 --- a/hyperglass/images/favicons/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "hyperglass", - "short_name": "hyperglass", - "icons": [ - { - "src": "android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#330036", - "background_color": "#330036", - "display": "standalone" -} diff --git a/hyperglass/images/hyperglass-dark.png b/hyperglass/images/hyperglass-dark.png deleted file mode 100755 index ab3e6ff..0000000 Binary files a/hyperglass/images/hyperglass-dark.png and /dev/null differ diff --git a/hyperglass/images/hyperglass-dark.svg b/hyperglass/images/hyperglass-dark.svg new file mode 100644 index 0000000..b2bb038 --- /dev/null +++ b/hyperglass/images/hyperglass-dark.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/hyperglass/images/hyperglass-icon.svg b/hyperglass/images/hyperglass-icon.svg new file mode 100644 index 0000000..ea9b648 --- /dev/null +++ b/hyperglass/images/hyperglass-icon.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/hyperglass/images/hyperglass-light.png b/hyperglass/images/hyperglass-light.png deleted file mode 100755 index d9da1d9..0000000 Binary files a/hyperglass/images/hyperglass-light.png and /dev/null differ diff --git a/hyperglass/images/hyperglass-light.svg b/hyperglass/images/hyperglass-light.svg new file mode 100644 index 0000000..b93080f --- /dev/null +++ b/hyperglass/images/hyperglass-light.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/hyperglass/images/hyperglass-opengraph.jpg b/hyperglass/images/hyperglass-opengraph.jpg new file mode 100644 index 0000000..3d621d9 Binary files /dev/null and b/hyperglass/images/hyperglass-opengraph.jpg differ diff --git a/hyperglass/images/hyperglass-opengraph.png b/hyperglass/images/hyperglass-opengraph.png deleted file mode 100755 index d9da1d9..0000000 Binary files a/hyperglass/images/hyperglass-opengraph.png and /dev/null differ diff --git a/hyperglass/images/icon.svg b/hyperglass/images/icon.svg deleted file mode 100644 index 7cbab3c..0000000 --- a/hyperglass/images/icon.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -