-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
128 changed files
with
2,636 additions
and
1,635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,8 @@ The *Colour Developers* can be reached via different means: | |
- `Email <mailto:[email protected]>`__ | ||
- `Facebook <https://www.facebook.com/python.colour.science>`__ | ||
- `Gitter <https://gitter.im/colour-science/colour>`__ | ||
- `Twitter <https://twitter.com/colour_science>`__ | ||
- `X <https://x.com/colour_science>`__ | ||
- `Bluesky <https://bsky.app/profile/colour-science.bsky.social>`__ | ||
|
||
About | ||
----- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,23 +271,27 @@ | |
), | ||
( | ||
"mailto:[email protected]", | ||
'<i class="fas fa-envelope"></i>', | ||
'<i class="fa-regular fa-envelope"></i>', | ||
), | ||
( | ||
"https://github.com/colour-science/colour", | ||
'<i class="fab fa-github"></i>', | ||
'<i class="fa-brands fa-github"></i>', | ||
), | ||
( | ||
"https://www.facebook.com/python.colour.science", | ||
'<i class="fab fa-facebook"></i>', | ||
'<i class="fa-brands fa-facebook"></i>', | ||
), | ||
( | ||
"https://gitter.im/colour-science/colour", | ||
'<i class="fab fa-gitter"></i>', | ||
'<i class="fa-brands fa-gitter"></i>', | ||
), | ||
( | ||
"https://twitter.com/colour_science", | ||
'<i class="fab fa-twitter"></i>', | ||
"https://x.com/colour_science", | ||
'<i class="fa-brands fa-x-twitter"></i>', | ||
), | ||
( | ||
"https://bsky.app/profile/colour-science.bsky.social", | ||
'<i class="fa-brands fa-bluesky"></i>', | ||
), | ||
), | ||
} | ||
|
@@ -1083,27 +1087,32 @@ | |
<ul class="nav justify-content-center"> | ||
<li class="nav-item mx-3"> | ||
<a href="mailto:[email protected]"> | ||
<i class="fas fa-envelope text-light"></i> | ||
<i class="fa-regular fa-envelope text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://github.com/colour-science/colour"> | ||
<i class="fab fa-github text-light"></i> | ||
<i class="fa-brands fa-github text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://www.facebook.com/python.colour.science"> | ||
<i class="fa-brands fa-facebook text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://gitter.im/colour-science/colour"> | ||
<i class="fab fa-gitter text-light"></i> | ||
<i class="fa-brands fa-gitter text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://twitter.com/colour_science"> | ||
<i class="fab fa-twitter text-light"></i> | ||
<a href="https://x.com/colour_science"> | ||
<i class="fa-brands fa-x-twitter text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://www.facebook.com/python.colour.science"> | ||
<i class="fab fa-facebook text-light"></i> | ||
<a href="https://bsky.app/profile/colour-science.bsky.social"> | ||
<i class="fa-brands fa-bluesky text-light"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
|
@@ -1388,9 +1397,8 @@ | |
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" | ||
crossorigin="anonymous"> | ||
</script> | ||
<link rel="stylesheet" | ||
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" | ||
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" | ||
integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" | ||
crossorigin="anonymous"> | ||
<meta name="google-site-verification" content="CeWflIcbu-x7Ur7qbzTYJiRFvoGF5RljJyGZMg7H9co" /> | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml"> | ||
<link rel="canonical" href="https://www.colour-science.org/2014/"> | ||
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"> | ||
</script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> | ||
</script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous"> | ||
<meta name="google-site-verification" content="CeWflIcbu-x7Ur7qbzTYJiRFvoGF5RljJyGZMg7H9co"> | ||
</head> | ||
<body> | ||
|
@@ -87,19 +87,22 @@ | |
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="mailto:[email protected]" class="nav-link"><i class="fas fa-envelope"></i></a> | ||
<a href="mailto:[email protected]" class="nav-link"><i class="fa-regular fa-envelope"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://github.com/colour-science/colour" class="nav-link"><i class="fab fa-github"></i></a> | ||
<a href="https://github.com/colour-science/colour" class="nav-link"><i class="fa-brands fa-github"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://www.facebook.com/python.colour.science" class="nav-link"><i class="fab fa-facebook"></i></a> | ||
<a href="https://www.facebook.com/python.colour.science" class="nav-link"><i class="fa-brands fa-facebook"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://gitter.im/colour-science/colour" class="nav-link"><i class="fab fa-gitter"></i></a> | ||
<a href="https://gitter.im/colour-science/colour" class="nav-link"><i class="fa-brands fa-gitter"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://twitter.com/colour_science" class="nav-link"><i class="fab fa-twitter"></i></a> | ||
<a href="https://x.com/colour_science" class="nav-link"><i class="fa-brands fa-x-twitter"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://bsky.app/profile/colour-science.bsky.social" class="nav-link"><i class="fa-brands fa-bluesky"></i></a> | ||
|
||
|
||
</li> | ||
|
@@ -153,27 +156,32 @@ | |
<footer id="footer" class="mt-auto"><ul class="nav justify-content-center"> | ||
<li class="nav-item mx-3"> | ||
<a href="mailto:[email protected]"> | ||
<i class="fas fa-envelope text-light"></i> | ||
<i class="fa-regular fa-envelope text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://github.com/colour-science/colour"> | ||
<i class="fab fa-github text-light"></i> | ||
<i class="fa-brands fa-github text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://www.facebook.com/python.colour.science"> | ||
<i class="fa-brands fa-facebook text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://gitter.im/colour-science/colour"> | ||
<i class="fab fa-gitter text-light"></i> | ||
<i class="fa-brands fa-gitter text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://twitter.com/colour_science"> | ||
<i class="fab fa-twitter text-light"></i> | ||
<a href="https://x.com/colour_science"> | ||
<i class="fa-brands fa-x-twitter text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://www.facebook.com/python.colour.science"> | ||
<i class="fab fa-facebook text-light"></i> | ||
<a href="https://bsky.app/profile/colour-science.bsky.social"> | ||
<i class="fa-brands fa-bluesky text-light"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml"> | ||
<link rel="canonical" href="https://www.colour-science.org/2015/"> | ||
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"> | ||
</script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> | ||
</script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous"> | ||
<meta name="google-site-verification" content="CeWflIcbu-x7Ur7qbzTYJiRFvoGF5RljJyGZMg7H9co"> | ||
</head> | ||
<body> | ||
|
@@ -87,19 +87,22 @@ | |
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="mailto:[email protected]" class="nav-link"><i class="fas fa-envelope"></i></a> | ||
<a href="mailto:[email protected]" class="nav-link"><i class="fa-regular fa-envelope"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://github.com/colour-science/colour" class="nav-link"><i class="fab fa-github"></i></a> | ||
<a href="https://github.com/colour-science/colour" class="nav-link"><i class="fa-brands fa-github"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://www.facebook.com/python.colour.science" class="nav-link"><i class="fab fa-facebook"></i></a> | ||
<a href="https://www.facebook.com/python.colour.science" class="nav-link"><i class="fa-brands fa-facebook"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://gitter.im/colour-science/colour" class="nav-link"><i class="fab fa-gitter"></i></a> | ||
<a href="https://gitter.im/colour-science/colour" class="nav-link"><i class="fa-brands fa-gitter"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://twitter.com/colour_science" class="nav-link"><i class="fab fa-twitter"></i></a> | ||
<a href="https://x.com/colour_science" class="nav-link"><i class="fa-brands fa-x-twitter"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://bsky.app/profile/colour-science.bsky.social" class="nav-link"><i class="fa-brands fa-bluesky"></i></a> | ||
|
||
|
||
</li> | ||
|
@@ -156,27 +159,32 @@ | |
<footer id="footer" class="mt-auto"><ul class="nav justify-content-center"> | ||
<li class="nav-item mx-3"> | ||
<a href="mailto:[email protected]"> | ||
<i class="fas fa-envelope text-light"></i> | ||
<i class="fa-regular fa-envelope text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://github.com/colour-science/colour"> | ||
<i class="fab fa-github text-light"></i> | ||
<i class="fa-brands fa-github text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://www.facebook.com/python.colour.science"> | ||
<i class="fa-brands fa-facebook text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://gitter.im/colour-science/colour"> | ||
<i class="fab fa-gitter text-light"></i> | ||
<i class="fa-brands fa-gitter text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://twitter.com/colour_science"> | ||
<i class="fab fa-twitter text-light"></i> | ||
<a href="https://x.com/colour_science"> | ||
<i class="fa-brands fa-x-twitter text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://www.facebook.com/python.colour.science"> | ||
<i class="fab fa-facebook text-light"></i> | ||
<a href="https://bsky.app/profile/colour-science.bsky.social"> | ||
<i class="fa-brands fa-bluesky text-light"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml"> | ||
<link rel="canonical" href="https://www.colour-science.org/2016/"> | ||
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"> | ||
</script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> | ||
</script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous"> | ||
<meta name="google-site-verification" content="CeWflIcbu-x7Ur7qbzTYJiRFvoGF5RljJyGZMg7H9co"> | ||
</head> | ||
<body> | ||
|
@@ -87,19 +87,22 @@ | |
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="mailto:[email protected]" class="nav-link"><i class="fas fa-envelope"></i></a> | ||
<a href="mailto:[email protected]" class="nav-link"><i class="fa-regular fa-envelope"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://github.com/colour-science/colour" class="nav-link"><i class="fab fa-github"></i></a> | ||
<a href="https://github.com/colour-science/colour" class="nav-link"><i class="fa-brands fa-github"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://www.facebook.com/python.colour.science" class="nav-link"><i class="fab fa-facebook"></i></a> | ||
<a href="https://www.facebook.com/python.colour.science" class="nav-link"><i class="fa-brands fa-facebook"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://gitter.im/colour-science/colour" class="nav-link"><i class="fab fa-gitter"></i></a> | ||
<a href="https://gitter.im/colour-science/colour" class="nav-link"><i class="fa-brands fa-gitter"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://twitter.com/colour_science" class="nav-link"><i class="fab fa-twitter"></i></a> | ||
<a href="https://x.com/colour_science" class="nav-link"><i class="fa-brands fa-x-twitter"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://bsky.app/profile/colour-science.bsky.social" class="nav-link"><i class="fa-brands fa-bluesky"></i></a> | ||
|
||
|
||
</li> | ||
|
@@ -135,27 +138,32 @@ | |
<footer id="footer" class="mt-auto"><ul class="nav justify-content-center"> | ||
<li class="nav-item mx-3"> | ||
<a href="mailto:[email protected]"> | ||
<i class="fas fa-envelope text-light"></i> | ||
<i class="fa-regular fa-envelope text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://github.com/colour-science/colour"> | ||
<i class="fab fa-github text-light"></i> | ||
<i class="fa-brands fa-github text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://www.facebook.com/python.colour.science"> | ||
<i class="fa-brands fa-facebook text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://gitter.im/colour-science/colour"> | ||
<i class="fab fa-gitter text-light"></i> | ||
<i class="fa-brands fa-gitter text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://twitter.com/colour_science"> | ||
<i class="fab fa-twitter text-light"></i> | ||
<a href="https://x.com/colour_science"> | ||
<i class="fa-brands fa-x-twitter text-light"></i> | ||
</a> | ||
</li> | ||
<li class="nav-item mx-3"> | ||
<a href="https://www.facebook.com/python.colour.science"> | ||
<i class="fab fa-facebook text-light"></i> | ||
<a href="https://bsky.app/profile/colour-science.bsky.social"> | ||
<i class="fa-brands fa-bluesky text-light"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
|
Oops, something went wrong.