-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2d8a37
commit 73c189d
Showing
1 changed file
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ | |
</head> | ||
|
||
<body> | ||
<div class="header"></div> | ||
<div class="logo_container"> | ||
<a href="blog home.html" target="_blank"><em><h1>Sigma</h1></em><h1><strong>Traveler</strong></h1></a> | ||
</div> | ||
<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> | ||
|
@@ -37,10 +38,11 @@ | |
</li> | ||
</ul> | ||
|
||
<div class="article"><h2>Luxurious Travel</h2></div> | ||
|
||
<div class="article"> | ||
<h2>Luxurious Travel</h2> | ||
</div> | ||
|
||
<section id="section"> | ||
<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> | ||
|
@@ -69,28 +71,27 @@ | |
8/29/2023<h4>Continue Reading</h4> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<div class="subscribe"> | ||
<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> | ||
</div> | ||
|
||
<footer id="footer"> | ||
<h5>©2023 Sigma Traveler</h5> | ||
<h6>Created by Chris</h6> | ||
<h6>Email: [email protected]</h6> | ||
</footer> | ||
<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> | ||
|