Compare commits
3 Commits
bea35a2015
...
bb0483d4ae
Author | SHA1 | Date | |
---|---|---|---|
bb0483d4ae | |||
682b7c2a87 | |||
69963a5b81 |
@ -27,9 +27,12 @@
|
||||
pursue commercial opportunities derived from the idea. By submitting the idea, you further confirm that it is
|
||||
your original work and does not infringe upon the rights of any third party.
|
||||
</p>
|
||||
<p style="text-decoration: underline;">
|
||||
If this is not something you want, and you'd like to collaborate, please <strong>do not</strong> use this form,
|
||||
instead, please use <a asp-page="/contact/jobopportunity">this one</a>.
|
||||
<p>
|
||||
<strong>
|
||||
If this is not something you want, and you'd like to collaborate, please
|
||||
<span style="text-decoration: underline">do not</span> use this form, instead, please use
|
||||
<a asp-page="/contact/jobopportunity">this one</a>.
|
||||
</strong>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -38,12 +41,12 @@
|
||||
|
||||
<div class="form-group" style="margin-top: 10px;">
|
||||
<label for="project-title">Your Name</label>
|
||||
<input type="text" class="form-control" id="name" name="project-title" placeholder="Bob">
|
||||
<input type="text" class="form-control" id="name" name="project-title" placeholder="Who are you?">
|
||||
</div>
|
||||
|
||||
<div class="form-group" style="margin-top: 10px;">
|
||||
<label for="project-title">Your Email Adddress</label>
|
||||
<input type="email" class="form-control" id="email" name="project-title" placeholder="bob@example.com">
|
||||
<input type="email" class="form-control" id="email" name="project-title" placeholder="How can I reach you, if I need to?">
|
||||
</div>
|
||||
|
||||
<div class="form-group" style="margin-top: 10px;">
|
||||
|
@ -36,7 +36,7 @@
|
||||
<nav>
|
||||
<ul class="site-nav">
|
||||
<li>
|
||||
<a asp-page="/index">Home</a>
|
||||
<a asp-page="/index">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a asp-page="/blog/index">Blog</a>
|
||||
|
Loading…
Reference in New Issue
Block a user