-
Notifications
You must be signed in to change notification settings - Fork 0
/
pven.html
217 lines (212 loc) · 6.11 KB
/
pven.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
<html><head><base href="../" />
<title>Projekt Autobahn Venedig: Eine Revolution der Mobilität</title>
<style>
body {
font-family: 'Roboto', sans-serif;
line-height: 1.6;
color: #333;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 20px;
}
header {
background: #35424a;
color: #ffffff;
padding-top: 30px;
min-height: 70px;
border-bottom: #e8491d 3px solid;
}
header a {
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}
header ul {
padding: 0;
margin: 0;
list-style: none;
overflow: hidden;
}
header li {
float: left;
display: inline;
padding: 0 20px 0 20px;
}
header #branding {
float: left;
}
header #branding h1 {
margin: 0;
}
header nav {
float: right;
margin-top: 10px;
}
header .highlight, header .current a {
color: #e8491d;
font-weight: bold;
}
header a:hover {
color: #ffffff;
font-weight: bold;
}
#showcase {
min-height: 100vh;
background-image: url('background.png');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
text-align: center;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
#showcase .showcase-content {
background-color: rgba(0, 0, 0, 0.7);
padding: 2rem;
border-radius: 10px;
}
#showcase h1 {
font-size: 55px;
margin-bottom: 10px;
color: #e8491d;
text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
#showcase p {
font-size: 20px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
#boxes {
margin-top: 20px;
background-color: #ffffff;
padding: 2rem 0;
}
#boxes .box {
float: left;
text-align: center;
width: 30%;
padding: 10px;
}
#boxes .box img {
width: 90px;
}
#ueber, #zeitplan, #kontakt {
background-color: #ffffff;
padding: 2rem 0;
}
footer {
padding: 20px;
margin-top: 20px;
color: #ffffff;
background-color: #e8491d;
text-align: center;
}
@media(max-width: 768px) {
header #branding,
header nav,
header nav li,
#boxes .box {
float: none;
text-align: center;
width: 100%;
}
header {
padding-bottom: 20px;
}
#showcase h1 {
font-size: 40px;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Autobahn</span> Venedig</h1>
</div>
<nav>
<ul>
<li class="current"><a href="index.html/#home">Home</a></li>
<li><a href="index.html/#ueber">Über das Projekt</a></li>
<li><a href="index.html/#zeitplan">Zeitplan</a></li>
<li><a href="index.html/#kontakt">Kontakt</a></li>
</ul>
</nav>
</div>
</header>
<section id="showcase">
<div class="showcase-content">
<h1>Venedig 2.0: Die Stadt der Zukunft</h1>
<p>Eine 10-spurige Autobahn als Symbol des Fortschritts und der Mobilität</p>
</div>
</section>
<section id="ueber">
<div class="container">
<h2>Über das Projekt</h2>
<p>Das revolutionäre Projekt "Autobahn Venedig" sieht vor, die gesamte historische Stadt Venedig zu sprengen, um Platz für eine moderne, 10-spurige Autobahn zu schaffen. Diese kühne Vision wird Italiens Verkehrsinfrastruktur ins 21. Jahrhundert katapultieren und gleichzeitig eine jahrhundertealte Verkehrsproblematik lösen.</p>
<p>Hauptmerkmale des Projekts:</p>
<ul>
<li>Komplette Sprengung der Lagunenstadt</li>
<li>Bau einer 10-spurigen Autobahn mit modernster Technologie</li>
<li>Schaffung neuer Wohn- und Gewerbegebiete entlang der Strecke</li>
<li>Integration von Hochgeschwindigkeits-Ladestationen für Elektrofahrzeuge</li>
<li>Errichtung eines Venedig-Themenparks am Rande der neuen Autobahn</li>
</ul>
</div>
</section>
<section id="boxes">
<div class="container">
<div class="box">
<img src="icon_speed.png" alt="Geschwindigkeit">
<h3>Effizienz</h3>
<p>Reduzierung der Reisezeit zwischen Festland und Adria um 95%</p>
</div>
<div class="box">
<img src="icon_economy.png" alt="Wirtschaft">
<h3>Wirtschaftsaufschwung</h3>
<p>Schaffung von 50.000 neuen Arbeitsplätzen in der Region</p>
</div>
<div class="box">
<img src="icon_future.png" alt="Zukunft">
<h3>Zukunftsvision</h3>
<p>Ein Leuchtturmprojekt für moderne Stadtentwicklung in Europa</p>
</div>
</div>
</section>
<img src="background2.png" alt="Wirtschaft">
<section id="zeitplan">
<div class="container">
<h2>Projektzeitplan</h2>
<ul>
<li><strong>2024:</strong> Abschluss der Planungsphase und Beginn der Evakuierung</li>
<li><strong>2025:</strong> Sprengung der historischen Bausubstanz</li>
<li><strong>2026-2028:</strong> Aufschüttung und Bau der Autobahntrasse</li>
<li><strong>2029:</strong> Installation der Infrastruktur und Nebenprojekte</li>
<li><strong>2030:</strong> Feierliche Eröffnung der Autobahn Venedig</li>
</ul>
</div>
</section>
<section id="kontakt">
<div class="container">
<h2>Kontaktieren Sie uns</h2>
<p>Haben Sie Fragen oder Anregungen zum Projekt? Unser Team steht Ihnen zur Verfügung:</p>
<p>Email: <a href="mailto:[email protected]"><span class="__cf_email__" data-cfemail="c5acaba3aa85a4b0b1aaa7a4adabe8b3a0aba0a1aca2ebacb1">[email protected]</span></a><br>
Telefon: +39 041 9876543</p>
<p>Besuchen Sie auch unser Informationszentrum am Piazzale Roma, wo Sie ein detailliertes Modell der zukünftigen Autobahn besichtigen können.</p>
</div>
</section>
<footer>
<p>© 2030 Projekt Autobahn Venedig | Eine Initiative des italienischen Verkehrsministeriums</p>
<p><small></small></p>
</footer>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body></html>