Skip to content

Instantly share code, notes, and snippets.

@macroramesh6
Last active January 26, 2017 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macroramesh6/c3ed56915738becfe2832d3dc0b60319 to your computer and use it in GitHub Desktop.
Save macroramesh6/c3ed56915738becfe2832d3dc0b60319 to your computer and use it in GitHub Desktop.
Ordoo Partners
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ordoo client page</title>
</head>
<body class="body">
/*
* Page Content
*/
/* Code Begins */
<script src="https://s3.eu-west-2.amazonaws.com/ordoo-static/web-partners/widget.js" charset="utf-8"></script>
<link rel="stylesheet" href="https://s3.eu-west-2.amazonaws.com/ordoo-static/web-partners/ordoo-client-page.webflow.css">
<script type="text/javascript">
class MyWidget extends widget.Widget {
constructor() {
super();
this.el.innerHTML = `<a class="ordoo-link w-inline-block" href="http://ordoo.co.uk/" target="_blank"><img src="https://s3.eu-west-2.amazonaws.com/ordoo-static/web-partners/ordoo-logo.png"></a>`;
}
}
new MyWidget().appendTo(document.body);
</script>
/* Code End */
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment