Skip to content

Commit

Permalink
Merge pull request #5 from Harvard-IACS/simon-branch
Browse files Browse the repository at this point in the history
Simon branch
  • Loading branch information
cridonoso authored Mar 3, 2023
2 parents 30097e9 + 741262f commit 4ebdc8a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/astromer/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Header extends HTMLElement {
<ul>
<li><a href="${this.getAttribute('root')}index.html" accesskey="1" title="">Get started</a></li>
<li><a href="${this.getAttribute('root')}pages/about_astromer.html" accesskey="2" title="">About ASTROMER</a></li>
<li><a href="https://astromer.readthedocs.io/en/new_doc/" accesskey="3" title="">Documentation</a></li>
<li><a href="https://astromer.readthedocs.io/en/main/" accesskey="3" title="">Documentation</a></li>
<li><a href="${this.getAttribute('root')}pages/team.html" accesskey="4" title="">Team</a></li>
<li><a href="${this.getAttribute('root')}pages/contact.html" accesskey="5" title="">Contact Us</a></li>
Expand Down
20 changes: 20 additions & 0 deletions projects/astromer/pages/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ <h2>Pavlos Protopapas</h2>
<h2>Guillermo Cabrera-Vives</h2>
Astromember
</div>
<div id="tbox1">
<a href=""><img src="../images/user.png" width="150" height="150" class="image" /></a>
<h2>Anshika Gupta</h2>
Astromember
</div>
<div id="tbox1">
<a href=""><img src="../images/user.png" width="150" height="150" class="image" /></a>
<h2>Yash Surange</h2>
Astromember
</div>
<div id="tbox1">
<a href=""><img src="../images/user.png" width="150" height="150" class="image" /></a>
<h2>Martina Cádiz</h2>
Astromember
</div>
<div id="tbox1">
<a href=""><img src="../images/user.png" width="150" height="150" class="image" /></a>
<h2>Daniel Moreno</h2>
Astromember
</div>
<div id="tbox1">
<a href=""><img src="../images/user.png" width="150" height="150" class="image" /></a>
<h2>Cristobal Donoso</h2>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ebdc8a

Please sign in to comment.