-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
||
|