Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
added some contact links and changed hero section text
  • Loading branch information
al-amin404 authored Oct 26, 2023
1 parent 74a6f0b commit 30052da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ <h1>AL AMIN</h1>
<div class="flex-row hero-section">
<div class="flex-col hero-txt-div">
<h1 class="hero-title">Landing Page Using Flex</h1>
<p class="hero-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit voluptatem nam maxime sed velit.</p>
<p class="hero-text">Hello there! I'm Doraemon, a 21<sup>st</sup> century cat robot. I love to eat a lots of DoraCake while coding.</p>
<div class="btn">
<a href="#"><button class="hero-btn">Contact</button></a>
<a href="https://facebook.com/alamin440"><button class="hero-btn">Contact</button></a>
</div>
</div>
<div class="flex-row hero-img">
Expand Down Expand Up @@ -81,7 +81,7 @@ <h2 class="cta-title">Call to action! It's time!</h2>
</div>
<!--Footer-->
<div class="footer">
<p class="copyright">Copyright &copy Al-Amin 2023</p>
<p class="copyright">Copyright &copy <a href="https://facebook.com/alamin440">Al-Amin</a> 2023</p>
</div>
</body>
</html>
</html>

0 comments on commit 30052da

Please sign in to comment.