Skip to content

Commit 1ccb49d

Browse files
Footer logo hyper links
Signed-off-by: Melody Nguyen <128001866+melodyxnguyen@users.noreply.github.com>
1 parent 8729273 commit 1ccb49d

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

_layouts/page.html

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,30 @@ <h1 class="post-title">{{ page.title }}</h1>
3535
<!-- /post -->
3636

3737
<footer style="background-color: rgb(0, 0, 0); color: white; padding: 15px;">
38-
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
39-
<div style="margin: -50px; flex: 1;">
40-
<img src="/assets/images/DOE_Logo_White.png" alt="U.S. Department of Energy" style="max-width: 50%; margin-top: 10px;">
41-
</div>
42-
<div style="margin: 7px -45px 2px; flex: 1;">
38+
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
39+
<div style="margin: -50px; flex: 1;">
40+
<a href="https://www.energy.gov/" target="_blank">
41+
<img src="/assets/images/DOE_Logo_White.png" alt="U.S. Department of Energy" style="max-width: 50%; margin-top: 10px;">
42+
</a>
43+
</div>
44+
<div style="margin: 7px -45px 2px; flex: 1;">
45+
<a href="https://lfenergy.org/" target="_blank">
4346
<img src="/assets/images/white-LF.png" alt="Linux Foundation" style="max-width: 70%; margin-top: 0px;">
44-
</div>
45-
<div style="margin: -30px; flex: 1;">
47+
</a>
48+
</div>
49+
<div style="margin: -30px; flex: 1;">
50+
<a href="https://www6.slac.stanford.edu/" target="_blank">
4651
<img src="/assets/images/whiteslac.webp" alt="SLAC National Accelerator Laboratory" style="max-width: 55%; margin-top: 0px;">
47-
</div>
48-
<div style="margin: -120px; flex: 1;">
49-
<img src="/assets/images/cce.png" alt="California Comissions Energy" style="max-width: 19%; margin-top: 0px;">
50-
</div>
52+
</a>
5153
</div>
52-
<p style="text-align: center;">Copyright © Arras a Series of LF Projects, LLC</p>
53-
</footer>
54+
<div style="margin: -120px; flex: 1;">
55+
<a href="https://www.energy.ca.gov/" target="_blank">
56+
<img src="/assets/images/cce.png" alt="California Comissions Energy" style="max-width: 19%; margin-top: 0px;">
57+
</a>
58+
</div>
59+
</div>
60+
<p style="text-align: center;">Copyright © Arras a Series of LF Projects, LLC</p>
61+
</footer>
62+
5463

5564

56-

0 commit comments

Comments
 (0)