Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
pr #61
  • Loading branch information
GauriSachan committed Oct 9, 2024
1 parent 920b512 commit 76b0118
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"php.validate.run": "onSave",
"liveServer.settings.port": 5501
"liveServer.settings.port": 5502
}
11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,6 @@ <h3 class="heading-tertiary">Call Executive</h3>
</a>
</footer>

<form action="#" method="post">
<label for="name">Name</label>
<input type="text" id="name" placeholder="John Doe" class="form__input grid__half" data-aos="fade-right">

<label for="email">Email</label>
<input type="email" id="email" placeholder="[email protected]" class="form__input grid__half">

<label for="message">Message</label>
<textarea id="message" placeholder="Write message here..." class="form__textarea grid__full" data-aos="fade-right"></textarea>
</form>

</aside>


Expand Down

0 comments on commit 76b0118

Please sign in to comment.