Skip to content

Commit

Permalink
Merge pull request #15 from shriekdj/shriekdj-edits
Browse files Browse the repository at this point in the history
Adding Search Bar and Hero Section
  • Loading branch information
shriekdj authored Mar 2, 2022
2 parents 6df85f7 + e53e560 commit 777e6cc
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,22 @@
<a href="#">Contact</a><br />
</nav>
</div>


<!-- Dummy Search Bar -->
<form method="GET" action="/search">
<label for="search-id">Search Here : </label>
<input type="search" id="search-id" name="search-key" placeholder="Enter Your Query" />
<button type="submit">Search</button>
</form>

<!-- 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 777e6cc

Please sign in to comment.