Skip to content

Commit

Permalink
texting addition of 3 logos
Browse files Browse the repository at this point in the history
Signed-off-by: Melody Nguyen <128001866+melodyxnguyen@users.noreply.github.com>
  • Loading branch information
melodyxnguyen authored Feb 10, 2024
1 parent da2b099 commit 40e8a87
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,22 @@ <h2 class="page-description">{{ site.description }}</h2>

<footer style="background-color: rgb(0, 0, 0); color: white; padding: 15px;">
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
<div style="margin: -50px; flex: 1;">
<div style="margin: -50px; flex: 1;">
<a href="https://www.energy.gov/" target="_blank">
<img src="/assets/images/DOE_Logo_White.png" alt="U.S. Department of Energy" style="max-width: 50%; margin-top: 10px;">
</a>
</div>
<div style="margin: -50px; flex: 1;">
<a href="https://www.energy.gov/" target="_blank">
<img src="/assets/images/DOE_Logo_White.png" alt="U.S. Department of Energy" style="max-width: 50%; margin-top: 10px;">
</a>
</div>
<div style="margin: -50px; flex: 1;">
<a href="https://www.energy.gov/" target="_blank">
<img src="/assets/images/DOE_Logo_White.png" alt="U.S. Department of Energy" style="max-width: 50%; margin-top: 10px;">
</a>
</div>
<div style="margin: -50px; flex: 1;">
<a href="https://www.energy.gov/" target="_blank">
<img src="/assets/images/DOE_Logo_White.png" alt="U.S. Department of Energy" style="max-width: 50%; margin-top: 10px;">
</a>
Expand Down

0 comments on commit 40e8a87

Please sign in to comment.