site/_src/_includes/form-cla.html

156 lines
7.4 KiB
HTML
Raw Normal View History

2016-02-06 14:33:15 +01:00
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" href="#individual" data-toggle="tab" role="tab">For Individuals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#entity" data-toggle="tab" role="tab">For Entities (Organizations)</a>
2016-02-06 14:33:15 +01:00
</li>
</ul>
2016-02-06 14:33:15 +01:00
<div class="tab-content">
2016-02-11 16:01:17 +01:00
<div class="tab-pane active" id="individual" role="tabpanel">
<form id="form-cla-individuals" class="form form--cla js-parsley" action="//formspree.io/{{ site.email.cla }}" method="POST">
2016-02-06 14:33:15 +01:00
<p class="form-group">
<input class="form-control" type="text" id="name" name="name" required>
2017-04-24 14:09:02 +02:00
<label class="form-label" for="name">Your Full Name</label>
2016-02-06 14:33:15 +01:00
</p>
<p class="form-group">
<input class="form-control" type="email" id="email" name="_replyto" required>
<label class="form-label" for="email">Your Email</label>
</p>
<p class="form-group">
<input class="form-control" type="text" id="org" name="org">
<label class="form-label" for="org">Your Organization (if applicable)</label>
</p>
<p class="form-group">
<input class="form-control" type="text" id="github" name="github">
<label class="form-label" for="github">Your GitHub Account Name</label>
</p>
<p class="form-group">
<input class="form-control" type="tel" id="phone" name="phone">
<label class="form-label" for="phone">Your Phone Number</label>
</p>
2017-04-13 14:22:57 +02:00
<p class="form-group text-dimmed mini">
Fields marked with an <span class="required">*</span> are required.
</p>
<p class="form-group text-dimmed">
2018-08-28 17:27:32 +02:00
Agreed and accepted: By clicking and accepting this Agreement, I represent and warrant that I have authority to bind the
entity named above (if applicable) to the terms and conditions of this Agreement.
2016-02-06 14:33:15 +01:00
</p>
<div class="form-group checkbox">
<label>
2018-08-28 17:27:32 +02:00
<input class="agree" type="checkbox" value="agreement" name="agreement" required> I have read and agree
to the <a href="/cla/individual/">terms of this Agreement</a>
2016-02-06 14:33:15 +01:00
</label>
</div>
<p class="form-group">
<input class="btn btn-primary" type="submit" value="Send">
</p>
2018-08-28 17:27:32 +02:00
<div class="alert alert--success animation-slide-in-from-bottom hide">
2016-02-06 14:33:15 +01:00
<svg class="alert__icon icon icon-success">
<use xlink:href="/assets/img/sprite.svg#icon-success"></use>
</svg>
<p>
2016-02-11 15:47:45 +01:00
<strong class="alert__title">Great to hear youre contributing!</strong>
Thanks for submitting the agreement.
2016-02-06 14:33:15 +01:00
</p>
</div>
2018-08-28 17:27:32 +02:00
<div class="alert alert--danger hide">
2016-02-06 14:33:15 +01:00
<svg class="alert__icon icon icon-fail">
<use xlink:href="/assets/img/sprite.svg#icon-fail"></use>
</svg>
<p>
<strong class="alert__title">Ops, there was an error</strong>
Would you mind trying again?
</p>
</div>
2018-04-18 16:35:48 +02:00
<input type="text" name="_gotcha" style="display: none;">
<input type="hidden" name="_subject" value="New CLA submission (Individual)" />
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
<div class="form__gdpr">
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-heart-protect"></use>
</svg>
<div class="text">
{{ site.data.gdpr.general | markdownify }}
</div>
</div>
2016-02-06 14:33:15 +01:00
</form>
</div>
2016-02-06 14:33:15 +01:00
<div class="tab-pane" id="entity" role="tabpanel">
2018-08-28 17:27:32 +02:00
<form id="form-cla-entities" class="form form--cla js-parsley" action="//formspree.io/{{ site.email.cla }}" method="POST"
accept-charset="UTF-8">
2016-02-06 14:33:15 +01:00
<p class="form-group">
<input class="form-control" type="text" id="org-entity" name="org" required>
<label class="form-label" for="org-entity">Name of organization, foundation, company or other entity</label>
2016-02-06 14:33:15 +01:00
</p>
<p class="form-group">
<input class="form-control" type="text" id="name-entity" name="name" required>
<label class="form-label" for="name-entity">Contact Person</label>
2016-02-06 14:33:15 +01:00
</p>
<p class="form-group">
<input class="form-control" type="email" id="email-entity" name="_replyto" required>
<label class="form-label" for="email-entity">Contact Email Address</label>
2016-02-06 14:33:15 +01:00
</p>
<p class="form-group">
<input class="form-control" type="tel" id="phone-entity" name="phone">
<label class="form-label" for="phone-entity">Contact Phone Number</label>
2016-02-06 14:33:15 +01:00
</p>
2017-04-13 14:22:57 +02:00
<p class="form-group text-dimmed mini">
Fields marked with an <span class="required">*</span> are required.
</p>
<p class="form-group text-dimmed">
2018-08-28 17:27:32 +02:00
Agreed and accepted: By clicking and accepting this Agreement, I represent and warrant that I have authority to bind the
entity named above (if applicable) to the terms and conditions of this Agreement.
2016-02-06 14:33:15 +01:00
</p>
<div class="form-group checkbox">
<label>
2018-08-28 17:27:32 +02:00
<input class="agree" type="checkbox" value="agreement" name="agreement" required> I have read and agree
to the <a href="/cla/entity/">terms of this Agreement</a>
2016-02-06 14:33:15 +01:00
</label>
</div>
<p class="form-group">
<input class="btn btn-primary" type="submit" value="Send">
</p>
2018-04-18 17:32:43 +02:00
<div class="alert alert--success animation-slide-in-from-bottom hide">
2016-02-06 14:33:15 +01:00
<svg class="alert__icon icon icon-success">
2018-04-18 17:32:43 +02:00
<use xlink:href="/assets/img/sprite.svg#icon-check"></use>
2016-02-06 14:33:15 +01:00
</svg>
<p>
2016-02-11 15:47:45 +01:00
<strong class="alert__title">Great to hear youre contributing!</strong>
Thanks for submitting the agreement.
2016-02-06 14:33:15 +01:00
</p>
</div>
2018-04-18 17:32:43 +02:00
<div class="alert alert--danger hide">
2016-02-06 14:33:15 +01:00
<svg class="alert__icon icon icon-fail">
<use xlink:href="/assets/img/sprite.svg#icon-fail"></use>
</svg>
<p>
<strong class="alert__title">Ops, there was an error</strong>
Would you mind trying again?
</p>
</div>
2018-04-18 16:35:48 +02:00
<input type="text" name="_gotcha" style="display: none;">
<input type="hidden" name="_subject" value="New CLA submission (Organization)" />
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
<div class="form__gdpr">
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-heart-protect"></use>
</svg>
<div class="text">
{{ site.data.gdpr.general | markdownify }}
</div>
</div>
2016-02-06 14:33:15 +01:00
</form>
</div>
2016-02-06 14:33:15 +01:00
</div>