Skip to content

Commit

Permalink
feat: many updates to improve styling
Browse files Browse the repository at this point in the history
In addition, this commit will remove all
references to Stylus and update docs files
  • Loading branch information
BlueSlug committed Mar 10, 2022
1 parent 500d4a9 commit 90da9eb
Show file tree
Hide file tree
Showing 22 changed files with 114 additions and 317 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ and files in `dist` are overwritten at build time.
The ILDH website is based on [Trivet](https://github.com/fluid-project/trivet), an [Eleventy](http://11ty.dev)
website starter kit.

For more information about making asset pipeline changes, please see the [Asset Handling documentation](src/assets/README.md).

### Previous version of the ILDH

An older version of the ILDH website used from 2011 to 2015 was previously hosted at the same repository name.
Expand Down
193 changes: 1 addition & 192 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
"rimraf": "3.0.2",
"sass": "1.49.0",
"sass-loader": "12.4.0",
"slugify": "1.6.5",
"stylus": "0.56.0",
"stylus-loader": "6.2.0"
"slugify": "1.6.5"
}
}
1 change: 1 addition & 0 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{% uioScripts %}
{% include "partials/global/scripts.njk" %}
</head>
{# The pageBody block is used by the home page which has a different body layout #}
{% block pageBody %}
<body class="{{ bodyClass if bodyClass else "page" }}">
{% uioTemplate %}
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/layouts/sections.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% set sections = collections.all | eleventyNavigation(eleventyNavigation.key) %}

<ul id="content" class="content sections">
<ul class="sections">
{% for section in sections %}
{% set sectionTitle = section.title %}
{% set sectionIntro = section.intro %}
Expand Down
4 changes: 1 addition & 3 deletions src/_includes/partials/components/banner.njk
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
<div class="banner" aria-hidden="true">
{%- svg_sprite "site-banner" -%}
</div>
<div class="banner" aria-hidden="true"></div>
13 changes: 0 additions & 13 deletions src/_includes/partials/components/pagination.njk

This file was deleted.

Loading

0 comments on commit 90da9eb

Please sign in to comment.