Skip to content

Commit f02c16d

Browse files
authored
Merge pull request #700 from LLNL/links
Fix links on About page
2 parents aa19cb0 + 583ab08 commit f02c16d

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

about/index.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,14 @@ This website abounds with examples of projects that have found a home in the ope
4949

5050
\* The original policy memorandum is no longer available online. For details, please see
5151

52-
<!-- START: Quicklinks -->
5352
<div class="row gx-5 gy-5">
54-
<div class="col-12 col-sm-6 col-lg-3">
53+
<div class="col-4 col-sm-4 col-lg-4">
5554
{% include components/quick-link.html title="The People's Code Blog Post" url="https://www.cio.gov/2016/08/11/peoples-code.html" icon="fa-code" %}
5655
</div>
57-
<div class="col-12 col-sm-6 col-lg-3">
56+
<div class="col-4 col-sm-4 col-lg-4">
5857
{% include components/quick-link.html title="The Archived Policy on GitHub" url="https://github.com/WhiteHouse/source-code-policy" icon="fa-github" %}
5958
</div>
6059
</div>
61-
<!-- END: Quicklinks -->
6260

6361
## Learn More About OSS at LLNL
6462
{:.mt-5}
@@ -70,8 +68,8 @@ This website abounds with examples of projects that have found a home in the ope
7068
* [LLNL Software News](/news)
7169
* [LLNL Computing News](https://computing.llnl.gov/topic/open-source-software)
7270
* [The Lab that Launched a Thousand Software Projects](https://computing.llnl.gov/about/newsroom/lab-launched-thousand-software-projects)
73-
* [The Case for Open Source Software](https://18f.gsa.gov/2018/07/12/the-case-for-open-source-software/)
7471
* [Ambassadors of Code](https://str.llnl.gov/2018-01/lee) (*Science & Technology Review* cover story)
72+
* [The High Value of Open-Source Software](https://str.llnl.gov/past-issues/januaryfebruary-2018/high-value-open-source-software) (*Science & Technology Review* commentary)
7573
{% endcapture %}
7674
{% assign cardContent = cardContent | markdownify %}
7775
{% include components/card.html title='News Coverage' content=cardContent classes="h-100" %}
@@ -105,23 +103,18 @@ This website abounds with examples of projects that have found a home in the ope
105103
</div>
106104

107105
## Other Resources
108-
<!-- START: Quicklinks boxes -->
109106

110107
<div class="row gx-5 gy-5">
111-
<div class="col-12 col-sm-6 col-lg-3">
112-
{% include components/quick-link.html title="18F Handbook: GitHub" url="https://handbook.18f.gov/github/" icon="fa-github" %}
108+
<div class="col-4 col-sm-4 col-lg-4">
109+
{% include components/quick-link.html title="TTS (Technology Transformation Services) Handbook: GitHub" url="https://handbook.tts.gsa.gov/tools/github/" icon="fa-github" %}
113110
</div>
114-
<div class="col-12 col-sm-6 col-lg-3">
111+
<div class="col-4 col-sm-4 col-lg-4">
115112
{% include components/quick-link.html title="Controls Necessary for Federal Use of GitHub" url="https://github.com/fisma-ready/github" icon="fa-github" %}
116113
</div>
117-
<div class="col-12 col-sm-6 col-lg-3">
114+
<div class="col-4 col-sm-4 col-lg-4">
118115
{% include components/quick-link.html title="Guidance for Agency Use of Third-Party Websites and Applications" url="https://obamawhitehouse.archives.gov/sites/default/files/omb/assets/memoranda_2010/m10-23.pdf" icon="fa-file-pdf" %}
119116
</div>
120-
<div class="col-12 col-sm-6 col-lg-3">
121-
{% include components/quick-link.html title="Facts about Publishing Open Source Code" url="https://18f.gsa.gov/2016/08/08/facts-about-publishing-open-source-code-in-government/" icon="fa-globe" %}
122-
</div>
123117
</div>
124-
<!-- END: Quicklinks boxes -->
125118

126119
{% capture ctaContent %}
127120
For more information, check out our [FAQ](/about/faq). Contact [open-source@llnl.gov](mailto:open-source@llnl.gov) with questions about open source software at LLNL. Contact [github-admin@llnl.gov](mailto:github-admin@llnl.gov) with questions about working in the LLNL GitHub organization or to request a private repository. Visit the [software licensing portal](https://softwarelicensing.llnl.gov/) for information about licensing LLNL's proprietary codes.

0 commit comments

Comments
 (0)