-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (37 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AAACCN</title>
<link rel="icon" type="image/x-icon" href="src/img/icons8-fox-32.png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="src/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
</div>
<div style="text-align: center;margin-top: 10%;">
<p>
Clique aqui para efetuar o Download da ficha de membro para AAACCN:
</p>
<a href="FichaMembro.pdf" download="FichaMembro.pdf">
<button type="button">Download</button>
</a>
<br><br><br><br>
<p>
Clique aqui para verificar nosso Termo de Codigo de Conduta da AAACCN. Por favor, <br>recomendamos que leia
com atenção!
</p>
<a href="CodigoDeConduta.pdf" download="CodigoDeConduta.pdf">
<button type="button">Download</button>
</a>
<br><br><br><br>
<img src="src/img/logo original.png" width="200px" height="200px"/>
</div>
<div class="footer">
<p>Para mais informações, entre em contato pelo instagram: <a href="https://www.instagram.com/aaaccnavegadores/">@aaaccnavegadores</a></p>
</div>
</body>
</html>