-
Notifications
You must be signed in to change notification settings - Fork 0
/
pt.htm
64 lines (59 loc) · 3.66 KB
/
pt.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<html>
<head>
<title> Harry Maher </title>
<link rel="icon" type="image/ico" href="north.png">
<style>
body {width: 960px; height: 720px; margin-left: auto; margin-right: auto; color: grey; font-family: Segoe UI}
div.name {position: absolute; top: 20px; z-index: 2}
div.line1 {position: relative; top: 55px; width: 960px}
div.cont {position: relative; top: 50px; font-size: 130%; width: 960px; z-index: 2}
div.welcome {position: relative; top: 70px; font-size: 250%; left: 15px}
div.message {line-height: 150%; position: relative; top: 90px; font-size: 120%; margin-left: auto; margin-right: auto; width: 930px}
div.line2 {position: relative; top: 110px; width: 960px}
div.box1 {position: relative; top: 130px; width: 260px; height: 300px; left: 45px; line-height: 160%; font-size: 110%}
div.box2 {position: relative; top: -170px; width: 260px; height: 300px; left: 350px; line-height: 160%; font-size: 110%}
div.box3 {position: relative; top: -470px; width: 260px; height: 300px; left: 655px; line-height: 160%; font-size: 110%}
div.line3 {position: relative; top: -470px; width 960px; text-size: 75%}
</style>
</head>
<body>
<div class = "name"; style="font-size: 340%"><a href="pt.htm" style="color: grey; text-decoration: none; font-family: Segoe UI">Harry Maher</style></a></div>
<div class = "cont" align="right">
<a href = "conteudo.htm" style = "color: grey; text-decoration: none; font-family: Segoe UI">Conteúdo</a></style> <a href = "sobre.htm" style = "color: grey; text-decoration: none; font-family: Segoe UI">Sobre</a></style> <a href = "contacto.htm" style = "color: grey; text-decoration: none; font-family: Segoe UI">Contacto</a></style> <a href = "index.htm" style = "color: grey; text-decoration: none; font-family: Segoe UI">English</a> </style>
</div>
<div class = "line1">
<hr>
</div>
<div class = "welcome">
Bem-vindo
</div>
<div class = "message">
Bem-vindo ao meu site. Estou estudando psicologia e neurociência na faculdade Grinnell College no Grinnell, Iowa (EUA). Eu sou interessado em dados, cartografia, saúde, e desenvolvimento. Agora eu trabalho numa laboratório de análise de dados em Grinnell onde eu ajudo estudantes e professores com problemas com dados e faço gráficos com ArcGIS, SPSS, Minitab, Microsoft Excel, e muito mais.
</div>
<div class = "line2">
<hr>
</div>
<div class = "box1">
<a href = "http://dasil.grinnell.edu/iowa-school-data-by-school-district-for-the-2013-2014-school-year/" target = "_blank">
<img style="width: 260px; margin-left: auto; margin-right: auto" alt="An image of a map." title="Click here!" src="img1.png"></a>
<br><br>
Clique nesta foto para ver uma mapa que eu fiz no meu trabalho. É sobre educação no Iowa (EUA).
</div>
<div class = "box2">
<a href = "http://dasil.grinnell.edu/data-visualizations/factors-correlating-with-diabetes/" target = "_blank">
<img style="width: 260px" alt="An image of the bubble chart." title="Click here!" src="img2.png"></a>
<br><br>
Clique nesta imagem para ver um gráfico interativo que eu fiz sobre saúde nos Estados Unidos.
</div>
<div class = "box3">
<a href = "http://www.thesandb.com/features/dasil-looks-to-grow-spread-data-across-disciplines.html" target = "_blank">
<img style="width: 260px; margin-left: auto; margin-right: auto" alt="An image of the article text" title="Click here!" src="img3.png"></a>
<br><br>
Clique nesta imagem para ler em o <i>Scarlet and Black</i> um artigo sobre meu trabalho.
</div>
<div class = "line3">
<hr>
Este site foi escrito por Harry no Notepad em 2015 e é hospedado por <a href="https://support.google.com/drive/answer/2881970?hl=pt" style="color: grey" target ="_blank">Google Drive</a>.
</div>
</body>
</html>