-
Notifications
You must be signed in to change notification settings - Fork 0
/
Travel-Tips.html
94 lines (90 loc) · 5.91 KB
/
Travel-Tips.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travel Tips | Nigeria Travel Blog</title>
<link rel="stylesheet" href="Travel-Tips.css">
</head>
<body>
<header>
<div class="logo">
<img src="https://i.pinimg.com/736x/7c/b5/e5/7cb5e51817daef6d8194ea98f37772ea.jpg" alt="Logo">
</div>
<nav>
<ul class="nav-links">
<li><a href="http://127.0.0.1:5500/.vscode/index.html">Home</a></li>
<li><a href="http://127.0.0.1:5500/.vscode/aboutus.html">About Us</a></li>
<li class="dropdown">
<a href="#">Featured Destinations</a>
<div class="dropdown-content">
<a href="http://127.0.0.1:5500/.vscode/Michigan.html">Michigan</a>
<a href="http://127.0.0.1:5500/.vscode/pr.html">Puerto Rico</a>
<a href="http://127.0.0.1:5500/.vscode/Chicago.html">Chicago</a>
</div>
</li>
<li><a href="http://127.0.0.1:5500/.vscode/Travel-Tips.html#">Travel Tips</a></li>
<li><a href="http://127.0.0.1:5500/.vscode/contact.html">Contact Us</a></li>
</ul>
</nav>
<a href="https://www.linkedin.com/in/maehornsby/" class="linkedin-btn">LinkedIn</a>
</header>
<main>
<section class="travel-tips">
<div class="tip-container">
<div class="tip">
<h2>Nigeria & General Travel Tips</h2>
<p><strong>Entry Requirements:</strong> A passport valid for six months, a visa, and proof of Polio and Yellow Fever vaccinations are required to enter Nigeria.</p>
<p><strong>Local Laws and Regulations:</strong> Be aware of local laws and regulations; violating them may result in expulsion, arrest, or imprisonment.</p>
<p><strong>Assistance for U.S. Citizens:</strong> If arrested or detained, ask police or prison officials to notify the U.S. Embassy or Consulate General immediately.</p>
<p><strong>LGBTI Travelers:</strong> Consensual, same-sex sexual relations are illegal in Nigeria, with punishments including fines and prison sentences.</p>
<p><strong>Religious Expression:</strong> Understand that many countries, including Nigeria, may restrict religious expression, including prayer, religious attire, and preaching.</p>
<p><strong>Medical Facilities and Emergency Services:</strong> Nigerian medical facilities are generally poorly equipped, and many medicines are unavailable.</p>
</div>
<div class="tip">
<h2>Michigan Travel Tips</h2>
<p><strong>Choose the best time for your trip to Michigan:</strong> The very best time to visit Michigan is September and October. September is like a second summer, and October has the best of the autumn weather. June through August are tremendously beautiful, but with kids out of school, you’ll be hard-pressed to find a campground to yourself, which isn’t a problem after Labor Day.</p>
<p><strong>Winter in southern Michigan:</strong> Winter in southern Michigan is unpredictable and with climate change, leans toward dwindling. You will, though, absolutely be astonished by the snow in the UP.</p>
<p><strong>Natural disasters:</strong> Michigan has one of the nation’s lowest rates of natural disasters.</p>
<p><strong>Carhartt’s Workwear:</strong> Carhartt’s Workwear has also become a fashion statement across the state.</p>
</div>
</div>
</section>
<section class="travel-tips">
<div class="tip-container">
<div class="tip">
<h2>Puerto Rico Travel Tips</h2>
<p><strong>Traveling from the United States?</strong> No Passport Needed! Since Puerto Rico is a U.S. territory, American citizens and permanent residents can travel to the Island passport-free. All you need to bring is a valid ID, such as a driver's license or state ID card.</p>
<p><strong>Culebra & Vieques:</strong> Culebra y East Metro North Central Mountains South West</p>
</div>
<div class="tip">
<h2>Chicago Travel Tips</h2>
<p><strong>Best Time to Visit:</strong> The best time to visit Chicago is during the summer months, from June to August, when the weather is warm and many outdoor events take place.</p>
<p><strong>Must-Visit Attractions:</strong> Don't miss the iconic Millennium Park, Navy Pier, the Art Institute of Chicago, and the Skydeck Chicago for stunning views of the city.</p>
</div>
</div>
</section>
</main>
<footer>
<nav>
<div class="logo">
<img src="https://i.pinimg.com/736x/7c/b5/e5/7cb5e51817daef6d8194ea98f37772ea.jpg" alt="Logo">
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown">
<a href="#">Featured Destinations</a>
<div class="dropdown-content">
<a href="http://127.0.0.1:5500/.vscode/Michigan.html">Michigan</a>
<a href="http://127.0.0.1:5500/.vscode/pr.html">Puerto Rico</a>
<a href="http://127.0.0.1:5500/.vscode/Chicago.html">Chicago</a>
</div>
</li>
<li><a href="http://127.0.0.1:5500/.vscode/Travel-Tips.html#">Travel Tips</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</footer>
</body>
</html>