-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
95 lines (87 loc) · 3.44 KB
/
info.html
File metadata and controls
95 lines (87 loc) · 3.44 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
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
<!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 class="current_page_item"><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><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">
<div style="margin-bottom: 50px;">
<h1>EDITAL CAMPEONATO ALAGOANO DE JIU-JITSU 2020</h1>
<a href="./files/EDITAL_CAMPEONATO_ALAGOANO_SEM_KIMONO_2020.PDF"
style="font-size: 18px; text-decoration: underline;cursor: pointer;" download>Fazer download</a>
</div>
<!-- <h3>EM BREVE...</h3> -->
<div>
<h1>Equipes Filiadas à FJETAL em 2020 :</h1>
<div class="menu-info-academias">
<div><span> KIMURA</span></div>
<div><span> VIVENTE JR</span></div>
<div><span> GF TEAM</span></div>
<div><span> GRACIE BARRA</span></div>
<div><span> TOCA DO GUERREIRO</span></div>
<div><span> SANDRO MELO</span></div>
<div><span> PROJETO GAMA divNS JIU-JITSU</span></div>
<div><span> PROJETO COMUNIDADE EVANGÉdivCA DE JIU-JITSU</span></div>
<div><span> ZR</span></div>
<div><span> LEÃO DE JUDÁ</span></div>
<div><span> MARX ENGEL</span></div>
<div><span> BARBOSA JIU-JITSU</span></div>
<div><span> ARGUS</span></div>
<div><span> DONOSTI JIU-JITSU</span></div>
<div><span> CICERO COSTHA</span></div>
<div><span> PROJETO SOCIAL FUTUROS CAMPEÕES</span></div>
</div>
</div>
<div class="bolsa">
<h2>Bolsa Atleta</h2>
<img src="images/bolsa_atleta.jpeg" alt="Bolsa Atleta" />
<a href="files/edital_bolsa.pdf" style="font-size: 18px; text-decoration: underline;cursor: pointer;" download>Baixar Edital</a>
</div>
<!-- <div>
<h3 style="float: left;width: 100%;margin: 30px 0 ;">PREMIAÇÃO DO CAMPEONATO ALAGOANO DE JIU-JITSU 2019</h3>
<img src="images/premiacao.jpg" style="width: 60%" alt="Premiação do campeonato">
</div> -->
</div>
</body>
</html>