Skip to content

Commit 8a71bf3

Browse files
committed
two more logo references
1 parent a3e680f commit 8a71bf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

about/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ menus:
1111

1212
<!-- START: Info box -->
1313
{% capture alertContent %}
14-
The LLNL Software Catalog website is an open-source project. We welcome contributions via pull requests as well as questions, feature requests, or bug reports via issues. Contact our team at [open-source@llnl.gov](mailto:open-source@llnl.gov) with any questions. Please also refer to our [FAQ](/about/faq) and [Code of Conduct](/about/conduct).
14+
The LLNL Software Catalog website is an open source project. We welcome contributions via pull requests as well as questions, feature requests, or bug reports via issues. Contact our team at [open-source@llnl.gov](mailto:open-source@llnl.gov) with any questions. Please also refer to our [FAQ](/about/faq) and [Code of Conduct](/about/conduct).
1515
{% endcapture %}
1616
{% assign alertContent = alertContent | markdownify %}
1717
{% include components/alert.html type="warning" icon="fa-circle-info" content=alertContent %}
@@ -28,7 +28,7 @@ To contribute to this website, please create a fork of [llnl.github.io](https://
2828
* Be explicit when opening issues and reporting bugs. What behavior are you expecting? What is your justification or use case for the new feature/enhancement? How can the bug be recreated? What are any environment variables to consider (e.g., browser, OS)?
2929

3030
<!-- START: Accordions Each h2 below will be a separate accordion. -->
31-
<div class="border-top-gradient-software-blue-green border-bottom-gradient-software-blue-green">
31+
<div class="border-top-gradient-impact-extreme border-bottom-gradient-impact-extreme">
3232

3333
{% capture accordionContent %}
3434
Before you begin, make sure you have working installs of Git, Ruby, and [Bundler](https://bundler.io). After you fork the repo, make sure you are in the directory you just created by running `cd llnl.github.io` Then you can use `bundler` to install the Ruby dependencies (see the [Jekyll installation docs](https://jekyllrb.com/docs/installation/) for step-by-step guides to setting this up):
@@ -75,7 +75,7 @@ A [JSON file](https://github.com/LLNL/llnl.github.io/blob/main/visualize/github-
7575
| -------- | ----------- | ------ | ------- |
7676
| Category | Description | Tag(s) | FA icon |
7777
| -------- | ----------- | ------ | ------- |
78-
| **All Software** | Browse all LLNL open-source projects | (no tags required) | (image: `logomark-software.svg`) |
78+
| **All Software** | Browse all LLNL open-source projects | (no tags required) | (image: `logomark-llnl.svg`) |
7979
| **AI & Machine Learning** | Integrate artificial intelligence and machine learning into scientific applications | `artificial-intelligence`, `deep-learning`, `machine-learning`, `neural-network` | fa-brain-circuit |
8080
| **App Infrastructure** | Browse tools for basic functionality common in HPC codes | `app-infrastructure` | fa-gear-complex-code |
8181
| **Applications** | Browse scientific simulation codes and IT management tools | `application`, `applications`, `simulation`, `simulations` | fa-laptop-code |

visualize/github-data/category_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": " All Software",
55
"hash": "AllSoftware",
66
"icon": {
7-
"path": "/assets/images/logomark-software.svg",
7+
"path": "/assets/images/logomark-llnl.svg",
88
"alt": "All Software"
99
},
1010
"description": {

0 commit comments

Comments
 (0)