-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (29 loc) · 1.34 KB
/
about.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">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<meta name="description" content="List of capoeira moves with pictures, their names and video tutorials.">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/typography.css">
</head>
<body>
<header id="header">
<nav>
<a href="index.html#moves/ginga.html">Capoeira moves</a>
<a href="ngolo.html#ngolo/ginga.html">Engolo moves</a>
<a href="breakdance.html">Breakdance moves</a>
<a href="songs.html#songs/vou-dizer-a-meu-senhor.html">Capoeira songs</a>
<a href="about.html" class="active">About</a>
</nav>
</header>
<aside></aside>
<article class="main">
<h1>About</h1>
<p>I am Damjan, a capoeira disciple from Belgrade. I made this website for myself, to help me learn the capoeira moves and their names.</p>
<p>The goal of this website is not to be a complete list of all capoeira movements (such a thing is not even possible, because capoeira is alive), but to include all the most important techniques, and to organize them meaningfully and hierarchically.</p>
<p>I am also interested in <i>n'golo</i> (anglicized <i>engolo</i>), a primitive form of capoeira from Angola.</p>
</article>
</body>
</html>