Skip to content

Commit 182b8a8

Browse files
committed
added subtitle
1 parent 7675d25 commit 182b8a8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/sauce/home.rs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,9 @@ pub fn home() -> Html {
420420

421421
html!(
422422
<>
423-
<h1>{"Nuclide microscopic cross section plotter"}</h1>
423+
<h1>{"Nuclide Microscopic Cross Section Plotter"}</h1>
424+
425+
<h5>{"A searchable database of neutron cross sections with interactive plotting created by Jon Shimwell."}</h5>
424426

425427

426428
<div class="d-flex mb-2">
@@ -519,7 +521,11 @@ pub fn home() -> Html {
519521
clear_plot_callback={clear_plot_callback}
520522
/>
521523
</div>
522-
<h5><a href="https://github.com/openmc-data-storage/nuclide_cross_section_plotter.rs/">{"Help improve this website by contributing to the repository,"}</a></h5>
524+
// <h5>{"Created by Jon Shimwell, source code available "}</h5>
525+
// <a href="https://github.com/openmc-data-storage/nuclide_cross_section_plotter.rs/" target="_blank">
526+
// <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Octicons-mark-github.svg/240px-Octicons-mark-github.svg.png" alt="GitHub" style="width: 30px; height: 30px;"/>
527+
// </a>
528+
523529
</div>
524530
</div>
525531
</>

0 commit comments

Comments
 (0)