summaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: f73772691e49eb69328f9ea70e9640cf406c8ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="fr"><head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />

<title>thcolor - a color management module for Python</title>
<meta name="author" content="Thomas Touhey">
<link rel="author" href="https://thomas.touhey.fr/">
<meta property="og:description" name="description" content="thcolor is a color management and decoding module for Python 3.">
<link rel="icon" type="image/ico" href="{{ site.baseurl }}/favicon.png">
<!--[if IE]>
<link rel="shortcut icon" type="image/ico" href="{{ site.baseurl }}/favicon.ico">
<![endif]-->

<!-- OpenGraph -->
<meta property="og:title" content="Homepage">
<meta property="og:site_name" content="thcolor">
<meta property="og:url" content="{{ url }}">

<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="thcolor">
<meta name="twitter:description" content="thcolor is a color management and decoding module for Python 3.">
<meta name="twitter:url" content="{{ url }}">

<!-- Stylesheets -->
{% asset css/main.css %}
</head><body><div class="container">

<div class="title">{% asset logo.png class="logo" %}<h1>th<span class="title-gray">color</span></h1></div>
<p class="subtitle">a color management module for Python 3</p>

<div class="code"><pre class="code-content"><span class="green">$</span> <span class="navy">pip</span> <span class="orange">install</span> thcolor</pre></div>

<ul class="nav">
	<li><a href="https://forge.touhey.org/thcolor.git/">
		Source
	</a></li><li><a href="https://pypi.org/project/thcolor/">
		PyPI
	</a></li><li><a href="{{ site.baseurl }}/docs/">
		Docs
	</a></li>
</ul>

</div></body></html>