-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
141 lines (132 loc) · 6.18 KB
/
index.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Guillaume Pelletier-Auger</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=4, user-scalable=yes" />
<link href="./style/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
</head><body>
<nav>
<h1><a href="./">Guillaume <span class="nobreak">Pelletier-Auger</span></a></h1>
<ul>
<li class = "selected"><a href="./">Projects</a></li>
<li><a href="./en/blog/">Blog</a></li>
<li><a href="./en/about.html">About</a></li>
<li><a href="./fr/">En → Fr</a></li>
</ul>
</nav>
<div class="mosaic">
<div class="portfolio-item" itemscope itemtype="https://schema.org/SoftwareApplication">
<a href="https://pelletierauger.com/grimoire/" itemprop="url">
<div class="thumbnail">
<img src="./images/thumbnails/grimoire.jpg" itemprop="thumbnail">
</div>
<div class="portfolio-banner">
<div class="portfolio-description">
<h2 itemprop="name">Grimoire</h2>
<span itemprop="abstract">An experimental software for animation, drawing,<br>and live coding with SuperCollider and WebGL.</span>
</div>
</div>
</a>
</div>
<div class="portfolio-item" itemscope itemtype="https://schema.org/Movie">
<a href="https://www.youtube.com/watch?v=f6wJo1TIbaE" itemprop="url">
<div class="thumbnail">
<img src="./images/thumbnails/ravines.jpg" itemprop="thumbnail">
</div>
<div class="portfolio-banner">
<div class="portfolio-description">
<h2 itemprop="name">Ravines</h2>
<span itemprop="abstract">A short animation film combining<br>Perlin noise and turtle graphics.</span>
</div>
</div>
</a>
</div>
<div class="portfolio-item">
<a href="./en/projects/online-classes.html">
<div class="thumbnail">
<img src="./images/thumbnails/online-classes.jpg">
</div>
<div class="portfolio-banner">
<div class="portfolio-description">
<h2>Online Classes</h2>
Learn creative coding for your visual and musical projects.
</div>
</div>
</a>
</div>
<div class="portfolio-item" itemscope itemtype="https://schema.org/MusicRecording">
<a href="https://www.youtube.com/watch?v=6QXGw4NHXzE" itemprop="url">
<div class="thumbnail">
<img src="./images/thumbnails/raspberries.jpg" itemprop="thumbnail">
</div>
<div class="portfolio-banner">
<div class="portfolio-description">
<h2 itemprop="name">Raspberry Plants <span class="nobreak"><span class="italic8"><span class="small-title">in the</span></span></span> Snow</h2>
<span itemprop="abstract">A set of live coded music and animation.</span>
</div>
</div>
</a>
</div>
<div class="portfolio-item" itemscope itemtype="https://schema.org/VisualArtwork">
<a href="./en/projects/the-tilings-of-truchet.html" itemprop="url">
<div class="thumbnail">
<img src="./images/thumbnails/truchet.jpg" itemprop="thumbnail">
</div>
<div class="portfolio-banner">
<div class="portfolio-description">
<h2 itemprop="name">The Tilings <span class="nobreak"><span class="italic8"><span class="small-title">of</span></span> Truchet</span>
</h2>
<span itemprop="abstract">Wanderings in 18<span class="superscript">th</span> century <span class="nobreak">French mathematics.</span>
</span>
</div>
</div>
</a>
</div>
<div class="portfolio-item" itemscope itemtype="https://schema.org/Movie">
<a href="./en/projects/what-the-walls-feel.html" itemprop="url">
<div class="thumbnail">
<img src="./images/thumbnails/what-the-walls-feel.jpg" itemprop="thumbnail">
</div>
<div class="portfolio-banner">
<div class="portfolio-description">
<h2 itemprop="name">What <span class="italic8"><span class="small-title">the</span></span> Walls Feel
</h2>
<span itemprop="abstract">A music video for composer Frank Horvat.
</span>
</div>
</div>
</a>
</div>
<div class="portfolio-item" itemscope itemtype="https://schema.org/VisualArtwork">
<a href="./en/projects/dunes.html" itemprop="url">
<div class="thumbnail">
<img src="./images/thumbnails/dunes.jpg" itemprop="thumbnail">
</div>
<div class="portfolio-banner">
<div class="portfolio-description">
<h2 itemprop="name">Dunes</h2>
<span itemprop="abstract">A series of images generated by a dynamical system.
</span>
</div>
</div>
</a>
</div>
<div class="portfolio-item" itemscope itemtype="https://schema.org/VisualArtwork">
<a href="http://codepen.io/pelletierauger/full/xOqNYa/" itemprop="url">
<div class="thumbnail">
<img src="./images/thumbnails/growing_wreath.jpg" itemprop="thumbnail">
</div>
<div class="portfolio-banner">
<div class="portfolio-description">
<h2 itemprop="name">Growing Wreath</h2>
<span itemprop="abstract">A group of growing recursive trees.</span>
</div>
</div>
</a>
</div>
</div><div id="footer">Guillaume Pelletier-Auger — 2016-2024
</div>
</body>
</html>