-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-home.html
98 lines (90 loc) · 4.32 KB
/
blog-home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sigma Traveler</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header class="header">
<div class="logo_container">
<a href="blog home.html" target="_blank"><em><h1>Sigma</h1></em><h1><strong>Traveler</strong></h1></a>
</div>
</header>
<ul class="navigation">
<a href="blog home.html" target="_none"><li>Home</li></a>
<a href="blog post.html" target="_blank"><li>Blog</li></a>
<a href="destinations.html" target="_blank"><li>Destinations</li></a>
<a href="travel tips.html" target="_blank"><li>Travel Tips</li></a>
</ul>
<div class="search-icon"></div>
<ul class="button">
<li><i class="fab fa-facebook-f"></i>
<a class="icon" href="https://facebook.com" target="_blank">
<ion-icon name="logo-facebook"></ion-icon></a>
</li>
<li><i class="fab fa-twitter"></i>
<a class="icon" href="https://twitter.com" target="_blank">
<ion-icon name="logo-twitter"></ion-icon></a>
</li>
<li><i class="fab fa-linkedin"></i>
<a class="icon" href="https://LinkedIn.com" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon></a>
</li>
</ul>
<div class="article">
<h2>Luxurious Travel</h2>
</div>
<section id="section">
<div class="box">
<div class="dubai"><h3>Top 5 attractions in Dubai</h3>
9/2/2023<a href="blog post.html" target="_blank"><h4>Continue Reading</h4></a>
</div>
<div class="about"><h3>About the Author</h3>
<img src="https://lh3.googleusercontent.com/a/AAcHTtffeOjhUKWIcFrGmkpAmpENznZjF6Qh77Kn1VryUK-luCqF=s432-c-no" alt="About photo">
<ul>
<li>Name: Chris White</li>
<li>Title: Student</li>
<li>School: Udacity</li>
<li>Bio: I'm originally from New Orleans. My favorite food is creole cuisine. I love to travel to different destinations and my goal is to someday visit every continent.</li>
</ul>
</div>
</div>
<div class="trip">
<div class="singapore"><h3>Top 5 attractions in Singapore</h3>
9/1/2023<h4>Continue Reading</h4>
</div>
<div class="maldives"><h3>Top 5 attractions in Maldives</h3>
8/31/2023<h4>Continue Reading</h4>
</div>
<div class="bora"><h3>Top 5 attractions in Bora Bora</h3>
8/30/2023<h4>Continue Reading</h4>
</div>
<div class="paris"><h3>Top 5 attractions in Paris</h3>
8/29/2023<h4>Continue Reading</h4>
</div>
</div>
</section>
<div class="subscribe form">
<h2>Subscribe</h2>
< em><h4>Subscribe now to get all of the latest travel info, insider tips and updates!</h4></em>
<form>
<input type="email" class="input-box" placeholder="Your Email">
<input type="password" class="input-box" placeholder="Your Password">
<p><span><input type="checkbox"></span>I agree to terms of services.</p>
<button type="button" class="signup-btn">Sign up</button>
<hr>
<p class="or">OR</p>
<p>Do you have an account? <a href="#">Sign In</a></p>
</form>
</div>
<footer id="footer">
<h5>©2023 Sigma Traveler</h5>
<h6>Created by Chris</h6>
<h6>Email: [email protected]</h6>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>