diff --git a/index.html b/index.html index a7ad60a..9987270 100644 --- a/index.html +++ b/index.html @@ -1,104 +1,126 @@ - - - Reform UK Exposed Tweets by Area & Person - - - - - - -
-

Reform UK Exposed Tweets

-
- Are you a local campaigner looking for information about your local Reform candidates? These are tweets from the brilliant Reform UK Exposed Twitter account, organised by geography and candidate. -
- Follow the original account here. -
- Satirical image of Nigel Farage crying -
+ margin: 0; + font-size: 2.5rem; + } + .subtext { + margin-top: 0.5rem; + font-size: 1rem; + color: white; + } + .subtext a { + color: white; + text-decoration: underline; + } + .hero-image { + width: 100%; + max-height: 300px; + object-fit: cover; + margin-top: 1rem; + border-bottom: 4px solid #003b5c; + } + .container { + max-width: 900px; + margin: 2rem auto; + padding: 0 1rem; + } + .filters { + margin-bottom: 1.5rem; + } + label { + font-weight: bold; + display: block; + margin-bottom: 0.5rem; + } + select, + input[type="text"] { + width: 100%; + padding: 0.75rem; + border: 1px solid #ccc; + border-radius: 4px; + font-size: 1rem; + } + .tweet { + background: white; + border-radius: 8px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); + padding: 1rem; + margin-bottom: 1rem; + line-height: 1.5; + } + .tweet a { + display: inline-block; + margin-top: 0.5rem; + color: #00aeef; + text-decoration: none; + } + footer { + text-align: center; + color: #888; + font-size: 0.9rem; + margin-top: 3rem; + padding-bottom: 2rem; + } + @media (max-width: 700px) { + header h1 { + font-size: 2rem; + } + } + + + +
+

Reform UK Exposed Tweets

+
+ Are you a local campaigner looking for information about your local + Reform candidates? These are tweets from the brilliant + Reform UK Exposed Twitter account, organised by + geography and candidate. +
+ Follow the original account + here. +
+ Satirical image of Nigel Farage crying +
@@ -113,30 +135,31 @@

Reform UK Exposed Tweets

-
- - +
+ + +
+ +
-
-
+ - + + applyFilters(); // initial render + } - + init(); + +