-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from positiondev/POSITION-1038-update-site
Position 1038 update site
- Loading branch information
Showing
6 changed files
with
12 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
</ul> | ||
</nav> | ||
|
||
<p> © 2023 Position Development, LLC.</p> | ||
<p> © 2024 Position Development, LLC.</p> | ||
|
||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,78 +3,5 @@ | |
layout: default | ||
--- | ||
<div> | ||
<p>Fill out the form below or email us at | ||
<a href="mailto:[email protected]">[email protected]</a>.</p> | ||
|
||
<form id="contact-form" | ||
method="POST"> | ||
<fieldset class="basic-data"> | ||
<legend>basic data</legend> | ||
<label> | ||
name | ||
<input id="name" name="name"> | ||
</label> | ||
|
||
<label> | ||
<input id="email" name="email"> | ||
</label> | ||
</fieldset> | ||
|
||
<fieldset class="interested"> | ||
<legend>interested in:</legend> | ||
|
||
<label><input type="checkbox" name="interested-in" value="webdev" /> | ||
web app development | ||
</label> | ||
<label><input type="checkbox" name="interested-in" value="legacy" /> | ||
legacy software maintenance | ||
</label> | ||
<label><input type="checkbox" name="interested-in" value="strategy" /> | ||
digital strategy | ||
</label> | ||
<label><input type="checkbox" name="interested-in" value="jobs" /> | ||
jobs | ||
</label> | ||
<label><input type="checkbox" name="interested-in" value="collaboration" /> | ||
collaboration | ||
</label> | ||
<label><input type="checkbox" name="interested-in" value="other"> | ||
something else | ||
</label> | ||
</fieldset> | ||
|
||
<label class="tell-more">tell us more: <br /> | ||
<textarea name="tell-us-more" rows="4"></textarea> | ||
</label> | ||
|
||
<fieldset class="heard-about"> | ||
<legend>heard about position through:</legend> | ||
<label><input type="checkbox" name="heard-about-via" value="referral" /> | ||
a referral | ||
</label> | ||
<label><input type="checkbox" name="heard-about-via" value="event"/> | ||
an event | ||
</label> | ||
<label><input type="checkbox" name="heard-about-via" value="search" /> | ||
search | ||
</label> | ||
<label><input type="checkbox" name="heard-about-via" value="social"/> | ||
social media | ||
</label> | ||
<label><input type="checkbox" name="heard-about-via" value="other" /> | ||
something else | ||
</label> | ||
</fieldset> | ||
|
||
<div class="button-wrapper"> | ||
<input type="submit" id="submit-button" value="send" /> | ||
</div> | ||
</form> | ||
|
||
<div id="thank-you"> | ||
<h3 id="thank-you-name">thank you</h3> | ||
|
||
<p>We'll get back to you shortly.</p> | ||
</div> | ||
</div> | ||
<iframe id="iframe" src="https://docs.google.com/forms/d/e/1FAIpQLScAciegrB3AisEPi1sZqbF6vIYWF3J8amAldw7hW0M8uZx9-g/viewform?embedded=true" width="100%" height="1530" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> | ||
</div> |
This file was deleted.
Oops, something went wrong.