mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
publish: docs: better partner tracking
generated from commit 869ab342fe
This commit is contained in:
parent
360f21d7da
commit
cee70d3915
|
@ -23,6 +23,7 @@
|
|||
$('.partner.creativetim').hide();
|
||||
}
|
||||
$('.partner.' + this.slice.name).show();
|
||||
ga('send', 'event', 'Partner', this.slice.name);
|
||||
});
|
||||
|
||||
// Indeterminate checkbox example
|
||||
|
|
10
index.html
10
index.html
|
@ -220,22 +220,22 @@
|
|||
<p class="partner mdbootstrap">
|
||||
2000+ material UI elements, 600+ material icons, 74 CSS animations, SASS files, templates, premium tutorials and many more
|
||||
</p>
|
||||
<a class="partner mdbootstrap" href="https://mdbootstrap.com/product/material-design-for-bootstrap-pro/?utm_source=7e4bff&utm_id=7e4bff">
|
||||
<a class="partner mdbootstrap" href="https://mdbootstrap.com/product/material-design-for-bootstrap-pro/?utm_source=7e4bff&utm_id=7e4bff" onclick="ga('send', 'event', 'Homepage', 'Partner', 'Hero Image - mdbootstrap');">
|
||||
<img class="img-fluid mt-3 mx-auto" src="/bootstrap-material-design/assets/img/mdbootstrap.jpg" alt="Bootstrap Themes" width="1024" height="388">
|
||||
</a>
|
||||
<br /><br />
|
||||
<a href="https://mdbootstrap.com/product/material-design-for-bootstrap-pro/?utm_source=7e4bff&utm_id=7e4bff" class="btn btn-outline-primary partner mdbootstrap">Get Material Design for Bootstrap PRO</a>
|
||||
<a href="https://mdbootstrap.com/product/material-design-for-bootstrap-pro/?utm_source=7e4bff&utm_id=7e4bff" class="btn btn-outline-primary partner mdbootstrap" onclick="ga('send', 'event', 'Homepage', 'Partner', 'Hero Button - mdbootstrap');">Get Material Design for Bootstrap PRO</a>
|
||||
|
||||
<h3 class="partner creativetim">Official Pro Kits</h3>
|
||||
<p class="partner creativetim">
|
||||
Take Material Design for Bootstrap 4 to the next level with official Material Kit Pro and Material Dashboard Pro.
|
||||
</p>
|
||||
<a class="partner creativetim" href="https://www.creative-tim.com/product/material-kit-pro?affiliate_id=87385">
|
||||
<a class="partner creativetim" href="https://www.creative-tim.com/product/material-kit-pro?affiliate_id=87385" onclick="ga('send', 'event', 'Homepage', 'Partner', 'Hero Image - creativetim');">
|
||||
<img class="img-fluid mt-3 mx-auto" src="/bootstrap-material-design/assets/img/mk-pro-banner.jpg" alt="Bootstrap Themes" width="1024" height="388">
|
||||
</a>
|
||||
<br /><br />
|
||||
<a href="https://www.creative-tim.com/product/material-kit-pro?affiliate_id=87385" class="btn btn-outline-primary partner creativetim">Material Kit Pro</a>
|
||||
<a href="https://www.creative-tim.com/product/material-dashboard-pro?affiliate_id=87385" class="btn btn-outline-primary partner creativetim">Material Dashboard Pro</a>
|
||||
<a href="https://www.creative-tim.com/product/material-kit-pro?affiliate_id=87385" class="btn btn-outline-primary partner creativetim" onclick="ga('send', 'event', 'Homepage', 'Partner', 'Hero Button MKP - creativetim');">Material Kit Pro</a>
|
||||
<a href="https://www.creative-tim.com/product/material-dashboard-pro?affiliate_id=87385" class="btn btn-outline-primary partner creativetim" onclick="ga('send', 'event', 'Homepage', 'Partner', 'Hero Button MDP - creativetim');">Material Dashboard Pro</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user