-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
254 lines (200 loc) · 5.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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>The Urban Digital Twins Observatory</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<style>
/* Set body font and background color */
body {
font-family: sans-serif;
background-color: rgb(49, 49, 49);
color: #fff;
}
/* Create a responsive grid layout */
.grid {
display: flex;
flex-wrap: wrap;
}
.grid > * {
width: 100%;
}
@media (min-width: 600px) {
.grid > * {
width: 50%;
}
}
@media (min-width: 900px) {
.grid > * {
width: 33.3333%;
}
}
/* Style the header and navigation */
header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
background-color: rgb(0, 0, 0);
}
header h1 {
margin: 0;
font-size: 2em;
text-transform: uppercase;
letter-spacing: 2px;
}
nav ul {
display: flex;
list-style: none;
}
nav li {
margin: 0 10px;
}
nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
transition: color 0.2s;
}
nav a:hover {
color: #0af;
}
/* Style the main content */
main {
padding: 20px;
}
/* Style the footer */
footer {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #111;
color: #fff;
padding: 20px;
}
/* Add hover effects to buttons */
button {
background-color: #0af;
border: none;
color: #fff;
cursor: pointer;
padding: 10px 20px;
font-size: 1em;
transition: background-color 0.2s;
}
button:hover {
background-color: #00f;
}
/* Add responsive design styles */
@media (max-width: 600px) {
nav ul {
flex-direction: column;
}
nav li {
margin: 10px 0;
}
}
section {
padding-top: 20px;
padding-bottom: 40px;
}
header img {
width: 200px;
float: left;
margin-right: 10px;
}
#map-container {
width: 100%;
height: 800px;
overflow: hidden; /* Hide any overflow */
}
#map {
width: 100%; /* Make the map fill the container */
height: 100%;
top: 5%;
}
</style>
</head>
<body>
<header>
<!-- img src="logo.png" alt="Urban Digital Twin Observatory Logo"> -->
<h1>The Urban Digital Twin Observatory</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#guide">Guide</a></li>
<li><a href="#initiaves">Initiatives</a></li>
<li><a href="globepage.html">Globe</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="about">
<h2>About</h2>
<!-- Add content for the About section here -->
<p>
What?
</p>
<p>
A web portal with urban and spatial digital twins from all over the world.
It features such as search and filters, along as a navigation around the world.
It enables contributor to add/correct information in order to keep it updated
It includes a page with references to important guidelines, standardization and regulation documents
</p>
<p>
Why?
</p>
<p>
We want to promote the democratization of the data about digital twins,
provide incentive to regional and local public policies and an overview to researchers and policy-makers
</p>
<p>
Who?
</p>
<p>
The researcher Bruno Ávila Eça de Matos during the Engineering Doctorate program in Smart Buildings and Cities
under supervision of Prof. Dr. Bauke de Vries en Dr. Gamze Dane (TU Eindhoven)
and Tom van Tilburg (Geodan).
</p>
</section>
<section id="guide">
<h2>Guide</h2>
<!-- Add content for the Team section here -->
<p>
Add steps of the Guide for Implementation here
</p>
</section>
<section id="initiatives">
<h2>Initiatives</h2>
<!-- Add content for the Projects section here -->
<p>
Explain the methodology for the data collection and the maturity level assessment
Add some images and good practices here
</p>
<section id="contact">
<h2>Contact</h2>
<!-- Add content for the Contact section here -->
EngD Bruno Ávila Eça de Matos
<a href='https://www.linkedin.com/in/brunoavilamatos' target='_blank'> Profile</a> |
E-mail: b.avila.eca.de.matos@tue.nl
</section>
</main>
<footer>
<!-- Add footer content here -->
<p>Copyright © 2023 All rights reserved.</p>
<p>Contact us: <a href='mailto:info@yourcompany.com'>b.avila.eca.de.matos@tue.nl</a></p>
<p>Follow us:
<a href='https://twitter.com/twitter' target='_blank'>Twitter</a> |
<a href='https://facebook.com/facebook' target='_blank'>Facebook</a> |
<a href='https://instagram.com/instagram' target='_blank'>Instagram</a>
</p>
</footer>
</body>
</html>
<script>
</script>
</body>
</html>