Skip to content

Commit

Permalink
added the second section of the page, the details section, and modifi…
Browse files Browse the repository at this point in the history
…ed the overall html structure, and changed the class of the first section into an id

relates #3
  • Loading branch information
SaraDahman committed Jul 19, 2022
1 parent f5fbc9b commit c3498bc
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions index.html
Expand Up @@ -31,9 +31,11 @@
</header>
<main>
<!-- start of the getting started section -->
<section class="get-started">
<div>
<img src="./images/city2.jpg" alt="image of a city" />
<section id="get-started">
<div class="image-con">
<div>
<img src="./images/city2.jpg" alt="image of a city" />
</div>
</div>
<div class="details">
<h1>Reflex</h1>
Expand All @@ -45,6 +47,28 @@ <h1>Reflex</h1>
</div>
</section>
<!-- end of the getting started section -->

<!-- start of the details section -->
<section id="details">
<h2>ipusum malesuada</h2>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit isicing.</p>
<div class="icons">
<i class="fa-solid fa-code"></i>
<i class="fa-solid fa-gear"></i>
<i class="fa-solid fa-gem"></i>
<i class="fa-solid fa-camera-retro"></i>
<i class="fa-solid fa-briefcase"></i>
</div>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Magni veniam
porro nisi officiis cum vitae voluptatem sapiente odio debitis
expedita non explicabo ducimus placeat atque, quae obcaecati a dolor
porro nisi officiis cum vitae voluptatem sapiente odio debitis
expedita non explicabo ducimus numquam?
</p>
<button>details</button>
</section>
<!-- start of the details section -->
</main>
</body>
</html>

0 comments on commit c3498bc

Please sign in to comment.