File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < meta http-equiv ="Content-Security-Policy " content ="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; form-action https://formsubmit.co; ">
7+ < meta http-equiv ="X-Content-Type-Options " content ="nosniff ">
8+ < meta http-equiv ="X-Frame-Options " content ="DENY ">
9+ < meta name ="referrer " content ="no-referrer-when-downgrade ">
10+ < meta http-equiv ="Permissions-Policy " content ="geolocation=(), microphone=(), camera=() ">
611 < title > Elaina Carney – Portfolio</ title >
712 < link rel ="stylesheet " href ="styles.css " />
813</ head >
@@ -68,6 +73,21 @@ <h2>Work Experience</h2>
6873 < li > Operated machinery and collaborated with team members for efficient project completion.</ li >
6974 </ ul >
7075 </ section >
76+ < section class ="card fade-in ">
77+ < div class ="form ">
78+ < h1 > Contact Me!</ h1 >
79+ < form action ="https://formsubmit.co/elaina@elainacarney.com " method ="Post ">
80+ < input type ="text " maxlength ="100 " placeholder ="Name " required >
81+ < input type ="email " placeholder ="Email ">
82+ < input type ="text " maxlength ="100 " placeholder ="Subject " required >
83+ < textarea name ="msg " maxlength ="1000 " required placeholder ="Message "> </ textarea >
84+ < input type ="hidden " name ="_captcha " value ="false ">
85+ < input type ="hidden " name ="_next " value ="https://elainacarney.com ">
86+ < input type ="hidden " name ="_template " value ="table ">
87+ < button type ="Submit "</ button >
88+ </ form >
89+ </ div >
90+ </ section >
7191 </ main >
7292
7393 < footer class ="fade-in ">
You can’t perform that action at this time.
0 commit comments