Skip to content

Instantly share code, notes, and snippets.

@nickkoskowski
Created September 2, 2015 21:48
Show Gist options
  • Select an option

  • Save nickkoskowski/59b5d6705608b91ffa7b to your computer and use it in GitHub Desktop.

Select an option

Save nickkoskowski/59b5d6705608b91ffa7b to your computer and use it in GitHub Desktop.
Jobs Modal Example
<div class="modal">
<div class="container">
<button class="close" data-dismiss="modal">×</button>
<div class="row">
<div class="text-center">
<h2>Python Engineer</h2>
<hr/>
<p class="description">Senior Python Developer that will participate in all aspects of architecting and developing new innovative applications as well as expanding existing applications code bases. This person will also mentor other developers and have a passionate and entrepreneurial personality to create clean and innovative products that solve business needs.</p>
</div>
</div>
<div class="row">
<h5>Tech Skills Required</h5>
<ul>
<li>5+ years of Python, including experience with other languages and frameworks</li>
<li>Experience creating and consuming Restful web services with JSON</li>
<li>Experience with Postgresql, Redis, Mongodb, SQL Alchemy</li>
<li>Experience with message queues (ZeroMQ preferred).</li>
<li>Solid CSS3/HTML5/Javascript/jQuery</li>
<li>Exposure to front end MVVM frameworks such as Backbone/Ember/Angular</li>
<li>Proficient with UNIX, bash scripts, basic system administration and performance tuning.</li>
<li>Intimate knowledge of Git, Github, CDNs</li>
</ul>
</div>
<div class="row">
<h5>Desired Skills</h5>
<ul>
<li>Familiarity with the Ad Tech space.</li>
<li>Experience with Adwords / Trueview</li>
<li>Experience with Spynner</li>
<li>Experience with newer web tech such as node.js and Go, knowledge of when and why to use them.</li>
<li>Truly full stack and also versed in the latest front end development pipeline - SASS, grunt, bower, etc.</li>
<li>Experience setting up Continuous integration.</li>
</ul>
</div>
<div class="row">
<h5>Physical Requirements</h5>
<ul>
<li>Must be able to sit for up to 8 hours at a time.</li>
<li>Must be able to lift at least 50 pounds safely and properly</li>
<li>Requires grasping, writing, standing, sitting, walking, repetitive motions, bending, climbing, listening, and hearing ability.</li>
<li>Requires Visual Activity</li>
</ul>
</div>
<div class="text-center">
<button>Apply Today!</button>
</div>
<div class="row aqua">
<div class="col-md-6 text-right">
<p class="email">Please provide the following to <big>[email protected]</big></p>
</div>
<div class="col-md-6 text-left">
<p><img src="images/checkbox-color.png">Resume and cover letter</p>
<p><img src="images/checkbox-color.png">Link to online portfolio</p>
<p><img src="images/checkbox-color.png">Salary Requirements</p>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment