-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_me.html
43 lines (38 loc) · 1.32 KB
/
about_me.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
<!doctype html>
<html lang="en-US">
<head>
<title>About me</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="default.css" />
<meta name="description" content="Phonetic projects" />
<meta name="keywords" content="Python,Praat,Linguistics,Phonetics,Phonology" />
<meta name="author" content="Rolando Muñoz Aramburú" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="container">
<header>
<h1>Tools for Linguistic Fieldwork</h1>
</header>
<nav>
<ul class = "nav">
<li><a href="index.html">Welcome</a></li>
<li><a href="praat_tools.html">Praat tools</a></li>
<ul>
<li><a href= "praat_tools/finder.html">Finder</li>
<li><a href= "praat_tools/tokenizer.html">Tokenizer</li>
<li><a href= "praat_tools/tg_toolkit.html">TgToolkit</li>
<li><a href= "praat_tools/tg_draw.html">TgDraw</li>
</ul>
<li><a href= "phontext.html">PhonText</li>
<li><a href="spanish_vowels.html">Spanish vowels</a></li>
<li><a href="about_me.html">About me</a></li>
</nav>
<article>
<h1>About me</h1>
My name is Rolando Muñoz. I studied Linguistics at Universidad Nacional Federico Villarreal in Peru.
</article>
<footer>Copyright © Rolando Muñoz, 2018-2020</footer>
</div>
</body>
</html>