fix: add Danny and update required form fileds
This commit is contained in:
parent
a04c40fc7e
commit
9e58de5115
|
@ -12,12 +12,12 @@
|
|||
<section class="flex-container">
|
||||
<div class="flex-container-inner">
|
||||
<h3>Contact us to take your security posture to the next level.</h3>
|
||||
<p>You may contact us securely via <a target="_blank" href="assets/pgp/anton.asc">PGP</a>.</p>
|
||||
<p>We look forward to learning about your project and helping you bolster your security program.</p>
|
||||
|
||||
<p>Team</p>
|
||||
<p>Meet The Team</p>
|
||||
<p>Lance Vick | <a mailto="lance@distrust.co">lance@distrust.co</a> | <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/6B61ECD76088748C70590D55E90A401336C8AAA9">PGP</a></p>
|
||||
<p>Ryan Heywood | <a mailto="ryan@distrust.co">ryan@distrust.co</a> | <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/88823A75ECAA786B0FF38B148E401478A3FBEF72">PGP</a></p>
|
||||
<p>Danny Grove | <a mailto="danny@distrust.co">danny@distrust.co</a> | <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/C92FE5A3FBD58DD3EC5AA26BB10116B8193F2DBD">PGP</a></p>
|
||||
<p>Anton Livaja | <a mailto="anton@distrust.co">anton@distrust.co</a> | <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/F4BF5C81EC78A5DD341C91EEDC4B7D1F52E0BA4D">PGP</a></p>
|
||||
<p>Shane Engleman | <a mailto="shane@distrust.co">shane@distrust.co</a> | <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/3D7C8D39E8C4DF771583D3F0A8A091FD346001CA">PGP</a></p>
|
||||
</div>
|
||||
|
@ -26,20 +26,16 @@
|
|||
<form onsubmit="return validateForm()">
|
||||
<div class="form-flex-container">
|
||||
<div>
|
||||
<label for="first-name" class="form-label required">First Name</label>
|
||||
<input type="text" id="first-name" name="first-name" class="form-input" required>
|
||||
</div>
|
||||
<div>
|
||||
<label for="last-name" class="form-label required">Last Name</label>
|
||||
<input type="text" id="last-name" name="last-name" class="form-input" required>
|
||||
<label for="name" class="form-label">Name</label>
|
||||
<input type="text" id="name" name="name" class="form-input">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label for="email" class="form-label required">Email</label>
|
||||
<input type="email" id="email" name="email" class="form-input" required>
|
||||
|
||||
<label for="company-name" class="form-label required">Company Name</label>
|
||||
<input type="text" id="company-name" name="company-name" class="form-input" required>
|
||||
<label for="company-name" class="form-label">Company Name</label>
|
||||
<input type="text" id="company-name" name="company-name" class="form-input">
|
||||
|
||||
<label for="inquiry-type" class="form-label required">Inquiry Type</label>
|
||||
<select id="inquiry-type" name="inquiry-type" class="form-select" required>
|
||||
|
|
Loading…
Reference in New Issue