Skip to content

Commit

Permalink
Merge pull request #307 from loricooperhdf/master
Browse files Browse the repository at this point in the history
Changing logo to The HDF Group stacked logo and links back to www
  • Loading branch information
gheber authored Aug 29, 2024
2 parents 0dc8bcd + 49c2df4 commit f4f506d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ remote_theme: pages-themes/[email protected]
plugins:
# - jekyll-remote-theme # add this line to the plugins list if you already have one
- jekyll-redirect-from
title: The HDF Group
title: The HDF Group Support Site
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies

logo: /assets/img/logo.png
logo: /assets/img/logo.png
logo: /assets/img/The_HDF_Group_stackedlogo.png

show_downloads: false
site.github.is_user_page: false
Expand Down
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
{% if site.logo %}
<a href="/"><img src="{{site.logo | relative_url}}" alt="Logo" /></a>
{% if site.logo %}
<a href="https://www.hdfgroup.org/"><img src="{{site.logo | relative_url}}" alt="Logo" /></a>
{% endif %}

<p>

</p>
<ul>
<li><a href="https://www.hdfgroup.org/">The HDF Group</a></li>
<li><a href="/downloads/index.html">Downloads</a></li>
<li><a href="/documentation/index.html">Documentation</a></li>
<li><a href="https://forum.hdfgroup.org">Community Forum</a></li>
Expand Down
Binary file added assets/img/The_HDF_Group_stackedlogo.png
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 index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: The HDF Group Support Site
layout: default
---

# The HDF Group
# The HDF Group Support Site

Our **non-profit mission** is to ensure efficient and equitable access to science and engineering data across platforms and environments, now and forever.

Expand Down

0 comments on commit f4f506d

Please sign in to comment.