Skip to content

Commit

Permalink
Added Footer component and other misc. fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarinrickett committed Jan 18, 2025
1 parent bb04f75 commit d425a0e
Show file tree
Hide file tree
Showing 22 changed files with 577 additions and 414 deletions.
21 changes: 20 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,33 @@
## Issue
<!-- Link to the relevant GitHub issue. Learn more about [linking issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) -->
Fixes # (issue)
<!-- If you have no related issue, make sure to link this PR to the relevant project -->

## Description

<!-- Description of the changes you've made -->

## Type of Change
| Type ||
|------|---|
| Bug fix | [ ] |
| New feature | [ ] |
| Breaking change | [ ] |
| Documentation update | [ ] |
| Performance improvement | [ ] |
| Code refactoring | [ ] |

## Developer checklist
- [ ] Used [BEM naming convention](https://getbem.com/naming/)
- [ ] Added new unit tests where applicable

## Screenshot

<!-- Include a screenshot or screenrecording demonstrating your change-->
| Screenshot | |
|---------|---|
| Desktop | <!-- Include a screenshot or screen recording demonstrating your change--> |
| Tablet | <!-- Include a screenshot or screen recording demonstrating your change--> |
| Mobile | <!-- Include a screenshot or screen recording demonstrating your change--> |

## Testing
```
Expand Down
8 changes: 8 additions & 0 deletions apps/website-25/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Quick links:

No special actions needed, just follow [the general developer setup instructions](../../README.md#developer-setup-instructions)

```
npm run start
```

```
npm run test
```

## Deployment

This app is deployed onto the K8s cluster as a standard Next.js app in docker.
Expand Down
24 changes: 24 additions & 0 deletions apps/website-25/public/BlueDot_Impact_Logo_White.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/website-25/public/aisf.png
Binary file not shown.
Binary file removed apps/website-25/public/bdi.png
Binary file not shown.
Binary file removed apps/website-25/public/bsf.png
Binary file not shown.
Loading

0 comments on commit d425a0e

Please sign in to comment.