Spaces:
Sleeping
Sleeping
Commit
·
3c0af30
1
Parent(s):
a0c5603
Add system
Browse files
test.html
CHANGED
@@ -21,18 +21,23 @@
|
|
21 |
</header>
|
22 |
|
23 |
<section class="py-16 bg-gradient-to-r from-purple-50 to-purple-50 text-center">
|
24 |
-
<div class="container mx-auto px-4 max-w-
|
25 |
-
<h1 class="text-3xl md:text-4xl font-extrabold mb-
|
26 |
Fact-Checking Election Promises
|
27 |
</h1>
|
28 |
-
<div class="text-lg text-gray-600 leading-relaxed space-y-4 text-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
33 |
</div>
|
34 |
</section>
|
35 |
-
|
36 |
<section id="eval-response" class="py-12">
|
37 |
<div class="container mx-auto px-4 max-w-4xl">
|
38 |
<!-- <h2 class="text-2xl font-bold mb-6">Track Manifesto Pledge</h2> -->
|
|
|
21 |
</header>
|
22 |
|
23 |
<section class="py-16 bg-gradient-to-r from-purple-50 to-purple-50 text-center">
|
24 |
+
<div class="container mx-auto px-4 max-w-3xl">
|
25 |
+
<h1 class="text-3xl md:text-4xl font-extrabold mb-6">
|
26 |
Fact-Checking Election Promises
|
27 |
</h1>
|
28 |
+
<div class="text-lg text-gray-600 leading-relaxed space-y-4 text-justify">
|
29 |
+
<p>
|
30 |
+
PledgeTracker is a system to monitor the fulfilment of political pledges. As part of this study, we will collect your inputs to help evaluate and improve the system. We may also collect your feedback if you submit it via the feedback form. No personal information will be collected, and all data will be anonymised and stored securely. By using the system, you agree to participate in this study under these conditions.
|
31 |
+
</p>
|
32 |
+
<p class="text-center">
|
33 |
+
<a href="mailto:yc632@cam.ac.uk" class="text-purple-600 underline">
|
34 |
+
Please contact us if you have any concerns.
|
35 |
+
</a>
|
36 |
+
</p>
|
37 |
+
</div>
|
38 |
</div>
|
39 |
</section>
|
40 |
+
|
41 |
<section id="eval-response" class="py-12">
|
42 |
<div class="container mx-auto px-4 max-w-4xl">
|
43 |
<!-- <h2 class="text-2xl font-bold mb-6">Track Manifesto Pledge</h2> -->
|