BenJetson / mannrobo.github.io-OLD

Website for the Mann Robotics VRC team.
https://mannrobo.github.io
3 stars 1 forks source link

Make outbound links to any external site halt and display a disclaimer before proceeding. #54

Closed BenJetson closed 8 years ago

BenJetson commented 8 years ago

I started working on this for the resource database, but decided that we should really include this site-wide. Luckily, jQuery (which we're loading anyway) supports doing this, and it will be easy to pick up the link from the href attribute to pipe into the dialog. This dialog would not be displayed for links internal to the site (links that start with {{site.url}}, for instance). The UX is based on MaterializeCSS bottom-sheet modals.

Relevant Stack Overflow threads:

Relevant MaterializeCSS documentation: http://materializecss.com/modals.html

UX Mockup:

image