Skip to content

Instantly share code, notes, and snippets.

@fredbradley
Last active July 20, 2020 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredbradley/8235404 to your computer and use it in GitHub Desktop.
Save fredbradley/8235404 to your computer and use it in GitHub Desktop.
Update: July 2020 - Please visit https://github.com/fredbradley/tfl-colours
<html>
<head>
<style>
/**
* Update: July 2020
* I have converted this into it's own separate project now: https://github.com/fredbradley/tfl-colours
*/
</head>
<body>
<!-- Here is an example of how the above styles can be implmented!
Here is another example: https://www.drapersfashiononline.com/venue -->
<p><strong>By Train &amp; Tube:</strong></p>
<p><a href="http://www.tfl.gov.uk/gettingaround/stations/1000129.aspx" target="_blank"><strong>Kings Cross St Pancras</strong></a>is served by <span class="tfl-circle">Circle</span>, <span class="tfl-metropolitan">Metropolitan</span>, <span class="tfl-hammersmithcity">Hammersmith &amp; City</span>, <span class="tfl-northern">Northern</span>, <span class="tfl-piccadilly">Piccadilly</span> and <span class="tfl-victoria">Victoria</span> lines. As well as National Rail services and Eurostar services from across the English Channel.&nbsp;<em>(10 minutes walk to venue)</em></p>
<p><strong><a href="http://www.tfl.gov.uk/gettingaround/stations/1000077.aspx" target="_blank">Euston Station</a></strong> is served by <span class="tfl-northern">Northern</span>, <span class="tfl-victoria">Victoria</span> and <span class="tfl-overground">London Overground</span> lines. On exiting Euston Station, bear right towards the directions of <em>"Euston Square Underground station and University College Hospital"</em>.<i>(1 minute walk to venue)&nbsp;</i></p>
<p><a href="http://www.tfl.gov.uk/gettingaround/stations/1000078.aspx" target="_blank"><strong>Euston Square Station</strong></a> is served by <span class="tfl-circle">Circle</span>, <span class="tfl-metropolitan">Metropolitan</span> and <span class="tfl-hammersmithcity">Hammersmith &amp; City</span> lines.&nbsp;<em>(Less than a minute walk to venue)</em></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment