-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlistas.html
175 lines (161 loc) · 7.41 KB
/
listas.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lobster+Two:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="shortcut-icon" href="">
<link rel="stylesheet" href="estilo.css">
<link rel="stylesheet" href="gallery.theme.css">
<link rel="stylesheet" href="gallery.min.css">
<title>Mochilistas</title>
</head>
<script>
function trocaicone (icon) {
document.getElementById("icone").src=icon;
}
</script>
<body>
<input type="checkbox" id="check">
<label for="check"><img src="imagens/icone.png" id="icone"></label>
<div class="barra">
<nav class="menul">
<h4>Menu Principal</h4>
<ul>
<li><a href="index.html"><div class="link">Home</div></a></li>
<li><a href="cadastro.html"><div class="link">Cadastro</div></a></li>
<li><a href="transf.html"><div class="link">Transferências</div></a></li>
<li><a href="transp.html"><div class="link">Transporte Escolar</div></a></li>
<li><a href="reforco.html"><div class="link">Aulas de Reforço</div></a></li>
<li><a href="merenda.html"><div class="link">Delivery de Merenda</div></a></li>
</li>
</ul>
</nav>
</div>
<div id="topo"></div> <!-- Ancoragem do "volta ao topo" -->
<div class="fundo-menu">
<img class="logo" src="imagens/logo-mochilistas-bco-lar.png" alt="logo mochilistas">
</div>
<div>
<h2 class="local"><img src="imagens/local-seta.gif" height="10px"> LISTAS DE MATERIAL</h2><br>
</div>
<section id="secao">
<div id="secao">
<table class="listas">
<th><img src="imagens/lista-material.png" alt="Lista de material"></th>
<th colspan="2"> Localize a escola em que você estuda e clique na imagem para ver as listas de material escolar disponíveis:</th>
<tr class="busca">
<td colspan="3" class>
<label for="busca">Busca: </label>
<input type="text" id="busca" name="nome" size="65" class="lupa" placeholder="Digite a sua escola">
<button type="submit" name="busca" class="lupa">🔍</button>
</td>
</tr>
<tr>
<td>
<ul style="list-style: none;">
<a href="escola1.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola01.png" alt="Escola 1"><p>Centro Educacional Harry Pontes</p></figure>
</li>
</a>
</ul>
</td>
<td>
<ul style="list-style: none;">
<a href="escola2.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola02.png" alt="Escola 2"><p>Instituto Dom Barroso</p></figure>
</li>
</a>
</ul>
</td>
<td>
<ul style="list-style: none;">
<a href="escola3.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola03.png" alt="Escola 3"><p>Assoc. Escolar Machado de Assis</p></figure>
</li>
</a>
</ul>
</td>
</tr>
<tr>
<td>
<ul style="list-style: none;">
<a href="escola4.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola04.png" alt="Escola 4"><p>Escola Técnica de Nutrição</p></figure>
</li>
</a>
</ul>
</td>
<td>
<ul style="list-style: none;">
<a href="escola5.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola05.png" alt="Escola 5"><p>Colégio Hipótese</p></figure>
</li>
</a>
</ul>
</td>
<td>
<ul style="list-style: none;">
<a href="escola6.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola06.png" alt="Escola 6"><p>Colégio Militar</p></figure>
</li>
</a>
</ul>
</td>
</tr>
<tr>
<td>
<ul style="list-style: none;">
<a href="escola7.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola07.png" alt="Escola 1"><p>Unidade Escolar Brasil</p></figure>
</li>
</a>
</ul>
</td>
<td>
<ul style="list-style: none;">
<a href="escola8.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola08.png" alt="Escola 1"><p>Escola Estadual Cecília Meireles</p></figure>
</li>
</a>
</ul>
</td>
<td>
<ul style="list-style: none;">
<a href="escola9.html" target="_self" style="text-decoration: none;">
<li>
<figure><img src="imagens/escola09.png" alt="Escola 1"><p>Colégio José de Alencar</p></figure>
</li>
</a>
</ul>
</td>
</tr>
<tr class="secao">
<td colspan="3"></td>
</tr>
</table>
<div>
<a href="#topo"><img class="volta-topo" src="imagens/seta-topo.png" alt="seta-topo"></a>
</div>
</section>
<footer>
<div class="rodape">
<img src="imagens/logo-mochilistas-az-bco.png" class="rodape">
<h3>Curso Programador Web/SENAC 2021 [Equipe 2] * Todos os direitos reservados</h3>
<h2><a href="contato.html">Fale conosco </a></h2>
<h2><a href="https://fb.com" target="_blank"><img src="imagens/facebook.jpg"></a> <a href="https://instagram.com" target="_blank"><img src="imagens/Instagram.PNG"></a></h2>
</div>
</footer>
</body>
</html>