-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontato.html
More file actions
56 lines (53 loc) · 1.93 KB
/
contato.html
File metadata and controls
56 lines (53 loc) · 1.93 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : Modelling
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20120617
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>FJETAL</title>
<link href="http://fonts.googleapis.com/css?family=Abel" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="wrapper2">
<div id="header">
<div id="logo">
<img src="images/logo.svg" alt="Logo fjetal" />
<h2>FJE-TAL</h2>
<img src="images/cbjj.png" alt="Logo cbjj" />
</div>
<div id="menu">
<ul>
<li><a href="index.html">Inicio</a></li>
<li ><a href="info.html">Informações</a></li>
<li><a href="galeria.html">Galeria</a></li>
<li><a href="campeonatos.html">Campeonatos</a></li>
<li class="current_page_item"><a href="contato.html">Contato</a></li>
<li><a target="_blink" href="https://forms.gle/AbhK872vQNE3W7edA">Cadastro</a></li>
<li><a target="_blink" href="https://cbjj.com.br/regras/">Regras</a></li>
<li><a target="_blink" href="https://cbjj.com.br/info/sistema-de-graduacao/">Graduações</a></li>
<li><a target="_blink" href="https://cbjj.com.br/info/uniforme/">Uniforme</a></li>
</ul>
</div>
</div>
<!-- end #header -->
<div id="banner-wrapper"></div>
</div>
</div>
<div id="footer-content-wrapper">
<div id="footer-content">
<h2 style="text-align: center;font-size:38px;">Contato: secretariafjetal@hormail.com</h2>
<h3 style="font-size: 28px">82-99307-0101</h3>
</div>
</body>
</html>