Skip to content

Commit 8d988f5

Browse files
committed
publish
1 parent 237ae8d commit 8d988f5

File tree

3 files changed

+4
-41
lines changed

3 files changed

+4
-41
lines changed

form.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
<!-- Favicon -->
3131
<link rel="icon" href="images/favicon.png">
32-
<script src="form.js" defer></script>
3332
</head>
3433
<body data-spy="scroll" data-target=".fixed-top">
3534

@@ -509,31 +508,31 @@ <h2 class="h2-heading">Frequent questions</h2>
509508
<div class="row">
510509
<div class="col-lg-12">
511510
<h2>Contact Details</h2>
512-
<p class="p-heading">For any type of online project please don't hesitate to get in touch with me. The fastest way is to send me your message using the following email <a class="blue no-line" href="[email protected]">[email protected]</a></p>
511+
<p class="p-heading">For any type of online project please don't hesitate to get in touch with me.</p>
513512
</div> <!-- end of col -->
514513
</div> <!-- end of row -->
515514
<div class="row">
516515
<div class="col-lg-12">
517516

518517
<!-- Contact Form -->
519-
<form id="contactForm" action="sendmail.php" method="post">
518+
<form id="contactForm" action="https://formspree.io/f/xkndngol" method="post">
520519
<div class="form-group">
521520
<input type="text" class="form-control-input" id="name" name="name" required>
522521
<label class="label-control" for="name">Name</label>
523-
524522
</div>
525523
<div class="form-group">
526524
<input type="email" class="form-control-input" id="email" name="email" required>
527525
<label class="label-control" for="email">Email</label>
528526
</div>
529527
<div class="form-group">
530528
<textarea class="form-control-textarea" id="message" name="message" rows="4" required></textarea>
531-
<label class="label-control" for="cmessage">Project details</label>
529+
<label class="label-control" for="message">Project Details</label>
532530
</div>
533531
<div class="form-group">
534532
<button type="submit" class="form-control-submit-button">Submit</button>
535533
</div>
536534
</form>
535+
537536
<!-- end of contact form -->
538537

539538
</div> <!-- end of col -->

sendmail.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)