-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (106 loc) · 3.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Carolina Passos - Architect and Urban Designer">
<meta name="viewport" content="width=device-width">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<title>carolina passos</title>
<style type="text/css">
body {
margin: 0;
padding: 0;
overflow: hidden;
}
iframe {
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
.about-box {
color: #576870;
border-radius: 3px;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.9);
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 11px;
position: absolute;
left: 20px;
top: 20px;
z-index: 2;
padding: 20px;
width: 180px;
overflow: hidden;
text-align: center;
}
.about-box img {
width: 80%;
border-radius: 50%;
}
.about-profile,
.about-links,
.about-map {
text-align: left;
margin: 10px 0 0;
}
.about-map {
color: #E8092E;
}
.about-links {
display: inline-block;
list-style: none;
padding: 0;
}
.about-links li {
/*width: 50%;*/
margin-left: 20px;
text-align: left;
float: left;
}
.about-links li:first-child {
margin-left: 0;
}
.about-links a,
.about-links a:visited,
.about-links a:hover,
.about-links a:active {
text-decoration: none;
color: inherit;
}
.about-links a:hover {
color: #E8092E;
}
</style>
</head>
<body>
<div class="about-box">
<img src="img/profile.png" alt="Carolina Passos">
<p class="about-profile">Carolina Passos is an architect and urban designer based in São Paulo, Brazil.</p>
<p class="about-map">This map is based on two data sets: daily activity and the intensity on each place. Feel free to explore it.</p>
<ul class="about-links">
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://www.linkedin.com/in/carolinapos">LinkedIn</a></li>
<li><a href="https://www.mappinglab.me">MappingLab</a></li>
</ul>
</div>
<iframe frameborder="0" height="100%" width="100%" src="https://api.mapbox.com/styles/v1/carolpos/ck8p1713d12bg1is1ko3x0jce.html?access_token=pk.eyJ1IjoiY2Fyb2xwb3MiLCJhIjoiQ01qN3dEWSJ9.Vgyz5uVSv3sw9QgPqdPTtA#12/-23.56161/-46.65134"></iframe>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S1SFD2DSZV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S1SFD2DSZV');
</script>
</body>
</html>