-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
111 lines (88 loc) · 3.82 KB
/
portfolio.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="description" content=" " />
<title>Portfolio - zanshine (Stéphane R. Richard) - Stéphane R. Richard's website, cg artworks, music and software development</title>
<link href="atom.xml" type="application/atom+xml" rel="alternate" title="Zanshine.com ATOM Feed" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" charset="utf-8" />
<link rel="stylesheet" type="text/css" href="/css/screen.css" media="screen,projection" charset="utf-8" />
<link rel="stylesheet" type="text/css" href="/css/iphone.css" media="only screen and (max-device-width: 480px)" charset="utf-8" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="/css/ie.css" media="screen, projection" charset="utf-8" />
<![endif]-->
<script src="/js/min.js" type="text/javascript"></script>
</head>
<body>
<a href="https://github.com/mojombo/jekyll" target="_blank"><img alt="Fork me on GitHub" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" style="position: absolute; top: 0; right: 0; border: 0;" /></a>
<div id="container">
<!-- header -->
<div id="header" class="title">
<h1><a href="http://blog.zanshine.com"><strong class="title">zanshine</strong> <em>cg artwork, music and software development</em></a></h1>
</div>
<div id="credit">
<h2 id="page-title">Portfolio</h2>
<h2 id="author" class="author">by Stéphane R. Richard</h2>
</div>
<!-- body -->
<div id="content">
<div id='portfolio'>
<a class='artwork' href='/blog/stephane-richard/artwork/2011-11-09/space-turtle-concept-art'><img alt='The space turtle concept art' class='color-1' src='/images/thumb/space_turtle_croped.png' title='The space turtle concept art' /></a>
</div>
</div>
<!-- navigation -->
<div id="sidebar">
<ul class="navigation">
<li class="color-1">
<a href="/portfolio.html" class="colorize">Portfolio</a>
</li>
<li class="color-2">
<a href="http://www.noomiz.com/srpercussions" target="_blank" class="colorize">Music</a>
</li>
<li class="color-3">
<a href="https://github.com/zanshine" target="_blank" class="colorize">Software</a>
</li>
<li class="color-4">
<a href="/index.html" class="colorize">Blog</a>
</li>
<li class="color-5">
<a href="/about.html" class="colorize">About</a>
</li>
</ul>
</div>
<!-- footer -->
<div id="footer-container"></div>
<!--<div>-->
<div id="footer">
<ul class="navigation">
<li class="color-1">
<a href="/portfolio.html" class="colorize">Portfolio</a>
</li>
<li class="color-2">
<a href="http://www.noomiz.com/srpercussions" target="_blank" class="colorize">Music</a>
</li>
<li class="color-3">
<a href="https://github.com/zanshine" target="_blank" class="colorize">Software</a>
</li>
<li class="color-4">
<a href="/index.html" class="colorize">Blog</a>
</li>
<li class="color-5">
<a href="/about.html" class="colorize">About</a>
</li>
</ul>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12281331-1']);
_gaq.push(['_setDomainName', 'zanshine.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>