0
0
Ответвление 0
progWeb/faq.html
2022-12-12 08:17:19 +01:00

66 строки
Без EOL
3,6 КиБ
HTML
Исходный Авторство История

Этот файл содержит неоднозначные символы Юникода

Этот файл содержит символы Юникода, которые легко спутать с похожими. Если так и должно быть, можете спокойно игнорировать это предупреждение. Отобразить символы можно кнопкой Экранирования.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ</title>
</head>
<body>
<ol>
<li>
<h4>How do I get to Greece ?</h4>
<p>The orography of Greece makes flying the easiest and cheapest option.
The main airport is Athens International Airport Eleftherios Venizelos. A round trip ticket from France costs around 200€.
From there you can fly to the most popular greek islands, which have their own airport.
Alternatively, you can get to Patras port by ferry from Venice, Italy.
It is also possible to get from Paris to Athens in 3 stops which takes around 3 days : Paris → Zurich → Belgrade → Thessaloniki.</p>
</li>
<li>
<h4>Do I need a Visa ?</h4>
<p>Provided that your stay doesn't extend 3 months, French citizens only require a passport or a national identity card to go Greece.</p>
</li>
<li>
<h4>How can I get around in Greece ?</h4>
<p>If youre interested in utilizing public transit on the mainland, stick to buses and avoid the unreliable rail service.
Although trains are cheap, they are slow and not as well maintained as other lines in Europe.
However, buses are clean, affordable, and connect to a broad network of destinations throughout the country.
Athens has an accessible, affordable and modern Metro that will take you to key points of interest and the port of Piraeus.</p>
</li>
<li>
<h4>How long should I stay ?</h4>
<p>Ideally, you want to plan at least a week or two in Greece to have enough time to take in the major island groups and ancient cities.</p>
</li>
<li>
<h4>What currency does Greece use ?</h4>
<p>Greece uses the Euro (€).</p>
</li>
<li>
<h4>What is the weather like ?</h4>
<p>Depending on the time of year, Greece can swing from chilly winters to scorching hot summers that top 40°C.
Scheduling your vacation in spring or autumn can help you beat summers heat and avoid tourist-packed high season.</p>
</li>
<li>
<h4>Can I get by with English alone ?</h4>
<p>English is widely spoken in the heavily touristed areas and road signs in big cities are typically bilingual.
Nonetheless it is respectful to learn a few basic Greek words like "Please" (parakalo) and "thank you" (efharisto), to better conect with locals.
</p>
</li>
<li>
<h4>What should I pack ?</h4>
<p>If your itinerary is heavy on cobblestone-lined cities and rocky ruins, pack good shoes and breathable clothing.
When travelling in winter, pack an umbrella and lightweight raincoat.
In summer don't forget sunscreen, sunglasses and a hat.</p>
</li>
<li>
<h4>Can you drink tap water ?</h4>
<p>Tap water is safe to drink on the mainland in larger cities like Athens and Thessaloniki, but stick to bottled water if youre in a smaller town off the beaten track or if youre exploring the islands.</p>
</li>
<li>
<h4>Do I need an international driver's license to rent a car ?</h4>
<p>Greece being part of the European Union, the French driver's license is sufficient to rent a car.</p>
</li>
</ol>
</body>
</html>