diff --git a/assets/icon-producthunt.png b/assets/icon-producthunt.png new file mode 100644 index 0000000..885f5a7 Binary files /dev/null and b/assets/icon-producthunt.png differ diff --git a/assets/icon-twitter.png b/assets/icon-twitter.png new file mode 100644 index 0000000..4e8cceb Binary files /dev/null and b/assets/icon-twitter.png differ diff --git a/common.js b/common.js index 6b940f5..fe6bc67 100644 --- a/common.js +++ b/common.js @@ -4,3 +4,10 @@ function toggleCurators() { } var toggle = document.getElementById('js-curators-toggle').parentNode; toggle.onmouseenter = toggle.onmouseleave = toggleCurators; + +var tweetBtn = document.getElementById('btn-tweet'); +tweetBtn.onclick = function(){ + tweetBtn.style.display = 'none'; + document.getElementById('btn-vote').style.display = 'inline'; + return true; +}; diff --git a/index.css b/index.css index f242d07..432cb50 100644 --- a/index.css +++ b/index.css @@ -215,6 +215,35 @@ nav span { color: rgba(44, 46, 52, .7); } +#social { + padding-left: 7px; +} + +#social > * { + font-family: MuseoSans; + font-size: 8px; + font-weight: 500; + font-style: normal; + font-stretch: normal; + letter-spacing: 0.3px; + color: #5d5d5d; + background-size: 8px; + background-repeat: no-repeat; + background-position: left center; + padding-left: 10px; + border-radius: 2px; + background-color: #ffffff; + text-decoration: none; +} + +#btn-tweet { + background-image: url(assets/icon-twitter.png); +} + +#btn-vote { + background-image: url(assets/icon-producthunt.png); +} + /* page background */ .card-wrapper { diff --git a/index.html b/index.html index 8233654..4cb0fe5 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,13 @@ curated by 5 mangrovers