-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 839 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Processing - Felipe Custódio</title>
<link rel="stylesheet" href="tufte.css"/>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<article>
<h1 id="tufte-css"><a href="https://felipecustodio.github.io/">./</a>processing</h1>
<p class="subtitle">Felipe Custódio</p>
<section>
<p class="subtitle">Visualization and experiments using Processing or P5.js. </p>
<figure class="fullwidth">
<img src="img/3d_harmonograph.gif" alt="3D Harmonograph"/>
</figure>
<a href="https://github.com/felipecustodio/processing/tree/master/harmonograph3D">3D Harmonograph</a>
</article>
</body>
</html>