Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
add tweet button
Browse files Browse the repository at this point in the history
  • Loading branch information
Doarakko committed Jan 14, 2019
1 parent 03f5017 commit af141b7
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
</head>

<body>
<div class =link>
<a href="https://github.com/Doarakko/kaggle-competitions-calender">GitHub</a>
<div class=link>
<a href="https://github.com/Doarakko/kaggle-competitions-calender">
<img src=https://img.shields.io/badge/code-GitHub-brightgreen.svg> </a> <a href="https://twitter.com/share?ref_src=twsrc%5Etfw"
class="twitter-share-button" data-text="Kaggle Competitions Calender" data-url="https://kaggle-competitions-calender.herokuapp.com/"
data-hashtags="kaggle" data-show-count="false">Tweet</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<h1>Kaggle Competitions Calender</h1>
<div class="tabs">
Expand All @@ -35,7 +39,7 @@ <h1>Kaggle Competitions Calender</h1>
<div class="tab_content" id="all_content">
<div class="tab_content_description">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showPrint=0&amp;showTabs=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23ffffff&amp;src=4mob9dbhsikddor61vdiegn4fk%40group.calendar.google.com&amp;color=%231B887A&amp;ctz=UTC"
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class="tab_content" id="awards_points_content">
Expand All @@ -47,31 +51,31 @@ <h1>Kaggle Competitions Calender</h1>
<div class="tab_content" id="reward_content">
<div class="tab_content_description">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showTabs=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=6ba06879lpr885v3pumbs0l2r4%40group.calendar.google.com&amp;color=%23AB8B00&amp;ctz=UTC"
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class="tab_content" id="featured_content">
<div class="tab_content_description">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showTabs=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=k58oh36g2bis0pivj4mgha1mp4%40group.calendar.google.com&amp;color=%238D6F47&amp;ctz=UTC"
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class="tab_content" id="research_content">
<div class="tab_content_description">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showTabs=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=kpa6gf1lc87p3jvs9ndbqflq50%40group.calendar.google.com&amp;color=%235A6986&amp;ctz=UTC"
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class="tab_content" id="playground_content">
<div class="tab_content_description">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showTabs=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=htq3gktaqds2vdr8espmkomauk%40group.calendar.google.com&amp;color=%238C500B&amp;ctz=UTC"
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class="tab_content" id="getting_started_content">
<div class="tab_content_description">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showTabs=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=i0e6mb9qi16q9gj691r4j1v9pk%40group.calendar.google.com&amp;color=%23528800&amp;ctz=UTC"
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
style="border-width:0" width="800" height="540" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit af141b7

Please sign in to comment.