Many sites have a "copy link" button on headings. This would be helpful in all pages, but particularly the mission page to make it easier to share a link to a mission.
Since this is mainly needed on the mission page, it's probably okay to have a manually updated system. I think the easiest think would be to put an <a href="#anchor-id"> around the <h2> tag for the section title and tweak the CSS bit. Then, users can right click => copy link address/share/whatever.
Many sites have a "copy link" button on headings. This would be helpful in all pages, but particularly the mission page to make it easier to share a link to a mission.
For example, https://huskysat.org/missions#huskysat-2 currently points to the
id=huskysat-2
anchor.Since this is mainly needed on the mission page, it's probably okay to have a manually updated system. I think the easiest think would be to put an
<a href="#anchor-id">
around the<h2>
tag for the section title and tweak the CSS bit. Then, users can right click => copy link address/share/whatever.