Skip to content

Instantly share code, notes, and snippets.

@joshuarubin
Created July 31, 2014 22:55
Show Gist options
  • Save joshuarubin/52538989f8ee5ec9f792 to your computer and use it in GitHub Desktop.
Save joshuarubin/52538989f8ee5ec9f792 to your computer and use it in GitHub Desktop.
User Experience Designer | zVelo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>User Experience Designer | zVelo</title>
<!-- <link rel="stylesheet" href="https://stackedit.io/res-min/themes/base.css" /> -->
<link rel="stylesheet" href="https://rawgit.com/joshuarubin/rubix-marked-style/master/Rubix.css" />
<script type="text/javascript" src="https://stackedit.io/libs/MathJax/MathJax.js?config=TeX-AMS_HTML"></script>
</head>
<body class="normal"><div class="container"><p><img src="https://zvelo.com/images/stories/zvelo-logo-we-categorize-the-web.png" alt="zVelo — We categorize the Web" title=""></p>
<h1 id="user-experience-designer">User Experience Designer</h1>
<p>A user experience designer at <a href="https://zvelo.com" title="zVelo — We categorize the Web">zVelo</a> will be responsible for establishing a
zvelo “design language” to be implemented across our website, web services and
internal tools. This may be a full time or contract position.</p>
<h2 id="what-were-looking-for">What we’re looking for</h2>
<ul>
<li>Energetic and opinionated, yet a team player</li>
<li>Dreams about clean, useful design</li>
<li>Creates wireframes and usability flows for our engineers to implement</li>
<li>Iterates existing designs to improve usability</li>
<li>Effectively uses whitespace and typography to improve clarity</li>
<li>Keeps up-to-date with the latest web design trends, tools and methods</li>
</ul>
<h2 id="bonus-points">Bonus points</h2>
<ul>
<li>Is a CSS guru</li>
<li>Can build mockups using HTML/CSS</li>
<li>Knows JavaScript</li>
</ul>
<h2 id="what-we-offer-for-full-time-positions">What we offer (for full time positions)</h2>
<ul>
<li>Competitive salary</li>
<li>Stock options</li>
<li>An outrageous benefits program (premiums paid 100% for you and your family)</li>
<li>Your choice of a new computer setup</li>
<li>Paid company lunches once a week</li>
<li>Great location</li>
<li>Opportunities to attend conferences</li>
<li>Small teams, you will have lots of opportunities to affect change throughout
the company</li>
</ul>
<h2 id="location">Location</h2>
<h3 id="greenwood-village-co">Greenwood Village, CO</h3>
<div class="gmap-container viewport-width"><div class="gmap" id="zvelo-gmap"></div></div>
<div class="gmaps"><span>Google Maps © 2014</span></div>
<h2 id="about-zvelo">About zVelo</h2>
<p><a href="https://zvelo.com" title="zVelo — We categorize the Web">zVelo</a> is a leading provider of web content categorization and malicious
website detection technologies. We license our technologies exclusively through
OEMs and our customers include many of the leading vendors in online ad-tech,
big data analytics, mobile and network security, as well as other high-growth
market segments where accuracy, coverage, responsiveness, and performance are
critical requirements.</p>
<script>
function initZveloMap() {
'use strict';
var lat = 39.6151819,
lon = -104.8953922,
elID = 'zvelo-gmap',
content = '<b>zVelo, Inc.</b><br/>5575 DTC Pkwy Ste 240<br/>80111 Greenwood Village',
options = {
zoom: 14,
center: new google.maps.LatLng(lat, lon),
mapTypeId: google.maps.MapTypeId.HYBRID
},
map,
marker,
infowindow;
map = new google.maps.Map(document.getElementById(elID), options);
marker = new google.maps.Marker({
map: map,
position: new google.maps.LatLng(lat, lon)
});
infowindow = new google.maps.InfoWindow({
content: content
});
google.maps.event.addListener(marker, "click", function () {
infowindow.open(map, marker);
});
infowindow.open(map, marker);
}
function loadMapsScript() {
'use strict';
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://maps.googleapis.com/maps/api/js?v=3.exp&' + 'callback=initZveloMap';
document.body.appendChild(script);
}
window.onload = loadMapsScript;
</script></div></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment