diff options
author | Adin Scannell <ascannell@google.com> | 2019-11-18 13:40:27 -0800 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-04-21 12:00:59 -0700 |
commit | 957e26a6f30d40e2bff042d76a327d0a2cfbabae (patch) | |
tree | 3e95d46355585ae4661de5cef30cdca72a7c94bb /static/favicons | |
parent | dc2f198866c5fd8162a79978eb3633975d3ba11f (diff) |
Move website to a simpler jekyll-based template
This will allow us to merge the site into the main repository.
This merge allows the documentation to be kept up-to-date and
synchronized with the main project. Builds will be triggered on any
update, removing the need for the cron-based reploy.
Diffstat (limited to 'static/favicons')
-rw-r--r-- | static/favicons/apple-touch-icon-180x180.png | bin | 18820 -> 0 bytes |
-rw-r--r-- | static/favicons/favicon-16x16.png | bin | 926 -> 0 bytes |
-rw-r--r-- | static/favicons/favicon-32x32.png | bin | 2308 -> 0 bytes |
-rw-r--r-- | static/favicons/favicon.ico | bin | 1150 -> 0 bytes |
-rw-r--r-- | static/favicons/pwa-192x192.png | bin | 20666 -> 0 bytes |
-rw-r--r-- | static/favicons/pwa-512x512.png | bin | 24397 -> 0 bytes |
-rw-r--r-- | static/favicons/tile150x150.png | bin | 18440 -> 0 bytes |
-rw-r--r-- | static/favicons/tile310x150.png | bin | 21486 -> 0 bytes |
-rw-r--r-- | static/favicons/tile310x310.png | bin | 25629 -> 0 bytes |
-rw-r--r-- | static/favicons/tile70x70.png | bin | 11148 -> 0 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/static/favicons/apple-touch-icon-180x180.png b/static/favicons/apple-touch-icon-180x180.png Binary files differdeleted file mode 100644 index bf4b6ce9b..000000000 --- a/static/favicons/apple-touch-icon-180x180.png +++ /dev/null diff --git a/static/favicons/favicon-16x16.png b/static/favicons/favicon-16x16.png Binary files differdeleted file mode 100644 index 083264206..000000000 --- a/static/favicons/favicon-16x16.png +++ /dev/null diff --git a/static/favicons/favicon-32x32.png b/static/favicons/favicon-32x32.png Binary files differdeleted file mode 100644 index b8e4caff1..000000000 --- a/static/favicons/favicon-32x32.png +++ /dev/null diff --git a/static/favicons/favicon.ico b/static/favicons/favicon.ico Binary files differdeleted file mode 100644 index 9238b79d9..000000000 --- a/static/favicons/favicon.ico +++ /dev/null diff --git a/static/favicons/pwa-192x192.png b/static/favicons/pwa-192x192.png Binary files differdeleted file mode 100644 index 5d2fab785..000000000 --- a/static/favicons/pwa-192x192.png +++ /dev/null diff --git a/static/favicons/pwa-512x512.png b/static/favicons/pwa-512x512.png Binary files differdeleted file mode 100644 index 23824439e..000000000 --- a/static/favicons/pwa-512x512.png +++ /dev/null diff --git a/static/favicons/tile150x150.png b/static/favicons/tile150x150.png Binary files differdeleted file mode 100644 index f76fcffae..000000000 --- a/static/favicons/tile150x150.png +++ /dev/null diff --git a/static/favicons/tile310x150.png b/static/favicons/tile310x150.png Binary files differdeleted file mode 100644 index 4f87e4c12..000000000 --- a/static/favicons/tile310x150.png +++ /dev/null diff --git a/static/favicons/tile310x310.png b/static/favicons/tile310x310.png Binary files differdeleted file mode 100644 index a2926d0bd..000000000 --- a/static/favicons/tile310x310.png +++ /dev/null diff --git a/static/favicons/tile70x70.png b/static/favicons/tile70x70.png Binary files differdeleted file mode 100644 index 96cc69fc4..000000000 --- a/static/favicons/tile70x70.png +++ /dev/null |