From 6b11fd0ed0e19e20c346fdabbe84f072bf6a18ac Mon Sep 17 00:00:00 2001 From: Mad Price Ball Date: Wed, 20 Feb 2019 21:53:32 -0800 Subject: [PATCH] Add responsive text sizes Also, - new activity badge - activity info and join button - bs4 version for main JS --- open_humans/templates/base-bs4.html | 9 +- open_humans/templates/member/activity.html | 13 ++- static/css/oh-proj-theming.css | 109 ++++++++++++++++-- static/images/default-badge.png | Bin 4608 -> 23351 bytes static/images/default-badge.svg | 77 +++++++++++++ static/js/main-bs4.js | 94 ++++++++++++++++ static/scss/oh-proj-theming.scss | 125 +++++++++++++++++---- 7 files changed, 388 insertions(+), 39 deletions(-) create mode 100644 static/images/default-badge.svg create mode 100644 static/js/main-bs4.js diff --git a/open_humans/templates/base-bs4.html b/open_humans/templates/base-bs4.html index e45b8f2b1..261640553 100644 --- a/open_humans/templates/base-bs4.html +++ b/open_humans/templates/base-bs4.html @@ -18,8 +18,8 @@ - - + + {# Per-page JavaScript #} {% page_bundle %} @@ -51,7 +51,7 @@