Compare commits

...

3 Commits

2 changed files with 9 additions and 6 deletions

View File

@ -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;">

View File

@ -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>