-
Notifications
You must be signed in to change notification settings - Fork 0
/
classes.html
106 lines (82 loc) · 3.02 KB
/
classes.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html lang="en">
<head>
<title>Rafael Nonato</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
body { font-family:"Times New Roman" }
p { margin-top: 5pt;
margin-bottom: 0pt; }
table { width:800px }
h4 { margin-top: 0pt;
margin-bottom: 5pt; }
hr { width:800px; float:left }
.square { border-style: solid;
border-width: 1px;
padding: 5px;
max-width: 800px; }
hr { border: 0;
height: .5px;
background: #333;
background-image: linear-gradient(to right, #ccc, #333, #ccc); }
#wrapper { max-width: 800px;
margin: 0 auto; }
</style>
</head>
<body>
<div id="wrapper">
<table style="text-align:center">
<tr border=1>
<td style="width:20%"><a href="index.html">Home</a></td>
<td style="width:20%"><a href="papers.html">Papers</a></td>
<td style="width:20%"><a href="talks.html">Presentations</a></td>
<td style="width:20%"><a href="classes.html"><b>Classes</b></a></td>
<td style="width:20%"><a href="etc.html">Tools</a></td>
</tr>
</table>
<hr/><br/>
<div class="square">
<h4>2020.1. <a href="classes/2020.1/LE428/index.html">LE428 - Inglês Instrumental 1 (Estatística)</a></h4>
</div>
<br/>
<div class="square">
<h4>2020.1. <a href="classes/2020.1/LE530/index.html">LE530 - Inglês para computação (Ciências e Engenharia da Computação)</a></h4>
</div>
<br/>
<div class="square">
<h4>2020.1. <a href="classes/2020.1/LE657/index.html">LE657 - Inglês instrumental (Engenharia de Minas e Cartográfica)</a></h4>
</div>
<br/>
<div class="square">
<h4>2020.1. <a href="classes/2020.1/LE732/index.html">LE732 - Inglês para computação (Sistemas de Informação)</a></h4>
</div>
<br/>
<div class="square">
<h4>2019.2. <a href="classes/2019.2/LE461/index.html">LE461 - Língua inglesa 1A (Terapia Ocupacional)</a></h4>
</div>
<br/>
<div class="square">
<h4>2019.2. <a href="classes/2019.2/LE530/index.html">LE530 - Inglês para computação (Ciências e Engenharia da Computação)</a></h4>
</div>
<br/>
<div class="square">
<h4>2019.2. <a href="classes/2019.2/LE657/index.html">LE657 - Inglês instrumental (Engenharia de Minas e Cartográfica)</a></h4>
</div>
<br/>
<div class="square">
<h4>2019.2. <a href="classes/2019.2/LE732/index.html">LE732 - Inglês para computação (Sistemas de Informação)</a></h4>
</div>
<br/>
<div class="square">
<h4>2016/03-05. <a href="http://amerindias.github.io/index.html">Línguas ameríndias: conhecer, documentar, descrever</a></h4>
<h4>Summary</h4>
<p>Graduate-level introduction to linguistics centered on Amerindian languages and phenomena relevant to their understanding.</p>
</div>
<br/>
<div class="square">
<h4>2015/03-05. <a href="http://amerindias.github.io/curso2015/index.html">Línguas ameríndias: conhecer, documentar, descrever</a></h4>
<h4>Summary</h4>
<p>Graduate-level introduction to linguistics centered on Amerindian languages and phenomena relevant to their understanding.</p>
</div>
</div>
</body>
</html>