-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (101 loc) · 4.24 KB
/
Copy pathindex.html
File metadata and controls
107 lines (101 loc) · 4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name="viewport"
/>
<title>Who is my TD?</title>
<!-- OG Meta Data -->
<meta content="Who is my TD?" property="og:title" />
<meta
content="Contact your elected representatives about the issues that matter to you"
property="og:description"
/>
<meta content="website" property="og:type" />
<meta content="http://www.whoismytd.com/" property="og:url" />
<meta
content="http://www.whoismytd.com/assets/og-image-min-1a648e70fdb3b42c9e62f86d87ac0975588db663cc1c20661d12f3ab114f4fff.png"
property="og:image"
/>
<meta content="Who is my TD?" property="og:site_name" />
<meta content="260300016" property="fb:admins" />
<!-- Twitter -->
<meta content="summary_large_image" name="twitter:card" />
<meta content="http://www.whoismytd.com/" name="twitter:url" />
<meta content="Who is my TD?" name="twitter:title" />
<meta
content="Contact your elected representatives about the issues that matter to you"
name="twitter:description"
/>
<meta
content="http://www.whoismytd.com/assets/og-image-min-1a648e70fdb3b42c9e62f86d87ac0975588db663cc1c20661d12f3ab114f4fff.png"
name="twitter:image"
/>
<meta content="@whoismytd" name="twitter:site" />
<link rel="stylesheet" media="all" href="style.css" />
</head>
<body class="welcome">
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a href="/" class="navbar-brand"> Who is my TD? </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navigation-bar"></div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="homepage">
<div class="container">
<div class="row billboard">
<div class="col-md-8 col-md-offset-2">
<h1>Who is my TD is no longer active</h1>
<p class="lead">
We listed over 2,081 representatives across Ireland
</p>
</div>
</div>
</div>
</div>
<div class="container search-area">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="text-center">
In 2013 when we initially built this site, we were surprised that
such a simple idea - using your address to get a list of your public
representatives - didn't exist on some government website. But it
didn't, and we had the skills, so we built it. And it became bigger
than we could have ever imagined, gettings 10s of thousands of
visitors per month, even being used by TDs themselves.
</p>
<p class="text-center">
By design, we always ran the site as a completely free service. We
self funded all the development, the research, the maintenance costs
etc. And that was fine. But after almost ten years, we can longer
invest the time and resources required to do the project well. And if we
can't do it well, then we've decided we shouldn't at all. It would
do a disservice to the people who rely on it.
</p>
<p class="text-center">
We will always be incredibly grateful for the number of
organisations that linked to us, and trusted us to provide accurate
information on who represents us in Ireland. Thank you for your
support.
</p>
<p class="text-center">
You can use
<a href="https://www.oireachtas.ie/en/members/">this page</a> on the
Oireachtas website to find your TDs on a map. There is still no
website that links all county councillors, but the individual county
council website can usually provide a list of their councillors.
</p>
</div>
</div>
</div>
</body>
</html>