style: add bs alert for legal disclaimer
This commit is contained in:
parent
7f4ef10960
commit
f14239bcfb
@ -6,23 +6,25 @@
|
|||||||
<h1 class="display-4">Contact</h1>
|
<h1 class="display-4">Contact</h1>
|
||||||
<p class="lead">Project Idea</p>
|
<p class="lead">Project Idea</p>
|
||||||
<p>
|
<p>
|
||||||
I'm always looking for new projects to work on, and I'm open to suggestions. If you have an idea for a project that
|
If you have any ideas for a project that you'd like to see me work on, please feel free to contact me using the
|
||||||
you'd like to see me work on, please feel free to get in touch. If you'd like to collaborate, please
|
form below. I'm always looking for something new to work on, and I'm open to suggestions!
|
||||||
<strong>do not</strong> use this form, instead, please use <a asp-page="/contact/jobopportunity">this one</a>.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Please note that by submitting an idea through the form on this page, you acknowledge and agree that any
|
|
||||||
intellectual property rights associated with the idea, including but not limited to copyright, patent, or any other
|
|
||||||
proprietary rights, shall be immediately and irrevocably transferred to me. You understand that this transfer of
|
|
||||||
intellectual property rights grants me the unrestricted and exclusive right to use, modify, reproduce, distribute,
|
|
||||||
disclose, or otherwise exploit the idea for any purpose, without the obligation to provide credit or compensation to
|
|
||||||
you. This includes the right to file for intellectual property protection or 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>
|
|
||||||
If you're happy with all that, please fill out the form below.
|
|
||||||
</p>
|
</p>
|
||||||
|
<div class="alert alert-warning">
|
||||||
|
<p>
|
||||||
|
Please note that by submitting an idea through the form on this page, you acknowledge and agree that any
|
||||||
|
intellectual property rights associated with the idea, including but not limited to copyright, patent, or any
|
||||||
|
other proprietary rights, shall be immediately and irrevocably transferred to me. You understand that this
|
||||||
|
transfer of intellectual property rights grants me the unrestricted and exclusive right to use, modify,
|
||||||
|
reproduce, distribute, disclose, or otherwise exploit the idea for any purpose, without the obligation to
|
||||||
|
provide credit or compensation to you. This includes the right to file for intellectual property protection or
|
||||||
|
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>
|
||||||
|
</div>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<input type="hidden" name="contact-type" value="project-idea">
|
<input type="hidden" name="contact-type" value="project-idea">
|
||||||
|
Loading…
Reference in New Issue
Block a user