Skip to content

Commit

Permalink
Use different values in trademark form (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Sep 22, 2024
1 parent 408afdc commit aca71b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/views/trademark.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
@include('partials.header')

<div class="relative overflow-hidden">
<div class="relative max-w-screen-xl mx-auto px-5 pt-12 md:pt-12">
<div class="relative max-w-screen-xl px-5 pt-12 mx-auto md:pt-12">
<div class="flex items-center gap-6">
<h1 class="text-4xl font-medium">Trademark Policy</h1>
<x-button.secondary href="#request-form">Make a Request</x-button.secondary>
</div>

<div class="mt-8 space-y-4 max-w-4xl">
<div class="max-w-4xl mt-8 space-y-4">
<p class="italic">This Trademarks and Logos use policy (the "Policy") is based on the Ubuntu trademark policy and published under the CC-BY-SA license. You are welcome to base your own project trademark policies off it, just let others use your changes and give credit to the Ubuntu project as the original source!</p>
<p>The objective of the Policy is to encourage widespread use of the Laravel trademarks by the Laravel community while controlling that use in order to avoid confusion on the part of Laravel users and the general public, to maintain the value of the image and reputation of the trademarks and to protect them from inappropriate or unauthorised use.</p>
<p>The sections below describe what is allowed, what isn't allowed, and cases in which you should ask permission.</p>
Expand All @@ -25,7 +25,7 @@
<h2 class="pt-6 text-2xl font-medium">Permitted use of the Trademarks</h2>
<p>Certain usages of the Trademarks are fine and no specific permission from us is needed.</p>
<p>Laravel is built by, and largely for, its community. We share access to the Trademarks with the entire community for the purposes of discussion, development and advocacy. We recognize that most of the open source discussion and development areas are for non-commercial purposes and will allow the use of the Trademarks in this context, provided:</p>
<ul class="ml-4 list-disc space-y-2">
<ul class="ml-4 space-y-2 list-disc">
<li>The Trademark is used in a manner consistent with this Policy;</li>
<li>There is no commercial intent behind the use;</li>
<li>What you are referring to is in fact Laravel. If someone is confused into thinking that what isn't Laravel is in fact Laravel, you are probably doing something wrong;</li>
Expand All @@ -35,7 +35,7 @@
<p>We reserve the right to review all usage within the open source community, and to object to any usage that appears to overstep the bounds of discussion and good-faith non-commercial development. In any event, once a project has left the open source project phase or otherwise become a commercial project, this Policy does not authorise any use of the Trademarks in connection to that project.</p>
<h2 class="pt-6 text-2xl font-medium">Restricted use that requires a trademark license</h2>
<p>Permission from us is necessary to use any of the Trademarks under any circumstances other than those specifically permitted above. Including:</p>
<ul class="ml-4 list-disc space-y-2">
<ul class="ml-4 space-y-2 list-disc">
<li>Any commercial use including for any services related to Laravel such as providing training services, conference services, or design services (should you wish to provide such services, please contact us beforehand to explore Laravel's Partnership Program);</li>
<li>Use on or in relation to a software product that includes or is built on top of a product supplied by us, if there is any commercial intent associated with that product;</li>
<li>Use in a domain name or URL;</li>
Expand All @@ -44,7 +44,7 @@
<p>If you wish to have permission for any of the uses above or for any other use which is not specifically referred to in this Policy, please contact us and we'll let you know as soon as possible if your proposed use is permissible. Permission may only be granted subject to certain conditions and these may include the requirement that you enter into an agreement with us to maintain the quality of the product and/or service which you intend to supply at a prescribed level.</p>
</div>

<div id="request-form" class="mt-20 scroll-m-20 max-w-xl">
<div id="request-form" class="max-w-xl mt-20 scroll-m-20">
<h2 class="text-3xl font-medium">Make a Trademark Request</h2>
<form action="https://fieldgoal.io/f/O3Xsqr" method="POST" class="mt-8 space-y-4">
<div>
Expand All @@ -66,15 +66,15 @@
<x-forms.label for="requested_use_1" class="!font-normal">Commercial Use (training, event, or other services)</x-forms.label>
</div>
<div class="mt-2 flex items-start gap-2.5">
<x-forms.checkbox id="requested_use_2" name="requested_use" value="Commercial Use (training, event, or other services)" />
<x-forms.checkbox id="requested_use_2" name="requested_use" value="Software Product" />
<x-forms.label for="requested_use_2" class="!font-normal">Software Product</x-forms.label>
</div>
<div class="mt-2 flex items-start gap-2.5">
<x-forms.checkbox id="requested_use_3" name="requested_use" value="Commercial Use (training, event, or other services)" />
<x-forms.checkbox id="requested_use_3" name="requested_use" value="Domain Name or URL" />
<x-forms.label for="requested_use_3" class="!font-normal">Domain Name or URL</x-forms.label>
</div>
<div class="mt-2 flex items-start gap-2.5">
<x-forms.checkbox id="requested_use_4" name="requested_use" value="Commercial Use (training, event, or other services)" />
<x-forms.checkbox id="requested_use_4" name="requested_use" value="Another type of service" />
<x-forms.label for="requested_use_4" class="!font-normal">Another type of service</x-forms.label>
</div>
</div>
Expand Down

0 comments on commit aca71b2

Please sign in to comment.