UWCubeSat / hsl-website

Website hosted at huskysat.org
MIT License
5 stars 2 forks source link

Add "copy link" button to headings #17

Closed AlnisS closed 1 year ago

AlnisS commented 1 year ago

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.