diff --git a/gulpfile.js b/gulpfile.js index a6dffe22..89ce6a0e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -30,7 +30,7 @@ function pathsConfig(appName) { return { bootstrapSass: `${vendorsRoot}/bootstrap/scss`, - fontAwesomeSass: `${vendorsRoot}/@fortawesome/fontawesome-free/scss`, + fontAwesomeSass: `${vendorsRoot}/@fortawesome/fontawesome-free/css/all.css`, vendorsJs: [ `${vendorsRoot}/jquery/dist/jquery.js`, `${vendorsRoot}/popper.js/dist/umd/popper.js`, diff --git a/pepfar_mle/templates/base.html b/pepfar_mle/templates/base.html index 6173a249..52c8538f 100644 --- a/pepfar_mle/templates/base.html +++ b/pepfar_mle/templates/base.html @@ -5,9 +5,9 @@ - {% block title %}PEPFAR Monitoring, Learning and Evaluation{% endblock title %} + {% block title %}Program Database{% endblock title %} - + @@ -19,9 +19,12 @@ {% compress css %} - {% endcompress %} {% endblock %} + + {% endcompress %} {% endblock %} {# Placed at the top of the document so pages load faster with defer #} {% block javascript %} {% compress js %} + + {% endcompress %} @@ -31,65 +34,375 @@ + +
-
-
+ + + + + + + + + + + + +
+ +
+ + + + + +
+ + + - -
+ + + + +
-
+ +

Page Title

+ + {% if messages %} {% for message in messages %} +
{{ message }} +
+ {% endfor %} {% endif %} {% block content %} +

Use this document as a way to quick start any new project.

+ {% endblock content %} + +
+ - {% if messages %} {% for message in messages %} -
{{ message }}
- {% endfor %} {% endif %} {% block content %} -

Use this document as a way to quick start any new project.

- {% endblock content %} + -
- + + + - {% block modal %}{% endblock modal %} {% block inline_javascript %} {# Script tags with only code, no src (defer by default) #} {% endblock inline_javascript %} +
+ + + + + + + + {% block modal %} + + + {% endblock modal %} {% block inline_javascript %} {# Script tags with only code, no src (defer by default) #} {% endblock inline_javascript %}