Skip to content

Instantly share code, notes, and snippets.

@irmaus
irmaus / irmau-share-price-media-queries.css
Last active April 12, 2018 05:07
This styling is used for share price on responsive
@media (max-width: 1024px) {
.chart-buttons li{
width: 32%;
margin-bottom: 5px;
}
.sptable .columns {
width: 16.6%;
border-bottom: 1px solid #fff;
}
}
@irmaus
irmaus / gist:9bb64c58860bf72483da8318dba80c9c
Created March 16, 2018 06:28
javascript-unsubscribe-form
<div data-unsubscribeformsurl="https://tickercode.irmau.com/site/data/UnsubscribeForm.aspx" data-gotourl="http://yourwebsitesuccesspage" >..</div>
<script type="text/javascript" src="https://tickercode.irmau.com/site/js/Newsroom.js"></script>
@irmaus
irmaus / escrow-quote-example-table.html
Created July 25, 2017 05:05
Table showing Market Cap with Escrow
<table class="quote">
<thead>
<tr>
<th>Buy</th>
<th>Sell</th>
<th>First</th>
<th>High</th>
<th>Low</th>
<th>Last</th>
<th>MktPrice</th>
@irmaus
irmaus / quoteapi.1.10.7.html
Created July 25, 2017 04:54
Quote API version 1.10.7
<script src="https://quoteapi.com/lib/1.10.7/quoteapi-loader.js" integrity="sha256-kPu2fw4Fkw1EJn/326OdeRBH8PD9ACuKvJ3iyACSRKQ= sha512-iphO3CW8lDdIwVuPjAhAMp8rD/VK1X2YbQ9EECBuUi+vrmdWnmCcQ7vQq0Yr/Tq1L3NNelW6nI9T+F5f4c+oIg==" crossorigin="anonymous"></script>
<div data-userregistrationformurl='https://tickercode.irmau.com/site/data/UserRegistrationForm.aspx' data-gotourl='http://yourwebsitesuccesspage'>..</div>
<script type='text/javascript' src='https://tickercode.irmau.com/site/js/Newsroom.js'></script>
<style>
.article {
border-bottom:1px solid #999;
margin-bottom:10px;
}
.articleDate {
float:right;
color:#999;
}
.article a {
<style>
.article {
border-bottom:1px solid #999;
margin-bottom:10px;
}
.articleDate {
float:right;
color:#999;
}
.article a {
@irmaus
irmaus / email-alerts.html
Last active March 6, 2018 04:43
To show an Email Alerts Signup page you can embed the following code
<div data-userregistrationformurl='https://tickercode.irmau.com/site/data/UserRegistrationForm.aspx' data-gotourl='http://your-site.com.au/email-alerts-success/'>..</div>
<script type='text/javascript' src='https://tickercode.irmau.com/site/js/Newsroom.js'></script>
@irmaus
irmaus / header-js.html
Last active March 6, 2018 04:42
Add the following <script> links to your website header
<script src="https://quoteapi.com/lib/1.8.5/quoteapi-loader.js" integrity="sha256-Zs2jee5Cu9XOmK67dVQJDI5LqiV+faelNQm8OyslG6s= sha512-lgVikkbStJeoqvs4NNkrxcnQZM5q2WZDvD71Lo8c7F7AKW4/X/5iKuZVErv/gPS/4VdoBH642y+SHtiZA+B2ag==" crossorigin="anonymous"></script>
<script src="https://tickercode.irmau.com/site/content/js/quoteapi.js"></script>
@irmaus
irmaus / irmau-small-chart.css
Last active April 12, 2018 05:00
CSS Required for displaying small charts
.irmau-small-chart .quoteapi-chart {
width: 200px;
height: 100px;
padding: 7px 13px 13px 32px;
font-size: 11px;
color: #2e2e2e;
}
.irmau-small-chart .quoteapi-chart-panel {
height: 80px;