Created
September 9, 2010 21:07
-
-
Save bogdan/572576 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns:fb='http://www.facebook.com/2008/fbml' xmlns='http://www.w3.org/1999/xhtml'> | |
<head> | |
<meta content='text/html;charset=utf-8' http-equiv='Content-Type' /> | |
<title>JIBE</title> | |
<meta content='JIBE, Inc.' name='author' /> | |
<meta content='jobs, employment' name='keywords' /> | |
<meta content='JIBE finds jobs for you based on your social connections.' name='description' /> | |
<link href='/images/favicon.ico' rel='shortcut icon' /> | |
<link href="http://www.jibe.com/stylesheets/forms.css?1284057370" media="screen" rel="stylesheet" type="text/css" /> | |
<link href="http://www.jibe.com/stylesheets/compiled/layouts/application.css?1284057481" media="screen" rel="stylesheet" type="text/css" /> | |
<link href="http://www.jibe.com/stylesheets/compiled/jobs.css?1284057479" media="screen" rel="stylesheet" type="text/css" /> | |
<!-- = stylesheet_link_tag 'compiled/style' --> | |
<!-- = stylesheet_link_tag 'compiled/jobs' --> | |
<link href="http://www.jibe.com/stylesheets/jquery.contextMenu.css?1284057370" media="screen" rel="stylesheet" type="text/css" /> | |
<link href="http://www.jibe.com/fancybox/jquery.fancybox-1.3.1.css?1284057367" media="screen" rel="stylesheet" type="text/css" /> | |
<script src='http://use.typekit.com/jxd7xam.js' type='text/javascript'></script> | |
<script type='text/javascript'> | |
//<![CDATA[ | |
try{Typekit.load();}catch(e){} | |
//]]> | |
</script> | |
<script src='http://www.google.com/jsapi' type='text/javascript'></script> | |
<script src="http://www.jibe.com/javascripts/jquery.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/jquery.form.js?1284057370" type="text/javascript"></script> | |
<script type="text/javascript"> | |
//<![CDATA[ | |
google.load('jqueryui', '1.7.2'); | |
//]]> | |
</script> | |
<script src="http://www.jibe.com/javascripts/jquery.contextMenu.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/application.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/profile.js?1284057370" type="text/javascript"></script> | |
<script src="http://use.typekit.com/zes5czt.js" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/invite.js?1284057370" type="text/javascript"></script> | |
<script type="text/javascript"> | |
//<![CDATA[ | |
try{Typekit.load();}catch(e){} | |
//]]> | |
</script> | |
<script src="http://www.jibe.com/javascripts/jquery.editinplace.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/jquery.form.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/jquery.ba-bbq.min.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/pagination.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/jquery.validate.js?1284057370" type="text/javascript"></script> | |
<script src="http://connect.facebook.net/en_US/xfbml.js" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/jquery.defaultvalue.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/jquery.tipsy.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/javascripts/jquery.placeholder.js?1284057370" type="text/javascript"></script> | |
<script src="http://www.jibe.com/fancybox/jquery.fancybox-1.3.1.pack.js?1284057367" type="text/javascript"></script> | |
<script type='text/javascript'> | |
//<![CDATA[ | |
var _sf_startpt=(new Date()).getTime(); | |
//]]> | |
</script> | |
<script type='text/javascript'> | |
//<![CDATA[ | |
var _sf_async_config={uid:5389,domain:"jibe.com"}; | |
(function(){ | |
function loadChartbeat() { | |
window._sf_endpt=(new Date()).getTime(); | |
var e = document.createElement('script'); | |
e.setAttribute('language', 'javascript'); | |
e.setAttribute('type', 'text/javascript'); | |
e.setAttribute('src', | |
(("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") + | |
"static.chartbeat.com/js/chartbeat.js"); | |
document.body.appendChild(e); | |
} | |
var oldonload = window.onload; | |
window.onload = (typeof window.onload != 'function') ? | |
loadChartbeat : function() { oldonload(); loadChartbeat(); }; | |
})(); | |
//]]> | |
</script> | |
<script type='text/javascript'> | |
//<![CDATA[ | |
$(document).ready(function(){ | |
var search_box = $("div.search-box #q"); | |
if (search_box.val() == '' || search_box.val() == 'search for a connection by name') search_box.defaultvalue("search for a connection by name"); | |
if ("" != '') search_box.val(""); | |
}); | |
var menuTimeout = null; | |
$('#nav #account').live('hover', function(event){ | |
if (!event) var event = window.event; | |
if (event.type == 'mouseover') { | |
clearTimeout(menuTimeout); | |
$('#nav #account ul').slideDown('fast'); | |
} else { | |
menuTimeout = setTimeout("$('#nav #account ul').slideUp('fast')", 400); | |
} | |
}); | |
//]]> | |
</script> | |
<script type='text/javascript'> | |
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | |
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | |
</script> | |
<script type='text/javascript'> | |
try { | |
var pageTracker = _gat._getTracker("UA-15416203-1"); | |
pageTracker._trackPageview(); | |
} catch(err) {} | |
</script> | |
</head> | |
<body class='signed_in jobs' id='cntl'> | |
<div id="fb-root"></div> | |
<script> | |
window.fbAsyncInit = function() { | |
FB.init({ | |
appId : '240782195996', | |
status : true, // check login status | |
cookie : true, // enable cookies to allow the server to access the session | |
xfbml : true // parse XFBML | |
}); | |
FB.Event.subscribe('auth.logout', function(response) { | |
window.location.href = "/logout?session_expired=1"; | |
}); | |
}; | |
(function() { | |
var e = document.createElement('script'); | |
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; | |
e.async = true; | |
document.getElementById('fb-root').appendChild(e); | |
}()); | |
</script> | |
<div class='index' id='actn'> | |
<div id='alert_strip'> | |
<div id='alert_core'> | |
<img alt='close' border='0' class='f_rht' id='close_alert' src='/images/btn_closealert.gif' /> | |
<div id='alert_message'> | |
</div> | |
</div> | |
</div> | |
<div id='headerWrapper'> | |
<div id='header'> | |
<div id='logo'> | |
<a href='/' title='Jibe'> | |
Jibe | |
</a> | |
</div> | |
<div id='notifications'> | |
<ul> | |
<li> | |
<p>700</p> | |
<label><a href="/add_credits">credits</a></label> | |
</li> | |
<li> | |
<p><a href="/job_applications">1</a></p> | |
<label><a href="/job_applications">jobs & apps</a></label> | |
</li> | |
</ul> | |
</div> | |
<div id='nav'> | |
<ul id='nav_menu'> | |
<li id='jobsNav'> | |
<a href="/jobs">Jobs</a> | |
</li> | |
<li id='connectionsNav'> | |
<a href="/connections">Connections</a> | |
</li> | |
</ul> | |
<div id='search_strip'> | |
<div id='globalsearch'> | |
<form action="/jobs" class="form" id="search_form" method="get"> | |
<div class='search-box'> | |
<span> | |
<input class="uninitialized" id="q" name="q" type="text" value="search for a job" /> | |
<button class='submit' id='btn1'></button> | |
</span> | |
</div> | |
</form> | |
</div> | |
</div> | |
<div id='account'> | |
<a href="/profile/edit">Account</a> | |
<ul> | |
<li> | |
<a href="/connections/stats" class="account-actions">My Stats</a> | |
</li> | |
<li> | |
<a href="/users/a">Add Friends</a> | |
</li> | |
<li> | |
<a href="/settings" class="account-actions">Settings</a> | |
</li> | |
<li> | |
<a href="/logout" class="account-actions last" id="logout_link">Signout</a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div id='contentWrapper'> | |
<div id='content'> | |
<div class='col'> | |
<form action="/jobs" class="form" id="filter_form" method="get"> | |
<div id='user_panel'> | |
<div class='user_info'> | |
<div class='user-photo resize-photo'> | |
<img alt="Bogdan Gusiev" onerror="this.src='/images/avatar.gif'" src="http://graph.facebook.com/1241403629/picture?type=square" /> | |
</div> | |
<div class='user-details'> | |
<h2 class='name'>Bogdan Gusiev</h2> | |
<p class='company'>MKTG</p> | |
<p class='edit'><a href="/profile/edit">Edit profile</a></p> | |
</div> | |
</div> | |
<div class='filter_section' id='job_locations'> | |
Show me jobs in: | |
<select class='city'> | |
<option value='New York'>New York</option> | |
</select> | |
</div> | |
</div> | |
<div id='navigation'> | |
<div class='filter_section' id='job_categories'> | |
<h3>Categories</h3> | |
<ul> | |
<li> | |
<input checked="checked" id="job_category_id_9" name="job_category_ids[]" type="checkbox" value="9" /> | |
<label for='job_category_id_9'> | |
<span class='label_text'>Accounting</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_15" name="job_category_ids[]" type="checkbox" value="15" /> | |
<label for='job_category_id_15'> | |
<span class='label_text'>Advertising / Marketing</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_5" name="job_category_ids[]" type="checkbox" value="5" /> | |
<label for='job_category_id_5'> | |
<span class='label_text'>Clerical</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_14" name="job_category_ids[]" type="checkbox" value="14" /> | |
<label for='job_category_id_14'> | |
<span class='label_text'>Creative</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_16" name="job_category_ids[]" type="checkbox" value="16" /> | |
<label for='job_category_id_16'> | |
<span class='label_text'>Education</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_18" name="job_category_ids[]" type="checkbox" value="18" /> | |
<label for='job_category_id_18'> | |
<span class='label_text'>Entertainment</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_1" name="job_category_ids[]" type="checkbox" value="1" /> | |
<label for='job_category_id_1'> | |
<span class='label_text'>Finance</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_7" name="job_category_ids[]" type="checkbox" value="7" /> | |
<label for='job_category_id_7'> | |
<span class='label_text'>Health Care</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_6" name="job_category_ids[]" type="checkbox" value="6" /> | |
<label for='job_category_id_6'> | |
<span class='label_text'>Hospitality</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_8" name="job_category_ids[]" type="checkbox" value="8" /> | |
<label for='job_category_id_8'> | |
<span class='label_text'>Human Resources</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_13" name="job_category_ids[]" type="checkbox" value="13" /> | |
<label for='job_category_id_13'> | |
<span class='label_text'>IT</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input id="job_category_id_2" name="job_category_ids[]" type="checkbox" value="2" /> | |
<label for='job_category_id_2'> | |
<span class='label_text'>Legal</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input id="job_category_id_11" name="job_category_ids[]" type="checkbox" value="11" /> | |
<label for='job_category_id_11'> | |
<span class='label_text'>Manufacturing</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_10" name="job_category_ids[]" type="checkbox" value="10" /> | |
<label for='job_category_id_10'> | |
<span class='label_text'>Non-Profit</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_4" name="job_category_ids[]" type="checkbox" value="4" /> | |
<label for='job_category_id_4'> | |
<span class='label_text'>Office Support</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_17" name="job_category_ids[]" type="checkbox" value="17" /> | |
<label for='job_category_id_17'> | |
<span class='label_text'>PR / Events</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input checked="checked" id="job_category_id_3" name="job_category_ids[]" type="checkbox" value="3" /> | |
<label for='job_category_id_3'> | |
<span class='label_text'>Retail</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
<li> | |
<input id="job_category_id_12" name="job_category_ids[]" type="checkbox" value="12" /> | |
<label for='job_category_id_12'> | |
<span class='label_text'>Sales</span> | |
<span class='label_action'>(x)</span> | |
</label> | |
</li> | |
</ul> | |
</div> | |
<div class='filter_section' id='job_categories_hidden'> | |
<h3>Hidden Categories</h3> | |
<ul></ul> | |
</div> | |
</div> | |
</form> | |
</div> | |
<div class='col last'> | |
<div id='content_full'> | |
<h2 class='page_title'>Jobs</h2> | |
<div id='jobs_list'> | |
<div id='jobs'><div class='job_result' id='job_result_8'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/8">Web Associate</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Assist the Web Tech Operations team to facilitate traffic generation efforts, including on-site enhancements and link building initiatives.</p> | |
</div> | |
<div class='unsave unsave_this_job'><a href="/saved_jobs" class="savedjob actionlink" job_id="8">Saved!</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_9'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/9">Community & Content Manager</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Responsible for defining, developing & managing content strategy for suite of online products to increase audience engagement & traffic. </p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="9">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_10'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/10">Content Editor, Client Accounts</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Create & maintain advertiser company listings. Research websites to create listings & classify to appropriate categories. </p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="10">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_11'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/11">Content Editor, Content Development</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Product search data collection & tagging; website links creation; brand name review & update data for companies to editorial database.</p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="11">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_13'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/13">Marketing Communications Manager/Senior Writer</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Provide communications support: copywriting, white papers, case studies, lead generation site, sales collateral & newsletter content.</p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="13">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_19'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/19">Taxonomy Specialist</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Perform quality control functions to assure compliance of data collection with established taxonomies.</p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="19">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_20'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/20">Ad Production Coordinator</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Coordinate and disseminate information to internal department and external vendors regarding production statistics in a timely manner. </p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="20">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_21'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/21">Data Analyst</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Provide insightful analysis & actionable reporting for online marketing, usability, product development & competitive analysis.</p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="21">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_22'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/22">Project Manager</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Direct project efforts to ensure high customer acceptance and delivery within schedule and budget in collaboration with Sr. Project Manager.</p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="22">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='job_result' id='job_result_23'> | |
<div class='job_information'> | |
<h3 class='job_company'> | |
<image src='/images/Thomas Publishing.png' /> | |
</h3> | |
<h2 class='job_title'><a href="/jobs/23">Content/Project Engineer</a></h2> | |
<h3 class='job_subtitle'> | |
</h3> | |
<div class='job_description'> | |
<p>Assist with the production of database driven websites containing either industrial product catalogs or manufacturing processes. </p> | |
</div> | |
<div class='save save_this_job'><a href="/saved_jobs" class="savejob actionlink" job_id="23">SAVE</a></div> | |
</div> | |
<div class='social_information'> | |
<div class='direct'> | |
</div> | |
</div> | |
</div> | |
<div class='will-pagination'> | |
<div class="pagination"><span class="disabled prev_page">« Previous</span> <span class="current">1</span> <a href="/jobs?page=2" rel="next">2</a> <a href="/jobs?page=3">3</a> <a href="/jobs?page=4">4</a> <a href="/jobs?page=5">5</a> <span class="gap">…</span> <a href="/jobs?page=26">26</a> <a href="/jobs?page=2" class="next_page" rel="next">Next »</a></div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div id='actn_footer'></div> | |
</div> | |
<div id='footerWrapper'> | |
<div id='footer'><ul> | |
<li><a href="/about/commitment">JIBE's commitment</a></li> | |
<li><a href="/about/faq">faq</a></li> | |
<li><a href="/about/contact">contact</a></li> | |
<li><a href="/about/privacy">privacy policy</a></li> | |
<li><a href="/about/tos">terms</a></li> | |
<li class='hush'><a href="http://www.hushrecruiter.com/">The Hush Recruiter Blog</a></li> | |
</ul> | |
<p>© 2010 JIBE Inc.</p> | |
</div> | |
</div> | |
<div class='dialog' id='dialog'></div> | |
<div class='dialog' id='application_dialog'></div> | |
<div class='dialog' id='job_applications_menu_dialog'></div> | |
<!-- Start Quantcast tag --> | |
<script type='text/javascript'> | |
//<![CDATA[ | |
_qoptions={ | |
qacct:"p-beQlbkYf361VE" | |
}; | |
//]]> | |
</script> | |
<script src="http://edge.quantserve.com/quant.js" type="text/javascript"></script> | |
<noscript> | |
<img src="http://pixel.quantserve.com/pixel/p-beQlbkYf361VE.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> | |
</noscript> | |
<!-- End Quantcast tag --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment