Skip to content

Commit

Permalink
Merge pull request #25 from hiddenfigs/23-create-better-animation-and…
Browse files Browse the repository at this point in the history
…-user-experience

23 create better animation and user experience
  • Loading branch information
jmduarte authored Oct 29, 2024
2 parents c29ea12 + 398fa7d commit 5cb51f1
Show file tree
Hide file tree
Showing 32 changed files with 816 additions and 428 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ Site search is powered by [PageFind](https://pagefind.app/). Before deploy, a se
Email addresses are Base64 encoded to prevent casual scraping.

The site was not made with reuse in mind, but it hasn't been so hard. Just rip out the content files, rewrite nav.html and footer.html and change the base URL in config.toml.

## Tips and notes

1. Sometimes the script won't apply. This is due to the browser cache, run it in guest or incognito or clear cache
2. Any pagefind related change/content change needs to run `yarn pagefind-dev` to load
3. run `prettier docs package.json "{app,__{tests,mocks}__}/**/*.js" --write --single-quote --trailing-comma all` before you push
4. run `yarn test` before push to the main branch to ensure proper deployment
4. If you see expert, expertise, location, it is not related to this project
5. The main folders: layouts, assets/js, contents and all the configs and yml(website building) files.
Binary file added assets/img/logos/belt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logos/bodyBackground.webp
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/img/logos/copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
218 changes: 31 additions & 187 deletions assets/img/logos/open-book-grey.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 added assets/img/logos/personBackground.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/img/logos/researchArea.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 added assets/img/logos/titleBackground.webp
Binary file not shown.
1 change: 0 additions & 1 deletion assets/img/logos/year-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions assets/img/logos/year.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Hidden Figures
title: Hidden Figures- RCSA
description: A database to highlight the contributions of physicists and astronomers from marginalized backgrounds.
title-tag: Hidden Figures - RCSA
---
Expand Down
2 changes: 1 addition & 1 deletion content/scientist/Al-Kindi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "name",
"title": "Al-Kindi",
"name": "Al-Kindi",
"linktitle": "Al-Kindi",
"last": "N/A",
Expand Down
2 changes: 1 addition & 1 deletion content/scientist/Henrietta Swan Leavitt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "name",
"title": "Henrietta Swan Leavitt",
"name": "Henrietta Swan Leavitt",
"linktitle": "Henrietta Swan Leavitt",
"last": "Leavitt",
Expand Down
2 changes: 1 addition & 1 deletion content/scientist/Jocelyn Bell Burnell.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "name",
"title": "Jocelyn Bell Burnell",
"name": "Jocelyn Bell Burnell",
"linktitle": "Jocelyn Bell Burnell",
"last": "Burnell",
Expand Down
2 changes: 1 addition & 1 deletion content/scientist/Katharine Burr Blodgett.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "name",
"title": "Katharine Burr Blodgett",
"name": "Katharine Burr Blodgett",
"linktitle": "Katharine Burr Blodgett",
"last": "Blodgett",
Expand Down
2 changes: 1 addition & 1 deletion content/scientist/Lene Hau.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "name",
"title": "Lene Hau",
"name": "Lene Hau",
"linktitle": "Lene Hau",
"last": "Hau",
Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://amplifycolorado.colabnews.co/"
baseURL = "http://localhost:1313/"
languageCode = "en-us"
title = ""
enableRobotsTXT = true
Expand Down
Loading

0 comments on commit 5cb51f1

Please sign in to comment.