Update security headers and contact form
This commit is contained in:
+16
-23
@@ -1,23 +1,16 @@
|
|||||||
# Contact Us
|
## Contact Us
|
||||||
|
<form name="contact" netlify>
|
||||||
## Get in Touch
|
<div>
|
||||||
|
<label for="name">Name</label>
|
||||||
Have a question or need a quote? We'd love to hear from you!
|
<input type="text" id="name" name="name" required>
|
||||||
|
</div>
|
||||||
### Email
|
<div>
|
||||||
|
<label for="email">Email</label>
|
||||||
Email: [contact@satware.ai](mailto:contact@satware.ai)
|
<input type="email" id="email" name="email" required>
|
||||||
|
</div>
|
||||||
### Phone
|
<div>
|
||||||
|
<label for="message">Message</label>
|
||||||
+1 (555) 123-4567
|
<textarea id="message" name="message" required></textarea>
|
||||||
|
</div>
|
||||||
### Social Media
|
<button type="submit">Send</button>
|
||||||
|
</form>
|
||||||
- [LinkedIn](https://linkedin.com/company/satware-ai)
|
|
||||||
- [Twitter](https://twitter.com/satware_ai)
|
|
||||||
- [GitHub](https://github.com/satware-ai)
|
|
||||||
|
|
||||||
### Contact Form
|
|
||||||
|
|
||||||
[insert contact form code if needed, but typically MkDocs uses a simple form or integrates with a service like Formspree]
|
|
||||||
|
|||||||
+2
-2
@@ -5,7 +5,7 @@
|
|||||||
[headers]
|
[headers]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'"
|
Content-Security-Policy = "default-src 'self'; script-src 'self'; style-src 'self'; frame-ancestors 'none';"
|
||||||
X-Frame-Options = "DENY"
|
X-Frame-Options = "DENY"
|
||||||
Strict-Transport-Security = "max-age=31536000"
|
Strict-Transport-Security = "max-age=31536000"
|
||||||
Referrer-Policy = "strict-origin"
|
Referrer-Policy = "strict-origin-when-cross-origin"
|
||||||
|
|||||||
Reference in New Issue
Block a user