-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (48 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Tiago Roldão</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<noscript>
<style>
body {
opacity: 1;
}
</style>
</noscript>
</head>
<body>
<section class="main-content">
<h1><span>Tiago Roldão</span> <br/>
<br/>
<span><i>Software Developer, Accordion player, balfolk dancer, plus a bunch of other identifiers.</i></span>
</h1>
<h2><span>Some Github projects:</span>
</h2>
<ul>
<li> <a href="https://github.com/tiagoroldao/note-trainer">note-trainer</a><span>, a pitch recognition proof-of-concept using browser sound APIs, where you can learn the pentatonic scale using any instrument.</span></li>
<li> <a href="https://github.com/tiagoroldao/xmasLights">xmasLights</a>, a bluetooth controller for christmas lights, in native-vue + arduino</li>
<li> <a href="https://github.com/tiagoroldao/ya-borganetto">Yet Another Borganetto</a>, an open source digital organetto project</li>
</ul>
<h2><span>Some <i>older</i> stuff:</span>
</h2>
<ul>
<li> <a href="https://www.tiagoroldao.com/">tiagoroldao.com</a>, which houses a very old Google Maps plaything.</li>
<li> <a href="https://www.tiagoroldao.com/d4">Obrigatório Não Ver</a>, which houses an old school project around data visualization.</li>
<li> <a href="http://www.tiagoroldao.com/games/cookiedough/">Cookiedough</a>, a small game where you need to cut cookies from a dough to survive.. Easier seen than described.</li>
<li> <a href="http://www.tiagoroldao.com/manifesto/">Manifesto Antidantas</a>, animated in (!) Adobe Flash.</li>
</ul>
<h2><span>Some more stuff:</span>
</h2>
<ul>
<li> <a href="https://www.linkedin.com/in/tiagofroldao/">LinkedIn</a></li>
<li> <a href="mailto:[email protected]">Email</a></li>
<li> <a href="javascript:void(0);" id="rerun-animation">I want to see that animation again!</a></li>
</ul>
</section>
<script src="animate.js"></script>
</body>
</html>