Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
danames authored Mar 9, 2024
1 parent 88afbc9 commit 65f8b97
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,18 @@
<h1>Dr. Dan Ames</h1>
<p>Husband, dad, engineer, professor, and professional academic coach.</p>
</div>
<p>Professional Links</p>
<div class="link-item">
<img src="images/byu_logo.png" alt="BYU Logo">
<div><a href="https://hydroinformatics.byu.edu">BYU Hydroinformatics Lab</a></div>
</div>
<div class="link-item">
<img src="images/google_scholar.png" alt="Google Scholar Logo">
<img src="images/linkedin_logo.png" alt="LinkedIn Logo">
<div><a href="https://www.linkedin.com/in/danames/">LinkedIn Profile</a></div>
</div>
<p>Publications</p>
<div class="link-item">
<img src="images/googlescholar_logo.png" alt="Google Scholar Logo">
<div><a href="https://scholar.google.com/citations?user=S0GUCeUAAAAJ&hl=en">Google Scholar Profile</a></div>
</div>
<div class="link-item">
Expand All @@ -60,11 +66,23 @@ <h1>Dr. Dan Ames</h1>
<img src="images/ems_logo.png" alt="Environmental Modelling & Software Logo">
<div><a href="https://www.sciencedirect.com/journal/environmental-modelling-and-software">Environmental Modelling & Software</a></div>
</div>
<p>Projects</p>
<div class="link-item">
<img src="images/ems_logo.png" alt="Environmental Modelling & Software Logo">
<div><a href="https://www.sciencedirect.com/journal/environmental-modelling-and-software">Environmental Modelling & Software</a></div>
<img src="images/tethys_logo.png" alt="Tethys Platform Project">
<div><a href="https://www.tethysplatform.org/">Tethys Platform for Web App Development</a></div>
</div>
<div class="link-item">
<img src="images/cuahsi_logo.png" alt="CUAHSI HydroShare Project">
<div><a href="https://www.hydroshare.org/">HydroShare Data Sharing and Collaboration</a></div>
</div>
<!-- Add more links as needed -->
<div class="link-item">
<img src="images/ciroh_logo.png" alt="CIROH Project">
<div><a href="https://www.ciroh.org/">NOAA CIROH National Water Model Project</a></div>
</div>
<div class="link-item">
<img src="images/mapwindow_logo.png" alt="MapWindow Project">
<div><a href="https://www.mapwindow.org/">MapWindow GIS Developer Tools</a></div>
</div>
</div>
<script>
// JavaScript can go here if you need any interactivity
Expand Down

0 comments on commit 65f8b97

Please sign in to comment.