patches and low-level development discussion
 help / color / mirror / code / Atom feed
From: Alyssa Ross <hi@alyssa.is>
To: devel@spectrum-os.org
Subject: [PATCH www 2/2] Use logo as favicon
Date: Sun, 22 Nov 2020 19:46:26 +0000	[thread overview]
Message-ID: <20201122194625.13252-2-hi@alyssa.is> (raw)
In-Reply-To: <20201122194625.13252-1-hi@alyssa.is>

We don't do anything to fall back to a PNG favicon for browsers that
don't support conic gradients (Firefox <83), because there's not
really any good way to do that, and the favicon isn't all that
important anyway.
---
 bibliography.html  | 1 +
 contributing.html  | 1 +
 design.html        | 1 +
 doc/index.html     | 1 +
 index.html         | 1 +
 logo/index.html    | 1 +
 motivation.html    | 1 +
 participating.html | 1 +
 todo.html          | 1 +
 9 files changed, 9 insertions(+)

diff --git a/bibliography.html b/bibliography.html
index cc0851f..aa88f86 100644
--- a/bibliography.html
+++ b/bibliography.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo/logo_html.svg">
 <link rel="stylesheet" href="style.css">
 
 <title>Spectrum Bibliography</title>
diff --git a/contributing.html b/contributing.html
index 25522fc..01946de 100644
--- a/contributing.html
+++ b/contributing.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo/logo_html.svg">
 <link rel="stylesheet" href="style.css">
 
 <title>Contributing to Spectrum</title>
diff --git a/design.html b/design.html
index 3c0e37d..285d743 100644
--- a/design.html
+++ b/design.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo/logo_html.svg">
 <link rel="stylesheet" href="style.css">
 
 <title>Spectrum Design</title>
diff --git a/doc/index.html b/doc/index.html
index a77d4ac..8b29b2d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="../logo/logo_html.svg">
 <link rel="stylesheet" href="../style.css">
 
 <title>Spectrum documentation</title>
diff --git a/index.html b/index.html
index 1a3f18e..10dcdeb 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo/logo_html.svg">
 <link rel="stylesheet" href="style.css">
 
 <title>Spectrum, a step towards usable secure computing</title>
diff --git a/logo/index.html b/logo/index.html
index 93727b7..6245858 100644
--- a/logo/index.html
+++ b/logo/index.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo_html.svg">
 <link rel="stylesheet" href="../style.css">
 
 <title>Spectrum logo</title>
diff --git a/motivation.html b/motivation.html
index 4076263..f22c571 100644
--- a/motivation.html
+++ b/motivation.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo/logo_html.svg">
 <link rel="stylesheet" href="style.css">
 
 <title>Motivation for Spectrum</title>
diff --git a/participating.html b/participating.html
index da96473..d04c2e5 100644
--- a/participating.html
+++ b/participating.html
@@ -10,6 +10,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo/logo_html.svg">
 <link rel="stylesheet" href="style.css">
 
 <title>Participating in Spectrum</title>
diff --git a/todo.html b/todo.html
index d293664..67cf072 100644
--- a/todo.html
+++ b/todo.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo/logo_html.svg">
 <link rel="stylesheet" href="style.css">
 
 <title>Spectrum contribution ideas</title>
-- 
2.27.0

  reply	other threads:[~2020-11-22 19:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-22 19:46 [PATCH www 1/2] Add Spectrum logo! Alyssa Ross
2020-11-22 19:46 ` Alyssa Ross [this message]
2020-11-22 19:51 ` [PATCH www v2 " Alyssa Ross
2020-11-22 21:28 ` [PATCH www " Philipp Steinpaß
2020-11-22 23:37   ` Alyssa Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201122194625.13252-2-hi@alyssa.is \
    --to=hi@alyssa.is \
    --cc=devel@spectrum-os.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).