-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (96 loc) · 4.71 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
<!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>Simple HTML HomePage</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="woow.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="did.css">
</head>
<body>
<header class="header">
<a href="#" class="logo">Project ESD</a>
<nav class="nav-items">
<font face="Courier">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Reviews</a>
</font>
</nav>
</header>
<main>
<div class="intro">
<h1>Discover the Hidden Gems of the World </h1>
<font face="Helvetica"><p>Your Ultimate Travel Guide!</p>
<div class="main">
<div class="group">
<a href="tourism/signup.html" class="two">
<span>SIGN IN?</span>
<div class="bg"></div>
</button>
<a href="tourism/signup.html" class="one"> LOG IN?</a>
</div>
</div>
</font>
</div>
<div class="achievements">
<div class="work">
<font face="Courier">
<p class="work-heading">Destinations</p>
<p class="work-text">From tropical beaches to snow-capped mountains, there's a destination for everyone's taste and budget. Whether you're looking to unwind with a relaxing beach vacation, immerse yourself in a new culture, or go on an adrenaline-pumping adventure, the world is full of exciting options. Visit the historical landmarks of Europe, trek through the dense forests of South America, or explore the vibrant cities of Asia. With so many destinations to choose from, the only problem you'll have is deciding where to go first. So pack your bags, grab your passport, and get ready to make unforgettable memories in some of the most beautiful places on earth!</p></font>
<i class="fas fa-snowboarding fa-flip-both fa-spin"></i>
</div>
<div class="work">
<font face="Courier">
<p class="work-heading">Reviews</p>
<p class="work-text">Customer reviews can be a great way to gauge the popularity and overall experience of a tourist spot. Based on the feedback of other travelers, you can get an idea of what to expect before you visit. Positive reviews can highlight the must-see attractions, the best times to visit, and any insider tips that can make your trip even more enjoyable. On the other hand, negative reviews can point out any potential drawbacks or issues to be aware of. By taking the time to read customer reviews, you can make informed decisions and have a better understanding of what a tourist spot has to offer. So, whether you're planning a solo adventure or a family vacation, be sure to check out the reviews before you book your next trip!</p></font>
<i class="fas fa-compass fa-spin"></i>
</div>
</div>
<div class="rapper">
<div class="bard">
<div class="froont">
<h1>Did You</h1>
<h1>Know?</h1>
</div>
<div class="rightt">
<h2>Did You Know?</h2>
<p>The world's most visited tourist attraction is not a man-made structure, but rather a natural wonder: <span>Niagara Falls</span></p>
</div>
</div>
<div class="img-rapper">
<br><br><br><br>
<img src='https://purepng.com/public/uploads/thumbnail//purepng.com-lost-in-central-parkmanmalewomenfemalecouplecouplesentouragegroupgroupshikingtouristtouristswaiting-1261526399999f6t2r.png' alt=''>
</div>
</div>
<div class="about-me">
<div class="about-me-text">
<font face="Courier">
<h2>About Us</h2>
<p><i class="fas fa-quote-left fa-2x fa-pull-left"></i>We are Web Developers from TCET and we were forced to do this project. Without this project we would have received loads of sleep without the enhancement of stress on our minds. Made With Love.</p>
</div>
</div>
</font>
<footer class="footer">
<div class="copy">© 2023 TCET Students</div>
<div class="bottom-links">
<div class="links">
<span>More Info</span>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
</div>
<div class="links">
<span>Social Links</span>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</footer>
</body>
</html>