-
Notifications
You must be signed in to change notification settings - Fork 0
/
index___.html
34 lines (34 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>João Tragtenberg's Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>João Tragtenberg</h1>
<nav>
<ul>
<li><a href="#education">Educação</a></li>
<li><a href="#projects">Projetos</a></li>
<li><a href="#performances">Performances</a></li>
<li><a href="#contact">Contato</a></li>
</ul>
</nav>
</header>
<section id="projects">
<!-- <h2>Featured Project: Digital Music Instrument</h2>
<img src="disque-som.jpg" alt="Digital Music Instrument" style="width:100%;max-width:300px;">
<p>This project focuses on the creation of a digital music instrument designed to enhance live performances. It integrates advanced sensor technology with custom software to allow for expressive and dynamic musical creation. The instrument's design emphasizes ergonomics and user interaction, providing a unique platform for musicians and performers.</p> -->
</section>
<section id="performances">
<h2>Performances</h2>
<!-- Performance details -->
</section>
<footer>
<p>Contato: <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>