@@ -344,25 +344,16 @@ <h1 id="Get-In-Touch">
344344 <!-- Contact Form -->
345345 < form action ="https://formspree.io/f/xnngeavb " method ="POST " id ="contact-form " style ="margin-top: 1rem; ">
346346 < p > < strong > Your Name:</ strong > </ p >
347- < input type ="text " name ="name " placeholder ="Enter your name " required
348- style ="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; ">
349-
347+ < input type ="text " name ="name " placeholder ="Enter your name " required style ="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; ">
350348 < p > < strong > Your Email:</ strong > </ p >
351- < input type ="email " name ="email " placeholder ="Enter your email " required
352- style ="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; ">
353-
349+ < input type ="email " name ="email " placeholder ="Enter your email " required style ="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; ">
354350 < p > < strong > Subject:</ strong > </ p >
355- < input type ="text " name ="subject " placeholder ="Enter the subject " required
356- style ="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; ">
357-
351+ < input type ="text " name ="subject " placeholder ="Enter the subject " required style ="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; ">
358352 < p > < strong > Message:</ strong > </ p >
359- < textarea name ="message " placeholder ="Type your message... " required
360- style ="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; min-height: 100px; "> </ textarea >
361-
353+ < textarea name ="message " placeholder ="Type your message... " required style ="width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ccc; min-height: 100px; "> </ textarea >
362354 < div style ="text-align: center; ">
363- < button type ="submit " class ="button is-primary "
364- style ="padding: 10px 20px; border: none; border-radius: 6px; cursor: pointer; background-color: #00ffff; color: #121617; ">
365- Send Message
355+ < button type ="submit " class ="button is-primary " style ="padding: 10px 20px; border: none; border-radius: 6px; cursor: pointer; background-color: #00ffff; color: #121617; ">
356+ Send Message
366357 </ button >
367358 </ div >
368359 </ form >
0 commit comments