Created
August 31, 2012 09:49
-
-
Save vsergeyev/3550958 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
<html> | |
<link rel="stylesheet" type="text/css" href="https://cdn.widget.dev.odeskps.com/static/default_widget_look.css" /> | |
<script src="https://cdn.widget.dev.odeskps.com/static/js/jquery.min.js"></script> | |
<script src="https://cdn.widget.dev.odeskps.com/static/widget-app.js"></script> | |
<script> | |
(new WidgetsProducerBase()).contractors({ | |
'q': 'python', | |
'id': 'odesk-widget', | |
'perPage': 5 | |
}); | |
(new WidgetsProducerBase()).contractors({ | |
'q': 'php', | |
'id': 'odesk-widget2', | |
'perPage': 5 | |
}); | |
</script> | |
<div class="odesk-contractor-listing" id="odesk-widget"> | |
</div> | |
<div class="odesk-contractor-listing" id="odesk-widget2"> | |
</div> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment