|
1 | 1 | <html> |
2 | 2 |
|
3 | 3 | <head> |
4 | | - <title>dartDown</title> |
5 | | - <meta name="twitter:card" content="summary_large_image" /> |
6 | | - <meta name="twitter:site" content="https://github.com/mcguinlu/dartDown" /> |
7 | | - <meta name="twitter:title" content="dartDown" /> |
8 | | - <meta name="twitter:description" content="Aesthetically pleasing display for DART train departure times" /> |
9 | | - <meta name="twitter:image" |
10 | | - content="https://raw.githubusercontent.com/mcguinlu/dartDown/master/screenshots/dartDown.jpg" /> |
| 4 | +<!-- Basic Meta Tags --> |
| 5 | +<meta charset="UTF-8"> |
| 6 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | +<meta name="description" content="dartDown: An aesthetically pleasing DART departure board for home display. Shows real-time northbound and southbound train times with color-coded destinations. Customizable station selection, display limits, and time cutoffs."> |
| 8 | +<meta name="keywords" content="DART, Irish Rail, departure board, home display, Grand Canal Dock, Malahide, Howth, Greystones, Bray, real-time trains, Dublin transport, aesthetic transit display"> |
| 9 | +<meta name="author" content="dartDown"> |
| 10 | + |
| 11 | +<!-- Open Graph Meta Tags for Social Media --> |
| 12 | +<meta property="og:title" content="dartDown - Aesthetic DART Departure Display"> |
| 13 | +<meta property="og:description" content="Beautiful, customizable DART departure board showing real-time trains. Color-coded by destination distance, perfect for home display. Supports all DART stations with customizable views."> |
| 14 | +<meta property="og:type" content="website"> |
| 15 | +<meta property="og:site_name" content="dartDown"> |
| 16 | +<meta property="og:image" content="https://raw.githubusercontent.com/mcguinlu/dartDown/master/screenshots/dartDown.jpg"> |
| 17 | +<meta property="og:image:alt" content="dartDown DART departure board display showing train times"> |
| 18 | +<meta property="og:image:type" content="image/jpeg"> |
| 19 | +<meta property="og:url" content="https://mcguinlu.github.io/dartDown/"> |
| 20 | + |
| 21 | +<!-- Twitter Card Meta Tags --> |
| 22 | +<meta name="twitter:card" content="summary_large_image"> |
| 23 | +<meta name="twitter:title" content="dartDown - Aesthetic DART Departure Display"> |
| 24 | +<meta name="twitter:description" content="Beautiful DART departure board for your home. Shows north/southbound trains with color-coded destinations. Customizable station selection and display options."> |
| 25 | +<meta name="twitter:image" content="https://raw.githubusercontent.com/mcguinlu/dartDown/master/screenshots/dartDown.jpg"> |
| 26 | +<meta name="twitter:image:alt" content="dartDown DART departure board display showing train times"> |
| 27 | + |
| 28 | +<!-- Additional SEO Meta Tags --> |
| 29 | +<meta name="robots" content="index, follow"> |
| 30 | +<meta http-equiv="refresh" content="180"> |
| 31 | +<meta name="language" content="English"> |
| 32 | +<meta name="revisit-after" content="1 day"> |
| 33 | +<meta name="application-name" content="dartDown"> |
| 34 | + |
| 35 | +<!-- Schema.org Markup for Rich Snippets --> |
| 36 | +<script type="application/ld+json"> |
| 37 | +{ |
| 38 | + "@context": "https://schema.org", |
| 39 | + "@type": "WebApplication", |
| 40 | + "name": "dartDown", |
| 41 | + "description": "An aesthetically pleasing display of DART train departures, designed for home use. Features color-coded destinations and customizable views.", |
| 42 | + "applicationCategory": "Transportation Service", |
| 43 | + "operatingSystem": "Any", |
| 44 | + "image": "https://raw.githubusercontent.com/mcguinlu/dartDown/master/screenshots/dartDown.jpg", |
| 45 | + "screenshot": "https://raw.githubusercontent.com/mcguinlu/dartDown/master/screenshots/dartDown.jpg", |
| 46 | + "offers": { |
| 47 | + "@type": "Offer", |
| 48 | + "price": "0", |
| 49 | + "priceCurrency": "EUR" |
| 50 | + }, |
| 51 | + "featureList": [ |
| 52 | + "Real-time DART departure times", |
| 53 | + "Color-coded destination displays", |
| 54 | + "Customizable station selection", |
| 55 | + "Adjustable number of displayed trains", |
| 56 | + "Configurable minimum departure time cutoff", |
| 57 | + "North and South-bound train separation", |
| 58 | + "URL parameter customization" |
| 59 | + ], |
| 60 | + "url": "https://mcguinlu.github.io/dartDown/", |
| 61 | + "sameAs": "https://mcguinlu.github.io/dartDown/", |
| 62 | + "parameters": [ |
| 63 | + { |
| 64 | + "@type": "PropertyValue", |
| 65 | + "name": "station", |
| 66 | + "value": "Station code (e.g., gcdk for Grand Canal Dock)" |
| 67 | + }, |
| 68 | + { |
| 69 | + "@type": "PropertyValue", |
| 70 | + "name": "limit", |
| 71 | + "value": "Number of trains per direction (default: 3)" |
| 72 | + }, |
| 73 | + { |
| 74 | + "@type": "PropertyValue", |
| 75 | + "name": "minute_cutoff", |
| 76 | + "value": "Minimum minutes until departure (default: 3)" |
| 77 | + } |
| 78 | + ] |
| 79 | +} |
| 80 | +</script> |
| 81 | + |
| 82 | +<!-- Canonical URL --> |
| 83 | +<link rel="canonical" href="https://mcguinlu.github.io/dartDown/"> |
| 84 | + |
| 85 | +<!-- Additional Meta Tags for Features --> |
| 86 | +<meta name="customization" content="station=gcdk&limit=5&minute_cutoff=2"> |
| 87 | +<meta name="coverage" content="Dublin DART Line: Malahide, Howth, Bray, Greystones"> |
| 88 | +<meta name="format-detection" content="telephone=no"> |
11 | 89 | </head> |
12 | 90 |
|
13 | 91 | <body> |
14 | 92 | <script src="dartDown.js" type="text/javascript"></script> |
15 | 93 | <link rel="stylesheet" href="dartDown.css" /> |
16 | 94 | <div id="lines"> |
17 | | - <div id="no-trains" class="line">No trains</div> |
18 | | - <div id="northbound" class="line"></div> |
19 | | - <div id="southbound" class="line"></div> |
20 | | - <div id="disconnected" class="line"> |
21 | | - <img src="offline.svg" /> |
| 95 | + <div class="line-container"> |
| 96 | + <div class="titles"> |
| 97 | + <span class="howth-title">Howth</span> |
| 98 | + <span class="malahide-title">Malahide</span> |
| 99 | + </div> |
| 100 | + <div id="northbound" class="line"></div> |
| 101 | + </div> |
| 102 | + |
| 103 | + <div class="line-container"> |
| 104 | + <div id="southbound" class="line"></div> |
| 105 | + <div class="titles"> |
| 106 | + <span class="bray-title">Bray</span> |
| 107 | + <span class="greystones-title">Greystones</span> |
| 108 | + </div> |
22 | 109 | </div> |
| 110 | + |
| 111 | + <div id="disconnected" class="line">Disconnected</div> |
| 112 | + <div id="no-trains" class="line">No trains</div> |
23 | 113 | </div> |
24 | 114 | </body> |
25 | 115 |
|
|
0 commit comments