-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Murilo Polese - Gallery</title>
<script type="text/javascript" src="./db.js"></script>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, user-scalable=no" />
<script async defer data-website-id="1c614f8d-3e4a-474f-ac31-bddb4b7780ae" src="http://umami.bananabanana.me/umami.js"></script>
</head>
<body>
<h1 style="display: none;">Murilo Polese - Gallery</h1>
<div class="header">
<img class="avatar" src="murilismo.jpg" width="50%" />
<p>
In <a target="_blank" href="https://murilopolese.github.io/RTP_SFPC_SUMMER20/">Recreating the Past</a>,
<a target="_blank" href="http://www.murilopolese.com/">I</a> studied computational art from the past decades and recreated these
works with contemporary techniques to gain aesthetic, analytical and
technical knowledge.
</p>
<p>
Since then I continue learning from the past, present and future. (Never graduate!)
</p>
</div>
<div class="feed"></div>
<div class="code">
<p>
All code (including this website) can be found on the <a target="_blank" href="https://github.com/murilopolese/gallery">repository</a>.
You can download it directly as a <a target="_blank" href="https://github.com/murilopolese/gallery/archive/master.zip">compressed file</a>.
</p>
<p>
You can also read the <a href="./research/index.html">research documents</a>
(gathered with immense help from friends).
</p>
</div>
<script type="text/javascript" src="app.js"></script>
</body>
</html>