Add files via upload

Aggiornamento 30/12/2024
This commit is contained in:
Leocraft1 2024-12-30 16:41:35 +01:00 committed by GitHub
parent b81463dac4
commit 1be5febb11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 1121 additions and 0 deletions

26
chisiamo.html Normal file
View File

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ModenaTpl</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<h1>Chi siamo?</h1>
<p>Ciao, caro visitatore avventuriero delle lande di nessuno, il mio nome è Leonardo, sono un appassionato fotografo di bus a tutto tondo. Vivo a Modena in via EH VOLEVI!<br>Questo sito discende da una storia infinita (senza atreju), vi basta sapere che: "Buona foto ma..."</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DIoxAEc-ckc?si=XRD4EHMe1whz7IPI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>...e quindi sai cosa ho fatto, mi sono messo in proprio.<br>Lui? Questo grattacelo è Dani (l'aspetto da Bud Spencer di 20 metri è normale, stai tranquillo), è lui che ha realizzato questo sito, pure questa lettera "e" che stai leggendo l'ha messa lui.<br><em>Ciao! - Il Dani.</em><br>Spero di avere riempito il numero minimo di righe per la sufficienza, buona permanenza.</p>
</body>
</html>

26
index.html Normal file
View File

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<h1>ER-TPL</h1>
<p>Galleria fotografica dei bus del TPL Emiliano-Romagnolo</p>
<div>
<a class="button" href="seta.html">SETA Modena</a>
<a class="button" href="start.html">START Romagna (RA)</a>
<a class="button" href="tper.html">TPER</a>
</div>
<footer>
<hr>
<a href="chisiamo.html" class="link">Chi siamo</a>
</footer>
</body>
</html>

30
seta.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<h1>SETA Modena</h1>
<div class="verticale">
<a href="setaurbano.html" class="button">Urbano</a>
<a href="setasuburbano.html" class="button">Suburbano</a>
<a href="" class="button">Extraurbano</a>
<a href="setafilobus.html" class="button">Filobus</a>
<a href="" class="button">Minibus</a>
</div>
</body>
</html>

40
setafilobus.html Normal file
View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="seta.html">SETA Modena</a></li>
</ul>
</nav>
</header>
<h1>Autobus Urbani di SETA Modena</h1>
<table class="image-table">
<tr>
<td>
<p>Neoplan Electroliner</p>
<a href="setamodena_bus/filobus/neoplan.html"><img class="bus" src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-2.jpg&fileId=234151&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>CAM Busotto NGT</p>
<a href="setamodena_bus/filobus/busottongt.html"><img class="bus" src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141.jpg&fileId=234904&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>Solaris Trollino 12 IV</p>
<a href="setamodena_bus/filobus/trollino.html"><img class="bus" src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/35.jpg&fileId=264300&x=1920&y=1080&a=true&etag=e50b61301ce557ef8b2048937f89f728" alt="Server foto non raggiungibile."></a>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,119 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="../../style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../seta.html">SETA Modena</a></li>
<li><a href="../../setafilobus.html">SETA Urbano</a></li>
</ul>
</nav>
</header>
<h1>Solaris Trollino 12 IV</h1>
<p>Descrizione dei Trollini molto bella e articolata.</p>
<table class="image-table">
<tr>
<td colspan="4"><h2>35</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/35.jpg&fileId=264300&x=1920&y=1080&a=true&etag=e50b61301ce557ef8b2048937f89f728"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/35.jpg&fileId=264300&x=1920&y=1080&a=true&etag=e50b61301ce557ef8b2048937f89f728"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>36</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/36.jpg&fileId=264301&x=1920&y=1080&a=true&etag=8f76c0f24e5cce0c756f56b3be714380"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/36.jpg&fileId=264301&x=1920&y=1080&a=true&etag=8f76c0f24e5cce0c756f56b3be714380"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<tr>
<td colspan="4"><h2>37</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/37.jpg&fileId=264327&x=1920&y=1080&a=true&etag=3163327738dc723d04678367f0aeb295"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/37.jpg&fileId=264327&x=1920&y=1080&a=true&etag=3163327738dc723d04678367f0aeb295"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>38</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/38.jpg&fileId=264334&x=1920&y=1080&a=true&etag=4b8aeed6833087a5f740bbe11bdba199"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/38.jpg&fileId=264334&x=1920&y=1080&a=true&etag=4b8aeed6833087a5f740bbe11bdba199"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/38-2.jpg&fileId=264302&x=1920&y=1080&a=true&etag=144db1d84714cffa2ccb85080105a89a"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/38-2.jpg&fileId=264302&x=1920&y=1080&a=true&etag=144db1d84714cffa2ccb85080105a89a"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/38-3.jpg&fileId=264336&x=1920&y=1080&a=true&etag=a03afa2ca77616a3b8ae7b3904a60af1"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/38-3.jpg&fileId=264336&x=1920&y=1080&a=true&etag=a03afa2ca77616a3b8ae7b3904a60af1"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>39</h2></td>
</tr>
<tr>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>40</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/40.jpg&fileId=264303&x=1920&y=1080&a=true&etag=bc304a32f24aafabeab93333ded247c6"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/40.jpg&fileId=264303&x=1920&y=1080&a=true&etag=bc304a32f24aafabeab93333ded247c6"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>41</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/41.jpg&fileId=264335&x=1920&y=1080&a=true&etag=52edd581b711a216349eb0de3a7f63c0"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/41.jpg&fileId=264335&x=1920&y=1080&a=true&etag=52edd581b711a216349eb0de3a7f63c0"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>42</h2></td>
</tr>
<tr>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>43</h2></td>
</tr>
<tr>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>44</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/44.jpg&fileId=264337&x=1920&y=1080&a=true&etag=2211273deb0f7b762eb31bf00df031e9"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/44.jpg&fileId=264337&x=1920&y=1080&a=true&etag=2211273deb0f7b762eb31bf00df031e9"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/44-2.jpg&fileId=264338&x=1920&y=1080&a=true&etag=23f19acb5074bc37bfcfac43b5301cc3"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Trollino%2012/44-2.jpg&fileId=264338&x=1920&y=1080&a=true&etag=23f19acb5074bc37bfcfac43b5301cc3"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,73 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, max-age=0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="../../style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../seta.html">SETA Modena</a></li>
<li><a href="../../setaurbano.html">SETA Urbano</a></li>
</ul>
</nav>
</header>
<h1>Mercedes Citaro O530N CNG</h1>
<p>Descrizione dei Citaro CNG molto bella e articolata.</p>
<table class="image-table">
<tr>
<td colspan="4"><h2>143</h2></td>
</tr>
<tr>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>144</h2></td>
</tr>
<tr>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>145</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/145.jpg&fileId=236262&x=1920&y=1080&a=true&etag=58b1be427c7f844f2768fbf89a0edd55"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/145.jpg&fileId=236262&x=1920&y=1080&a=true&etag=58b1be427c7f844f2768fbf89a0edd55"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/145-2.jpg&fileId=236260&x=1920&y=1080&a=true&etag=9859d828d4dc1bec70146a7fc22443a2"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/145-2.jpg&fileId=236260&x=1920&y=1080&a=true&etag=9859d828d4dc1bec70146a7fc22443a2"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145.jpg&fileId=236263&x=1920&y=1080&a=true&etag=3d3078f6429fdb57d9199980a554758f"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145.jpg&fileId=236263&x=1920&y=1080&a=true&etag=3d3078f6429fdb57d9199980a554758f"alt="Server foto non raggiungibile."style="width: 60%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145-2.jpg&fileId=236264&x=1920&y=1080&a=true&etag=17fc20ef2e47a6e35fbcc52a47dad686"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145-2.jpg&fileId=236264&x=1920&y=1080&a=true&etag=17fc20ef2e47a6e35fbcc52a47dad686"alt="Server foto non raggiungibile." style="width: 60%"></a></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145-4.jpg&fileId=236300&x=1920&y=1080&a=true&etag=6f58fe43cfdc4bf7be0c4a2f507f1da0"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145-4.jpg&fileId=236300&x=1920&y=1080&a=true&etag=6f58fe43cfdc4bf7be0c4a2f507f1da0"alt="Server foto non raggiungibile." style="width: 60%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145-5.jpg&fileId=236295&x=1920&y=1080&a=true&etag=764bbc9c9f1d5a4fdd7421690b6a0123"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145-5.jpg&fileId=236295&x=1920&y=1080&a=true&etag=764bbc9c9f1d5a4fdd7421690b6a0123"alt="Server foto non raggiungibile." style="width: 60%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145-3.jpg&fileId=236298&x=1920&y=1080&a=true&etag=66f69698d473e07f63e130e795bf363d"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni145-3.jpg&fileId=236298&x=1920&y=1080&a=true&etag=66f69698d473e07f63e130e795bf363d"alt="Server foto non raggiungibile." style="width: 60%"></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>146</h2></td>
</tr>
<tr>
<td><a class="NO-CACHE" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/146.jpg&fileId=236261&x=1920&y=1080&a=true&etag=701863ded4230a71a43524346b43fb0c"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/146.jpg&fileId=236261&x=1920&y=1080&a=true&etag=701863ded4230a71a43524346b43fb0c"alt="Server foto non raggiungibile."></a></td>
<td><a class="NO-CACHE" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni146.jpg&fileId=236265&x=1920&y=1080&a=true&etag=5656f2e6335b3c26d2e7d375a769dc63"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni146.jpg&fileId=236265&x=1920&y=1080&a=true&etag=5656f2e6335b3c26d2e7d375a769dc63"alt="Server foto non raggiungibile."></a></td>
<td><a class="NO-CACHE" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni146-2.jpg&fileId=236302&x=1920&y=1080&a=true&etag=634c8c63f099718090562a0f590e3e36"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/interni146-2.jpg&fileId=236302&x=1920&y=1080&a=true&etag=634c8c63f099718090562a0f590e3e36"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,103 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="../../style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../seta.html">SETA Modena</a></li>
<li><a href="../../setaurbano.html">SETA Urbano</a></li>
</ul>
</nav>
</header>
<h1>Mercedes Citaro O530N Diesel</h1>
<p>Questi 14 Mercedes Citaro O530N prima serie a 3 porte sono stati acquistati dall'ATCM nel 2004. Hanno allestimento suburbano con sedili parzialmente imbottiti. Venivano utilizzati sull'urbano fino al 2023, dall'estate 2023 in poi sono stati riservati esclusivamente per il suburbano (Corriere LE). Di questo lotto sono state rottamate la 125 e 131. </p>
<table class="image-table">
<tr>
<td colspan="4"><h2>113</h2></td>
</tr>
<tr>
<td colspan="4"><h2>115</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/115.jpg&fileId=234131&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/115.jpg&fileId=234131&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>116</h2></td>
</tr>
<tr>
<td colspan="4"><h2>117</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117.png&fileId=234130&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117.png&fileId=234130&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-2.jpg&fileId=234151&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-2.jpg&fileId=234151&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-2.jpg&fileId=234151&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-3.jpg&fileId=234138&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/interno%20117.jpg&fileId=234193&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/interno%20117.jpg&fileId=234193&x=1920&y=1080&a=true" alt="Server foto non raggiungibile." style="width: 55%"></a></td>
</tr>
<tr>
<td colspan="4"><h2>120</h2></td>
</tr>
<tr>
<td colspan="4"><h2>121</h2></td>
</tr>
<tr>
<td colspan="4"><h2>122</h2></td>
</tr>
<tr>
<td colspan="4"><h2>123</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/123.jpg&fileId=234152&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/123.jpg&fileId=234152&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>124</h2></td>
</tr>
<tr>
<td colspan="4"><h2>125</h2></td>
</tr>
<tr>
<td colspan="4"><h2>128</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128.jpg&fileId=234132&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128.jpg&fileId=234132&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128-2.jpg&fileId=234146&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128-2.jpg&fileId=234146&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128-3.jpg&fileId=234175&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128-3.jpg&fileId=234175&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>129</h2></td>
</tr>
<tr>
<td colspan="4"><h2>130</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/130.jpg&fileId=234159&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/130.jpg&fileId=234159&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>131</h2></td>
</tr>
<tr>
<td colspan="4"><h2>132</h2></td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,142 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="../../style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../seta.html">SETA Modena</a></li>
<li><a href="../../setaurbano.html">SETA Urbano</a></li>
</ul>
</nav>
</header>
<h1>Iveco Irisbus Cityclass CNG CURSOR</h1>
<p>Descrizione dei Cityclass molto bella e articolata.</p>
<table class="image-table">
<tr>
<td colspan="4"><h2>133</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/133.jpg&fileId=234820&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/133.jpg&fileId=234820&x=1920&y=1080&a=true" alt="Server foto non raggiungibile." style="width: 85%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/133-2.jpg&fileId=234822&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/133-2.jpg&fileId=234822&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>134</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/134.jpg&fileId=234821&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/134.jpg&fileId=234821&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134.jpg&fileId=234937&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134.jpg&fileId=234937&x=1920&y=1080&a=true" alt="Server foto non raggiungibile." style="width: 50%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-2.jpg&fileId=234938&x=1920&y=1080&a=true&etag=26948aa6e0da6ddee95a4c3dd42b25f0"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-2.jpg&fileId=234938&x=1920&y=1080&a=true&etag=26948aa6e0da6ddee95a4c3dd42b25f0"alt="Server foto non raggiungibile."style="width: 50%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-3.jpg&fileId=234939&x=1920&y=1080&a=true&etag=d89c776cbe39539a6b7d7b488cee0d78"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-3.jpg&fileId=234939&x=1920&y=1080&a=true&etag=d89c776cbe39539a6b7d7b488cee0d78"alt="Server foto non raggiungibile."style="width: 50%"></a></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-4.jpg&fileId=234940&x=1920&y=1080&a=true&etag=1a17ff4b495469fbd0aee958d8a05bad"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-4.jpg&fileId=234940&x=1920&y=1080&a=true&etag=1a17ff4b495469fbd0aee958d8a05bad"alt="Server foto non raggiungibile."style="width: 50%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-4.jpg&fileId=234940&x=1920&y=1080&a=true&etag=1a17ff4b495469fbd0aee958d8a05bad"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-4.jpg&fileId=234940&x=1920&y=1080&a=true&etag=1a17ff4b495469fbd0aee958d8a05bad"alt="Server foto non raggiungibile."style="width: 50%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-5.jpg&fileId=234941&x=1920&y=1080&a=true&etag=8657f03f6e4da8012d10838a0ddff328"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-5.jpg&fileId=234941&x=1920&y=1080&a=true&etag=8657f03f6e4da8012d10838a0ddff328"alt="Server foto non raggiungibile."style="width: 50%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-6.jpg&fileId=234942&x=1920&y=1080&a=true&etag=bf59165e42e0f40c8591afca45ce0f6a"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-6.jpg&fileId=234942&x=1920&y=1080&a=true&etag=bf59165e42e0f40c8591afca45ce0f6a"alt="Server foto non raggiungibile."style="width: 50%"></a></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-7.jpg&fileId=234943&x=1920&y=1080&a=true&etag=f6fdcd45ac1224927feee35615c3cb48"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-7.jpg&fileId=234943&x=1920&y=1080&a=true&etag=f6fdcd45ac1224927feee35615c3cb48"alt="Server foto non raggiungibile."style="width: 50%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-8.jpg&fileId=234944&x=1920&y=1080&a=true&etag=7ee119d662cac6ae61799b572aaed1f0"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/interni134-8.jpg&fileId=234944&x=1920&y=1080&a=true&etag=7ee119d662cac6ae61799b572aaed1f0"alt="Server foto non raggiungibile."style="width: 50%"></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>135</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/135.jpg&fileId=234844&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/135.jpg&fileId=234844&x=1920&y=1080&a=true"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/135-2.jpg&fileId=234843&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/135-2.jpg&fileId=234843&x=1920&y=1080&a=true"alt="Server foto non raggiungibile."></a></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>136</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/136.jpg&fileId=234864&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/136.jpg&fileId=234864&x=1920&y=1080&a=true"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/136-2.jpg&fileId=234855&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/136-2.jpg&fileId=234855&x=1920&y=1080&a=true"alt="Server foto non raggiungibile."></a></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/136-3.jpg&fileId=234858&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/136-3.jpg&fileId=234858&x=1920&y=1080&a=true"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>137</h2></td>
</tr>
<tr>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>138</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/138.jpg&fileId=234861&x=1920&y=1080&a=true&etag=e174e8f1b54e1af949ce0723c5231d1c"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/138.jpg&fileId=234861&x=1920&y=1080&a=true&etag=e174e8f1b54e1af949ce0723c5231d1c"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/138-2.jpg&fileId=234886&x=1920&y=1080&a=true&etag=1cc9c4ff1018f6d26dfa956c8cd7f0db"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/138-2.jpg&fileId=234886&x=1920&y=1080&a=true&etag=1cc9c4ff1018f6d26dfa956c8cd7f0db"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/138-3.jpg&fileId=234880&x=1920&y=1080&a=true&etag=6834e5423c05e18201177861e2a9c8ef"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/138-3.jpg&fileId=234880&x=1920&y=1080&a=true&etag=6834e5423c05e18201177861e2a9c8ef"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/138-4.jpg&fileId=234885&x=1920&y=1080&a=true&etag=6bc9e8e49ff556b4561b6b867e620af3"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/138-4.jpg&fileId=234885&x=1920&y=1080&a=true&etag=6bc9e8e49ff556b4561b6b867e620af3"alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td colspan="4"><h2>139</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139.jpg&fileId=234888&x=1920&y=1080&a=true&etag=e0ce0440e62c4384381a8e986b42b683"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139.jpg&fileId=234888&x=1920&y=1080&a=true&etag=e0ce0440e62c4384381a8e986b42b683"alt="Server foto non raggiungibile."style="width: 55%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-2.jpg&fileId=234889&x=1920&y=1080&a=true&etag=342796e9ac8c9fe1f1ca44e2a43ba898"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-2.jpg&fileId=234889&x=1920&y=1080&a=true&etag=342796e9ac8c9fe1f1ca44e2a43ba898"alt="Server foto non raggiungibile."style="width: 55%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-3.jpg&fileId=234890&x=1920&y=1080&a=true&etag=6cead2d5526bfb79ffaafd9f6ad78512"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-3.jpg&fileId=234890&x=1920&y=1080&a=true&etag=6cead2d5526bfb79ffaafd9f6ad78512"alt="Server foto non raggiungibile."style="width: 55%"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-4.jpg&fileId=234887&x=1920&y=1080&a=true&etag=d549f2340a18a9e87e0a9f095f883c7d"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-4.jpg&fileId=234887&x=1920&y=1080&a=true&etag=d549f2340a18a9e87e0a9f095f883c7d"alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-5.jpg&fileId=234908&x=1920&y=1080&a=true&etag=b84fafd23197ebe490e0c77e24957cc7"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-5.jpg&fileId=234908&x=1920&y=1080&a=true&etag=b84fafd23197ebe490e0c77e24957cc7"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-6.jpg&fileId=234922&x=1920&y=1080&a=true&etag=f7fcf24c95f58568e02b5f467ff27f42"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/139-6.jpg&fileId=234922&x=1920&y=1080&a=true&etag=f7fcf24c95f58568e02b5f467ff27f42"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>140</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/140.jpg&fileId=234925&x=1920&y=1080&a=true&etag=b9ce12ac6c5d048ae0c16b840cb89e37"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/140.jpg&fileId=234925&x=1920&y=1080&a=true&etag=b9ce12ac6c5d048ae0c16b840cb89e37"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>141</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141.jpg&fileId=234904&x=1920&y=1080&a=true&etag=53aa19f7048e54dfda32e7392e34a260"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141.jpg&fileId=234904&x=1920&y=1080&a=true&etag=53aa19f7048e54dfda32e7392e34a260"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141-2.jpg&fileId=234921&x=1920&y=1080&a=true&etag=b67f656ff54f40db2124e40e89b75c91"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141-2.jpg&fileId=234921&x=1920&y=1080&a=true&etag=b67f656ff54f40db2124e40e89b75c91"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141-3.jpg&fileId=234928&x=1920&y=1080&a=true&etag=626b5db4d85a1e9a592cc0a24472c646"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141-3.jpg&fileId=234928&x=1920&y=1080&a=true&etag=626b5db4d85a1e9a592cc0a24472c646"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141-4.png&fileId=234927&x=1920&y=1080&a=true&etag=d30495eab4c3c8e2dc134f50b0b985b8"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141-4.png&fileId=234927&x=1920&y=1080&a=true&etag=d30495eab4c3c8e2dc134f50b0b985b8"alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141-5.jpg&fileId=234929&x=1920&y=1080&a=true&etag=2b4f3dacf10b1db43c764c037007b5cf"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141-5.jpg&fileId=234929&x=1920&y=1080&a=true&etag=2b4f3dacf10b1db43c764c037007b5cf"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>142</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/142.jpg&fileId=234932&x=1920&y=1080&a=true&etag=45a15b6a5f07cb3dad94464d03c5eaf2"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/142.jpg&fileId=234932&x=1920&y=1080&a=true&etag=45a15b6a5f07cb3dad94464d03c5eaf2"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="../../style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../seta.html">SETA Modena</a></li>
<li><a href="../../setaurbano.html">SETA Urbano</a></li>
</ul>
</nav>
</header>
<h1>Iveco Irisbus Cityclass CNG ex Pavia</h1>
<p>Descrizione dei Cityclass di Pavia molto bella e articolata.</p>
<table class="image-table">
<tr>
<td colspan="4"><h2>293</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20PAVIA/293.jpg&fileId=264543&x=1920&y=1080&a=true&etag=2975ec64ebcb908f6abe05f560fea516"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20PAVIA/293.jpg&fileId=264543&x=1920&y=1080&a=true&etag=2975ec64ebcb908f6abe05f560fea516"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20PAVIA/293-2.jpg&fileId=264542&x=1920&y=1080&a=true&etag=38e31a7497aeece59fa5cd1e41b4af5c"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20PAVIA/293-2.jpg&fileId=264542&x=1920&y=1080&a=true&etag=38e31a7497aeece59fa5cd1e41b4af5c"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>294</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20PAVIA/interni294.jpg&fileId=264544&x=1920&y=1080&a=true&etag=cd123b203c645ab26e59cb6718625525"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20PAVIA/interni294.jpg&fileId=264544&x=1920&y=1080&a=true&etag=cd123b203c645ab26e59cb6718625525"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>295</h2></td>
</tr>
<tr>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
</table>
</body>
</html>

69
setaurbano.html Normal file
View File

@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="seta.html">SETA Modena</a></li>
</ul>
</nav>
</header>
<h1>Autobus Urbani di SETA Modena</h1>
<table class="image-table">
<tr>
<td>
<p>Mercedes Citaro O530N Diesel</p>
<a href="setamodena_bus/urbano/citarodiesel.html"><img class="bus" src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-2.jpg&fileId=234151&x=1920&y=1080&a=true" alt="Server foto non raggiungibile." style="width:100%"></a>
</td>
<td>
<p>Irisbus Cityclass ATCM</p>
<a href="setamodena_bus/urbano/cityclassatcm.html"><img class="bus" src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20ATCM/141.jpg&fileId=234904&x=1920&y=1080&a=true" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>Mercedes Citaro O530N CNG</p>
<a href="setamodena_bus/urbano/citarocng.html"><img class="bus" src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20CNG/145.jpg&fileId=236262&x=1920&y=1080&a=true&etag=58b1be427c7f844f2768fbf89a0edd55" alt="Server foto non raggiungibile."></a>
</td>
</tr>
<tr>
<td>
<p>Irisbus Citelis CNG</p>
<a href="setamodena_bus/urbano/citelis.htmll"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>Solaris Urbino 12 III CNG</p>
<a href="setamodena_bus/urbano/surbinocng.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>MenariniBus Citymood CNG</p>
<a href="setamodena_bus/urbano/menarinocng.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
</tr>
<tr>
<td>
<p>Irisbus Cityclass ex Pavia</p>
<a href="setamodena_bus/urbano/cityclasspavia.html"><img class="bus" src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Cityclass%20PAVIA/293.jpg&fileId=264543&x=1920&y=1080&a=true&etag=2975ec64ebcb908f6abe05f560fea516" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>MenariniBbus Citymood LNG</p>
<a href="setamodena_bus/urbano/menarinolng.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>Iveco Urbanway Hybrid 2022</p>
<a href="setamodena_bus/urbano/urbanwayhyb.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
</tr>
</table>
</body>
</html>

28
start.html Normal file
View File

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<h1>START Romagna - Bacino di Ravenna</h1>
<div class="verticale">
<a href="starturbano.html" class="button">Urbano</a>
<a href="" class="button">Suburbano</a>
<a href="" class="button">Extraurbano</a>
</div>
</body>
</html>

View File

@ -0,0 +1,110 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="../../style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../start.html">START Ravenna</a></li>
<li><a href="../../starturbano.html">START Urbano</a></li>
</ul>
</nav>
</header>
<h1>BredaMenariniBus M231 CNG</h1>
<p>Questi urbani Breda Monocar M231 da 8 metri sono stati acquistati dalla ex ATM Ravenna in 3 lotti, il primo 10219-10225 nel 2002, il secondo 10226-10235 nel 2003 e il terzo 10240-10242 nel 2005. Sono dotati di cambio ZF Ecomat a 4 rapporti e motore Mercedes Daimler M906LAG. Hanno display aesys.</p>
<p>Di questi bus le matricole da 10219 a 10229 sono state dismesse.</p>
<table class="image-table">
<tr>
<td colspan="4"><h2>10219</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10220</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10221</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10222</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10223</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10224</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10225</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10226</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10226.jpg&fileId=233903&x=1920&y=1080&a=true&etag=812a711d9fbd2dcca8e760c071231ad5"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10226.jpg&fileId=233903&x=1920&y=1080&a=true&etag=812a711d9fbd2dcca8e760c071231ad5"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>10227</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10228</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10229</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10230</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10231</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10231.jpg&fileId=233901&x=1920&y=1080&a=true&etag=b2dd84748527449ba4af1328e5397d42"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10231.jpg&fileId=233901&x=1920&y=1080&a=true&etag=b2dd84748527449ba4af1328e5397d42"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10231(2).jpg&fileId=233900&x=1920&y=1080&a=true&etag=23232dad50684583adb6c1bdaed5cfe8"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10231(2).jpg&fileId=233900&x=1920&y=1080&a=true&etag=23232dad50684583adb6c1bdaed5cfe8"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>10232</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10233</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10233.jpg&fileId=233938&x=1920&y=1080&a=true&etag=e197aa7fea7a9e9def321d285661edb7"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10233.jpg&fileId=233938&x=1920&y=1080&a=true&etag=e197aa7fea7a9e9def321d285661edb7"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>10234</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10234.jpg&fileId=233909&x=1920&y=1080&a=true&etag=a2de504ecec9658e43f36006abce1d23"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10234.jpg&fileId=233909&x=1920&y=1080&a=true&etag=a2de504ecec9658e43f36006abce1d23"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
<tr>
<td colspan="4"><h2>10235</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10235.jpg&fileId=233916&x=1920&y=1080&a=true&etag=6c3c25caaa583f39742167f5ea30dd4d"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10235.jpg&fileId=233916&x=1920&y=1080&a=true&etag=6c3c25caaa583f39742167f5ea30dd4d"alt="Server foto non raggiungibile."></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10235(2).jpg&fileId=233902&x=1920&y=1080&a=true&etag=ea269b85e6b71248608a2ae7f2664378"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10235(2).jpg&fileId=233902&x=1920&y=1080&a=true&etag=ea269b85e6b71248608a2ae7f2664378"alt="Server foto non raggiungibile."></a></td>
<td><a href=""><img src=""></a></td>
<td><a href=""><img src=""></a></td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,103 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="../../style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../start.html">START Ravenna</a></li>
<li><a href="../../starturbano.html">START Urbano</a></li>
</ul>
</nav>
</header>
<h1>Irisbus Citelis CNG non-EEV</h1>
<p>Bidonelis.</p>
<table class="image-table">
<tr>
<td colspan="4"><h2>113</h2></td>
</tr>
<tr>
<td colspan="4"><h2>10420</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Irisbus%20Citelis%20Start%20Ravenna/20240906_145356.jpg&fileId=233151&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Irisbus%20Citelis%20Start%20Ravenna/20240906_145356.jpg&fileId=233151&x=1920&y=1080&a=true" alt="115"></a></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>116</h2></td>
</tr>
<tr>
<td colspan="4"><h2>117</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117.png&fileId=234130&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117.png&fileId=234130&x=1920&y=1080&a=true" alt="117"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-2.jpg&fileId=234151&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-2.jpg&fileId=234151&x=1920&y=1080&a=true" alt="117-2"></a></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-2.jpg&fileId=234151&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/117-3.jpg&fileId=234138&x=1920&y=1080&a=true" alt="117-3"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/interno%20117.jpg&fileId=234193&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/interno%20117.jpg&fileId=234193&x=1920&y=1080&a=true" alt="interno 117" style="width: 55%"></a></td>
</tr>
<tr>
<td colspan="4"><h2>120</h2></td>
</tr>
<tr>
<td colspan="4"><h2>121</h2></td>
</tr>
<tr>
<td colspan="4"><h2>122</h2></td>
</tr>
<tr>
<td colspan="4"><h2>123</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/123.jpg&fileId=234152&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/123.jpg&fileId=234152&x=1920&y=1080&a=true" alt="123"></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>124</h2></td>
</tr>
<tr>
<td colspan="4"><h2>125</h2></td>
</tr>
<tr>
<td colspan="4"><h2>128</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128.jpg&fileId=234132&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128.jpg&fileId=234132&x=1920&y=1080&a=true" alt="128"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128-2.jpg&fileId=234146&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128-2.jpg&fileId=234146&x=1920&y=1080&a=true" alt="128-2"></a></td>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128-3.jpg&fileId=234175&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/128-3.jpg&fileId=234175&x=1920&y=1080&a=true" alt="128-3"></a></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>129</h2></td>
</tr>
<tr>
<td colspan="4"><h2>130</h2></td>
</tr>
<tr>
<td><a href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/130.jpg&fileId=234159&x=1920&y=1080&a=true"><img src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Leo/SETA/Citaro%20Diesel/130.jpg&fileId=234159&x=1920&y=1080&a=true" alt="130"></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4"><h2>131</h2></td>
</tr>
<tr>
<td colspan="4"><h2>132</h2></td>
</tr>
</table>
</body>
</html>

60
starturbano.html Normal file
View File

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="start.html">START Ravenna</a></li>
</ul>
</nav>
</header>
<h1>Autobus Urbani di START Ravenna</h1>
<table class="image-table">
<tr>
<td>
<p>BredaMenariniBus M231 CNG</p>
<a href="startravenna_bus/urbano/bredino.html"><img class="bus" src="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10226.jpg&fileId=233903&x=1920&y=1080&a=true&etag=812a711d9fbd2dcca8e760c071231ad5" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>BredaMenariniBus Vivacity CNG</p>
<a href="startravenna_bus/urbano/bredinovivo.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>Irisbus Citelis 12 CNG Dimostrativo</p>
<a href="startravenna_bus/urbano/citelisdim.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
</tr>
<tr>
<td>
<p>Iveco Urbanway 12m CNG</p>
<a href="startravenna_bus/urbano/uw.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>MenariniBus Citymood 12 CNG</p>
<a href="startravenna_bus/urbano/menarinocng.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
<td>
<p>Iveco Urbanway 12 CNG Dimostrativo</p>
<a href="startravenna_bus/urbano/uwdim.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
</tr>
<tr>
<td>
<p>Karsan e-ATAK</p>
<a href="startravenna_bus/urbano/kakkasan.html"><img class="bus" src="https://picsum.photos/300/200" alt="Server foto non raggiungibile."></a>
</td>
</tr>
</table>
</body>
</html>

110
style.css Normal file
View File

@ -0,0 +1,110 @@
body{
background-color: #282828;
color: white;
text-align: center;
font-family: Titillium Web;
}
.button {
display: inline-block;
text-decoration: none;
font-size: 18px;
width: auto;
margin-bottom: 1rem;
margin-left: 10px;
margin-right: 10px;
padding: 0 20px;
font-weight: 700;
line-height: 48px;
letter-spacing: .1px;
white-space: wrap;
border-radius: 8px;
cursor: pointer;
color: white;
background-color: blue;
box-shadow: 0 5px 0 darkblue
}
.button:active {
box-shadow: none;
transform: translateY(5px)
}
.link{
color: cyan;
}
footer{
position: absolute;
bottom: 10px;
width: 99%;
height: 60px;
}
header {
background-color: #333;
height: 50px;
padding: 0 20px;
display: flex;
align-items: center;
width: auto;
border-radius: 10px;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
nav ul li {
margin-right: 20px;
}
nav ul li a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
nav ul li a:hover {
text-decoration: underline;
}
.bus{
border: 2px solid;
border-style: hidden;
border-radius: 10px;
}
table{
margin-left: auto;
margin-right: auto;
}
h2 {
font-size: 20px;
margin-bottom: 10px;
}
table.image-table {
width: 98%;
max-width: 1800px;
margin: 20px auto;
border-spacing: 5px;
table-layout: fixed;
text-align: start;
}
table.image-table img {
width: 100%;
max-width: 100%;
height: auto;
}
@media (max-width: 768px) {
table.image-table {
width: 100%;
}
td {
display: block;
width: 100%;
}
img {
margin-bottom: 10px;
}
}

27
tper.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<h1>TPER Extraurbano</h1>
<div class="verticale">
<a href="" class="button">Suburbano</a>
<a href="" class="button">Extraurbano</a>
</div>
</body>
</html>