Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 4.78 KB

jobs.md

File metadata and controls

66 lines (54 loc) · 4.78 KB
layout title tagline description
page
The Jobs Page
Where Opportunity and Talent Intersect
JavaScript job opportunities and resumes posted by our members.

{% include JB/setup %}

Need help with a job posting? Email the SanDiego.js Organizers Group with the posting information. One of us will take care of posting the job description for a small donation to our beer fund! (suggested donation of $25)

##Jobs {% assign job_count = 0 %} {% assign talent_count = 0 %} {% for post in site.categories.jobs %} {% capture job_count %} {{ job_count | plus: 1 }} {% endcapture %} {% endfor %}

{% for post in site.categories.talent %} {% capture talent_count %} {{ talent_count | plus: 1 }} {% endcapture %} {% endfor %}

    {% case job_count %} {% when 0 %}
  • No jobs posted.
  • {% else %} {% for post in site.posts %} {% if post.categories contains 'jobs' %}
  • {{ post.title }} (posted: {{ post.date | date: "%m/%d/%Y" }})
  • {% endif %} {% endfor %} {% endcase %}

##Talent

    {% case talent_count %} {% when 0 %}
  • No talent posted.
  • {% else %} {% for post in site.posts %} {% if post.categories contains 'talent' %}
  • {{ post.title }} (posted: {{ post.date | date: "%m/%d/%Y" }})
  • {% endif %} {% endfor %} {% endcase %}

##How to Post

Check out 'How to submit a blog' on the How to Contribute page. 'Job' and 'Talent' postings are simple blog posts with the category set to "job" or "talent".

Example Job Page | Job Template

Example Talent Page | Talent Template