diff --git a/_includes/floating_button.html b/_includes/floating_button.html index 7234ff4..f2c768b 100644 --- a/_includes/floating_button.html +++ b/_includes/floating_button.html @@ -25,7 +25,3 @@ window.onscroll = scrollFunction - - diff --git a/_includes/pitch.html b/_includes/pitch.html index ac2c412..c1dc397 100644 --- a/_includes/pitch.html +++ b/_includes/pitch.html @@ -10,6 +10,5 @@
{% include pitch/image.html %} - {% include pitch/text.html %} - + {% include pitch/text.html %}
diff --git a/_includes/pitch/text.html b/_includes/pitch/text.html index 036f68a..ee1b5b4 100644 --- a/_includes/pitch/text.html +++ b/_includes/pitch/text.html @@ -1,3 +1,3 @@ -
- {{ pitch.text | markdownify | replace: '

','

' }} -

+
+ {{ pitch.text | markdownify | replace: '

','

' }} +

diff --git a/_sass/_button.scss b/_sass/_button.scss index 5947905..62f9f58 100644 --- a/_sass/_button.scss +++ b/_sass/_button.scss @@ -1,55 +1,28 @@ .ui.button.safing-active { - color: $white; background-color: $primary; } .ui.button.safing-active:hover { - background-color: $anchor_hover; color: $white; } -.ui.button.safing-secondary{ +.ui.button.safing-secondary{ color: $secondary; } -.ui.button.safing-secondary:hover{ +.ui.button.safing-secondary:hover{ background-color: $fill_medium; color: $white; } -.ui.button.safing-full { +.ui.button.safing-full { color: $fill_lighter; background-color: $white; } .ui.button.safing-full:hover { - background-color: $fill_lighter; color: $white; } - - - -//go to top button -#myBtn { - display: none; /* Hidden by default */ - position: fixed; /* Fixed/sticky position */ - bottom: 200px; /* Place the button at the bottom of the page */ - right: 30px; /* Place the button 30px from the right */ - z-index: 99; /* Make sure it does not overlap */ - border: none; /* Remove borders */ - outline: none; /* Remove outline */ - background-color: $secondary; /* Set a background color */ - color: $white; /* Text color */ - cursor: pointer; /* Add a mouse pointer on hover */ - padding: 15px; /* Some padding */ - border-radius: 10px; /* Rounded corners */ - font-size: 18px; /* Increase font size */ -} - -#myBtn:hover { - background-color: $secondary; /* Add a dark-grey background on hover */ - //old color: #555 -} diff --git a/_sass/_global.scss b/_sass/_global.scss index 0839a83..2f9e75f 100644 --- a/_sass/_global.scss +++ b/_sass/_global.scss @@ -2,10 +2,10 @@ body, .ui.header, h1, h2, h3, h4, h5, h6, p { font-family: 'Roboto', 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; } -a{ +a { color: $anchor; } -a:hover{ +a:hover { color: $anchor_hover; text-decoration: underline; } @@ -13,6 +13,7 @@ a:hover{ .color-primary { color: $primary; } + .color-primary-important { color: $primary !important; } @@ -26,16 +27,10 @@ a:hover{ color: $white } - .max-width-100 { max-width: 100%; } -.pusher { - background-color: $fill_light !important; -} - - .content{ background-color: $background_main; } diff --git a/community-hub/index.html b/community-hub/index.html index 1091a99..26612bf 100644 --- a/community-hub/index.html +++ b/community-hub/index.html @@ -6,12 +6,12 @@ exclude_community_snippet: true ---
{% for pitch in site.data.community_hub.communities %} - -
- {% comment %}0 = even (right text), 1 = odd (left text){% endcomment %} - {% assign modulo = forloop.index | modulo: 2 %} - {% include pitch.html %} -
+
+
+ {% comment %}0 = even (right text), 1 = odd (left text){% endcomment %} + {% assign modulo = forloop.index | modulo: 2 %} + {% include pitch.html %} +
{% endfor %}