From 1f43605901816cc96d225f219266d2c167c1aaff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 18 Sep 2018 01:56:27 -0400 Subject: [PATCH 1/2] Update the index page to not contain npm only instructions + add screenshot --- css/style.css | 44 ++++++++++++++++++++++++++++++-------------- index.html | 28 +++++++++------------------- js/main.js | 30 ------------------------------ 3 files changed, 39 insertions(+), 63 deletions(-) diff --git a/css/style.css b/css/style.css index 7b6aa9a9..74a2d12b 100644 --- a/css/style.css +++ b/css/style.css @@ -241,25 +241,36 @@ img { #splash .hgroup { margin: 60px 0; } -#splash .card { - background: #84ce88; +.btn { + border: 2px solid #84ce88; border-radius: 3px; + color: #84ce88; display: inline-block; - padding: 15px; - margin: 5px; - min-width: 45%; -} -#splash .card strong { - display: block; - font-size: 17px; + font-size: 12px; + font-weight: bold; + letter-spacing: 1px; + margin-bottom: 10px; + padding: 9px 17px; + text-transform: uppercase; + transition: background 0.2s, border-color 0.2s, color 0.2s; + word-spacing: 3px; + cursor: pointer; /* This is useful for `