Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

now the buttons click #61

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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