-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·126 lines (81 loc) · 4.4 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
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
<HTML>
<HEAD><TITLE>Shapes of Portugal</TITLE>
<meta name="keywords" content="Portugal, statistics, estatistica, municipios, freguesisas, visualizacao de dados, formas de portugal, data visualization, infovis, infoviz, dataviz, design, Manuel Lima">
<meta name="description" content="Give a description">
<meta name="author" content="Manuel Lima">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css" />
</HEAD>
<style type="text/css">
<!--
.style3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
<body bgcolor="#FFFFFF" link="#225588" alink="#993333" vlink="#225588">
<!-- ============= -->
<div class="shadow1"></div>
<div class="shadow2"></div>
<div class="header">
<table width="950" height="60" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="220" align="left" valign="middle"><a href="index.html"><img src="images/logo.gif" alt="logo" width="220" height="50" border="0"></a></td>
<td width="30"></td>
<td width="440" align="left" valign="middle"><span class="style3"><a href="index.html">Home</a> | <a href="about.html">About</a> | <a href="#">Contact</a> </span></td>
<td width="20"></td>
<td width="240" align="right" valign="middle">
</td>
</tr>
</table>
</div>
<div class="toprule"></div>
<div class="content">
<!-- ============= CONTENT ============= -->
<h3>"Public Information should be made public.<br>
This public means presenting, designing and structuring this information <br>
so that it is accessible, available, understandable and free."</h3>
<br>
<span class="byline"> Richard Saul Wurman in<em> Understanding USA</em></span><br>
<br>
<div class="ruleindex"></div>
<!-- Portugal: Treemap -->
<a href="treemap/"><img src="images/index/treemap.gif" alt="" width=220 height=170 border=0 class="leftimage"></a>
<h1><a href="treemap/">Portugal: Treemap</a></h1>
<div class="deck">Mapa ortogonal da área e população municipal portuguesa</div>
<div class="dateline">Janeiro, 2008</div>
<br clear=all><div class="ruleindex"></div>
<!-- Um milénio de criacao -->
<a href="milenio/"><img src="images/index/milenio.gif" alt="" width=220 height=170 border=0 class="leftimage"></a>
<h1><a href="milenio/">Um milénio de criação</a></h1>
<div class="deck">Um olhar sobre a criação dos 308 municípios portugueses</div>
<div class="dateline">Setembro, 2007</div>
<br clear=all><div class="ruleindex"></div>
<!-- Uma questao de nome -->
<a href="nomenclatura/"><img src="images/index/nomenclatura.gif" alt="" width=220 height=170 border=0 class="leftimage">
</a>
<h1><a href="nomenclatura/">Uma questão de nome</a></h1>
<div class="deck">Curiosidades da nomenclatura municipal portuguesa</div>
<div class="dateline">Julho, 2007</div>
<br clear=all><div class="ruleindex"></div>
<!-- Sindrome da Pequenez -->
<a href="pequenez/"><img src="images/index/pequenez.gif" alt="" width=220 height=170 border=0 class="leftimage"></a>
<h1><a href="pequenez/">Síndrome de Pequenez</a> </h1>
<div class="deck">O Fim de uma desculpa injustificada </div>
<div class="dateline">Junho, 2007</div>
<br clear=all><div class="ruleindex"></div>
<!-- Divisoes Administrativas -->
<a href="divisoes/"><img src="images/index/divisoes.gif" alt="" width=220 height=170 border=0 class="leftimage"></a>
<h1><a href="divisoes/">Divisões Administrativas de Portugal</a><a href="iraqielection/"></a></h1>
<div class="deck">Um olhar pela diversidade da divisão territorial portuguesa </div>
<div class="dateline">Abril, 2007</div>
<br clear=all>
<!-- ============= END CONTENT ============= -->
</div>
<br><br>
<div class="footer"><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="images/somerights20.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a><br />©2008 Manuel Lima (<a href="http://www.shapesofportugal.com/sop/contact.cfm">Contact</a>) | CSS style based on style.org public <a href="http://www.style.org/css/">CSS</a></div>
<!-- ============= -->
</body>
</html>