Skip to content

Commit

Permalink
Add Hero Section Into Main Section
Browse files Browse the repository at this point in the history
  • Loading branch information
shriekdj committed Mar 2, 2022
1 parent 50dfdfe commit e53e560
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@

<!-- Main Section -->
<main class="main">
Main Section
<!-- Hero Section -->
<section class="hero">
<img src="#" alt="Hero Section Image" />
<h1 class="page-title">Home Page</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</section>
</main>

<!-- Footer Section -->
Expand Down

0 comments on commit e53e560

Please sign in to comment.