[BACK]Return to art1.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / Attic / art1.html (download) (as text)

Revision 1.20, Sat Jun 1 22:34:41 2019 UTC (4 years, 11 months ago) by tj
Branch: MAIN
Changes since 1.19: +9 -0 lines

in dark mode, set images to 85% opacity, then return them to 100% when
the user hovers their mouse over the thumbnail. this creates a neat
"glowing" effect that makes image selection a bit more apparent.

<!doctype html>
<html lang=en>
<meta charset=utf-8>

<title>OpenBSD: Art</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/art1.html">

<style>
ul {
	list-style-type: none;
	font-weight: bolder;
	padding-left: 0;
}

li {
	font-size: 14pt;
}
@media (prefers-color-scheme: dark) {
	img {
	opacity: .85;
	}

	img:hover {
	opacity: 1;
	}
}
</style>

<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
Art
</h2>

<hr>

<p>
Most images provided here are copyright by OpenBSD, by Theo de Raadt, or
by other members or developers of the OpenBSD group.  However, it is our
intent that anyone be able to use these images to represent OpenBSD in a
positive light &mdash; but do not make profit from them.  Our primary
distributors make T-shirts.  So enjoy them and let the world see them, if
that is your wish.

<ul>
<li><a href=art1.html>Page 1: Banners</a>
<li><a href=art2.html>Page 2: Art</a>
<li><a href=art3.html>Page 3: Art</a>
<li><a href=art4.html>Page 4: Reference artwork</a>
</ul>

<p>
<a href="images/banner1.gif"><img alt="banner1.gif" src="images/banner1.gif" width="468" height="62"></a>