Skip to content

Commit 791a984

Browse files
update site logo in navbar and About section
1 parent d7c8fe0 commit 791a984

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ collaboration:
1616
byline: We are a community that fosters knowledge transfer of accelerated and real-time artificial intelligence for fundamental science. By participating, you agree to abide by our code of conduct and collaboration policies.
1717

1818
navbar:
19-
logo: /images/fml.png
19+
logo: /images/fastml_logo.png
2020
links:
2121
- name: About
2222
link: "#about" # Note that for links to autoscroll to anchors on the main page, only the #anchor is needed (no preceding slash)

images/fastml_logo.png

279 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="container col-xxl-8 px-4 py-5 " id="about">
1111
<div class="row flex-lg-row-reverse align-items-center justify-content-center g-5 py-5">
1212
<div class="col-8 col-sm-8 col-lg-6">
13-
<img src="{{ site.baseurl }}/images/fml2.png" class="d-block mx-lg-auto img-fluid" alt="Test" width="350" height="250"
13+
<img src="{{ site.baseurl }}/images/fastml_logo.png" class="d-block mx-lg-auto img-fluid" alt="Test" width="350" height="250"
1414
loading="lazy">
1515
</div>
1616
<div class="col-lg-6 text-white">

0 commit comments

Comments
 (0)