Skip to content

Commit

Permalink
Add new GCN web site slide
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 19, 2022
1 parent 2f3e990 commit daa055a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Binary file added img/landing-page-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
.nasa-blue {
color: #0b3d91;
}

.image-and-caption {
display: grid;
grid-template-columns: max-content auto;
}

.image-and-caption * {
align-self: center;
}
</style>

<title>GCN: General Coordinates Network</title>
Expand Down Expand Up @@ -78,6 +87,7 @@ <h1>General<br>Coordinates<br>Network</h1>
</p>
<p><a href="https://gcn.nasa.gov/">https://gcn.nasa.gov</a></p>
</section>

<section data-markdown>
<textarea data-template>
# Gamma-ray<br>Coordinates<br>Network
Expand All @@ -96,6 +106,34 @@ <h1>General<br>Coordinates<br>Network</h1>

# Introducing<br>the new GCN

</textarea>
</section>

<section>
<div class="image-and-caption">
<img
src="img/landing-page-screenshot.png"
alt="Screen shot of new web site"
width="1024"
/>
<div data-markdown>
<textarea data-template>
## New GCN web site
at https://gcn.nasa.gov
* Updated look and feel
* More accessible, based on [US Web Design System](https://designsystem.digital.gov)
* Single sign on with:
* email and password
* Google
* Facebook
* LaunchPad (for NASA employees and affiliates)
</textarea>
</div>
</div>
</section>

<section data-markdown>
<textarea data-template>
---

* What will stay the same
Expand Down

0 comments on commit daa055a

Please sign in to comment.