forked from DesignHipermedia/toolbox2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathficha03.htm
41 lines (38 loc) · 1.42 KB
/
ficha03.htm
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">~
<link rel="stylesheet" href="ficha03.css">
<title>UMA</title>
</head>
<body>
<div class="flexwrapper">
<header class="flexitems"></header>
<nav class="flexItems"></nav>
<main class="flexItems"></main>
<main class="flexItems">
<section class="flexItems foco">em foco</section>
<section class="flexItems ultimas">ultimas</section>
<section class="flexItems agenda">agenda</section>
<section class="flexItems links">links</section>
</main>
<nav class="flexItems">
<a href="#" class="ListItem">Universidade</a>
<a href="#" class="ListItem">Ensino</a>
<a href="#" class="ListItem">Investigação</a>
<a href="#" class="ListItem">Serviços</a>
<div class="LastItem">
<input type="text" placeholder="Pesquisar">
<button>Ir</button>
</div>
</nav>
<footer class="flexItems">
<p>Colégio dos Jesuítas - Rua dos Ferreiros</p>
<p>9000-082 Funchal - Portugal</p>
<p>Telef. + 351 291 209 400 | Fax + 351 291 209 410</p>
<p>email: [email protected]</p>
</footer>
</div>
</body>
</html>