Skip to content

Commit 3ada4d2

Browse files
authored
Merge pull request #17 from oceanhackweek/eeholmes-patch-2
Update About section heading in index.html
2 parents a2d2a07 + d4fc1fd commit 3ada4d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cookiecutter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repo_directory: html
2-
name: OceanForge
2+
name: OceanHackWeek JupyterHub
33
favicon: assets/images/logos/ohw-favicon.png
44
banner:
55
description: ""
@@ -24,7 +24,7 @@ banner:
2424
style: btn-primary
2525
about:
2626
description: |
27-
A shared, cloud-native computing environment for ocean scientists — designed for Python and R users to support training in modern ocean data workflows.<br><br>
27+
A shared, cloud-native computing environment for ocean scientists — designed for Python and R users to support training and hackweeks in modern ocean data workflows.<br><br>
2828
As ocean science enters an era of massive, continuous data streams — spanning remote sensing, autonomous and in situ observing systems, large model outputs, and passive acoustics — OceanForge provides a pre-configured compute environment for ocean data science training and hackathons.
2929
sponsors:
3030
description: ''
@@ -83,7 +83,7 @@ _extensions:
8383

8484
i18n:
8585
es:
86-
about_title: "Acerca de OceanForge"
86+
about_title: "Acerca de OceanHackWeek JupyterHub"
8787
about_description: |
8888
Un entorno compartido, nativo de la nube, para científicos del océano — diseñado para usuarios de Python y R y para apoyar la capacitación en flujos de trabajo modernos de datos oceánicos.<br><br>
8989
A medida que la ciencia oceánica entra en una era de flujos de datos masivos y continuos — que abarcan teledetección, sistemas de observación autónomos y *in situ*, grandes salidas de modelos y acústica pasiva — OceanForge ofrece un entorno de cómputo preconfigurado para capacitaciones y hackatones de ciencia de datos oceánicos.

{{ cookiecutter.repo_directory }}/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h1 class="hero-panel-title">{{ cookiecutter.name }}</h1>
126126
<section id="about-section" class="about-section section theme-bg-light">
127127
<div class="container">
128128
<h3 class="section-heading text-center mb-3">
129-
About {{ cookiecutter.name }}
129+
About the {{ cookiecutter.name }}
130130
</h3>
131131
<div class="section-intro single-col-max mx-auto mb-3">
132132
{{ cookiecutter.about.description }}

0 commit comments

Comments
 (0)