Skip to content

Commit

Permalink
Merge pull request #61 from GauriSachan/main
Browse files Browse the repository at this point in the history
now the buttons click
  • Loading branch information
Vimall03 authored Oct 9, 2024
2 parents 642c0f4 + 76b0118 commit 954fa00
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"php.validate.run": "onSave"
"php.validate.run": "onSave",
"liveServer.settings.port": 5502
}
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,41 @@
</li>
</ul>
</div>

</aside>
<section class="cta-section grid grid__container">
<div class="cta grid__half">
<h3 class="heading-tertiary">Order food in few clicks</h3>
<p class="paragraph paragraph--light u-margin-top-small">
<strong>Sign up now and enjoy your first home-cooked meal for free!</strong>
</p>
<button class="primary-button u-margin-top-large">
<a href="user_signup.php">Get Started</a>
</button>
</div>
<div class="cta grid__half">
<h3 class="heading-tertiary">Call Executive</h3>
<button class="primary-button u-margin-top-medium">
<a href="#">CALL EXECUTIVE</a>
</button>
</div>
</section>

<footer class="footer">
<a href="https://www.instagram.com/" target="_blank">
<img src="images/favicons/instagram_new_24px.png" alt="Instagram">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="images/favicons/facebook_24px.png" alt="Facebook">
</a>
<a href="https://www.twitter.com/" target="_blank">
<img src="images/favicons/twitter_24px.png" alt="Twitter">
</a>
</footer>

</aside>


<header
class="header grid u-no-grid-gap u-max-width-auto"
data-aos="fade-right"
Expand Down

0 comments on commit 954fa00

Please sign in to comment.