File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 2222 < link rel ="stylesheet " type ="text/css " href ="./assets/css/styles/header.css ">
2323 < link rel ="stylesheet " type ="text/css " href ="./assets/css/styles/sections.css ">
2424 < link rel ="stylesheet " type ="text/css " href ="./assets/css/styles/skills_cards.css ">
25+ < link rel ="stylesheet " type ="text/css " href ="./assets/css/styles/contact_form.css ">
2526 < link rel ="stylesheet " type ="text/css " href ="./assets/css/styles/footer.css ">
2627 < link rel ="stylesheet " type ="text/css " href ="./assets/css/styles/modal.css ">
2728
@@ -513,6 +514,28 @@ <h2 class="containerTitle">
513514 </ a >
514515 </ div >
515516
517+ < br />
518+ < hr />
519+ < br />
520+
521+ <!---
522+ ******************
523+ ** Contact Form **
524+ ******************
525+ --->
526+ < form id ="
contactForm "
action ="
https://formsubmit.co/[email protected] "
method ="
POST "
> 527+ < fieldset >
528+ < legend > < h3 > 📧 Hit Me Up 📧</ h3 > </ legend >
529+ < br />
530+ < input class ="contactFormField " type ="hidden " name ="_captcha " value ="false ">
531+ < input type ="hidden " name ="_subject " value ="Hey there, I have visited your Portfolio! ">
532+ < input class ="contactFormField " type ="text " name ="name " placeholder ="Your name " required >
533+ < input class ="contactFormField " type ="email " name ="email " placeholder ="Your email " required >
534+ < textarea class ="contactFormField " name ="message " placeholder ="Details of your message " required > </ textarea >
535+ < button type ="submit "> Send</ button >
536+ </ fieldset >
537+ </ form >
538+
516539 < br />
517540 </ section >
518541
You can’t perform that action at this time.
0 commit comments