Skip to content

Commit

Permalink
Update blog-home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris255202 authored Aug 24, 2024
1 parent a2d8a37 commit 73c189d
Showing 1 changed file with 29 additions and 28 deletions.
57 changes: 29 additions & 28 deletions blog-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>&copy;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>&copy;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>
Expand Down

0 comments on commit 73c189d

Please sign in to comment.