Skip to content

Commit

Permalink
added NSF acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMayfield committed Jul 13, 2024
1 parent 67197c0 commit af2eeba
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ <h1>Welcome to Praxly 🍂</h1>
width="100%" height="600" allow="fullscreen" frameborder="0">
</iframe>

<div class="footer">
<img src="/images/NSF_logo.png" alt="NSF logo" class="logo">
<div class="nsf-ack">
This material is based upon work supported by the National Science Foundation under Grant No.
<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2219770">2219770</a>.
Any opinions, findings, and conclusions or recommendations expressed in this material are those
of the author(s) and do not necessarily reflect the views of the National Science Foundation.
</div>
</div>

</div>

<script>
Expand Down
Binary file added public/images/NSF_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,20 @@ body {
.github-button:hover {
background-color: darkgray;
}

.footer {
align-items: center;
display: flex;
margin: 2rem;
}

.logo {
height: 100px;
width: auto;
margin-right: 1rem;
}

.nsf-ack {
flex: 1;
line-height: 1.5;
}

0 comments on commit af2eeba

Please sign in to comment.