Skip to content

Latest commit

 

History

History
161 lines (145 loc) · 4.71 KB

people-form.md

File metadata and controls

161 lines (145 loc) · 4.71 KB
layout title permalink
default
Submit a Job
/people-form/

List Yourself on Our Site

If you work on a free / open source project and you want to be listed on our site. You'll join our listing on the people page.

We have a code of conduct. Please read it before submitting your profile.

About you
Your name
Website
Availability
Available
Booked
What's your rate? (optional)

Give some information about how you usually charge. Try to be specific. A fixed amount or a range are good.

Skillset (optional)

In one word "tags" describe your skillset.

<textarea class="form-control" id="tags" rows="3" name="fields[tags]" placeholder="e.g. A logo & a set of icons, or a usability review document"></textarea>
About yourself (optional)

Tell us a little about yourself:

<textarea class="form-control" id="tags" rows="3" name="fields[description]" placeholder=""></textarea>
Submit your profile to Open Source Design
<script src="/jobs/js/jquery.min.js"></script> <script src="/jobs/js/bootstrap.min.js"></script> <script> function compensation() { if ( $("#gratis").is(":checked") ) { $("#paid_details").parent().slideUp(); } else { $("#paid_details").parent().slideDown(); } } function slug (str) { str = str.replace(/^\s+|\s+$/g, ''); // trim str = str.toLowerCase(); // remove accents, swap ñ for n, etc var from = "ãàáäâẽèéëêìíïîõòóöôùúüûñç·/_,:;"; var to = "aaaaaeeeeeiiiiooooouuuunc------"; for (var i=0, l=from.length ; i