Add Westgate global footer (#8)
## Summary - add the global Westgate footer partial under `templates/partials/footer/` - import scoped footer styles from `theme.scss` - include the footer design spec and powered-by HTML/CSS references - add a contract test for the footer integration and required links ## Verification - `node tests/global-footer-contract.test.js` - `node tests/global-topbar-contract.test.js` - `for test in tests/*.test.js; do node "$test"; done` - `npm test --if-present` - `git diff --check` Reviewed-on: #8 Co-authored-by: vickydotbat <vickydotbat@tutamail.com> Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
This commit was merged in pull request #8.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
</div><!-- /.container#content -->
|
||||
</main>
|
||||
|
||||
<!-- IMPORT partials/footer/westgate-global.tpl -->
|
||||
</div>
|
||||
|
||||
<div class="fixed-bottom d-lg-none">
|
||||
|
||||
Reference in New Issue
Block a user