Skip to content

Commit 9fd751e

Browse files
chore: Added footer to the prototypes
1 parent 8cfb5d9 commit 9fd751e

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
KDL components for the Algorithmic Justice research project.
44

5-
[Experimental interfaces](https://kingsdigitallab.github.io/algorithmic-justice/nlpui.html).
5+
[Research prototypes](https://kingsdigitallab.github.io/algorithmic-justice/nlpui.html).
66

77
# Interfaces
88

app/nlpui.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
background-color: #FFD580;
3333
color: black;
3434
}
35+
footer.footer {
36+
background-color: #eee;
37+
border-top: 1px solid grey;
38+
}
3539
</style>
3640
</head>
3741
<body>
@@ -159,6 +163,15 @@ <h2 class="title is-3">Defendant's statement (with LLM's highlights)</h2>
159163
</div>
160164
</div>
161165
</section>
166+
<footer class="footer">
167+
<div class="content has-text-centered">
168+
<p>
169+
<a href="https://kdl.kcl.ac.uk/projects/algorithmic-justice-beyond-binary-engaging-the-public-and-shaping-ethical-ai-in-justice-systems/">Algorithmic Justice</a> research prototypes.
170+
Software design and development by <a href="https://kdl.kcl.ac.uk/">King's Digital Lab</a>.
171+
<a href="https://github.com/kingsdigitallab/algorithmic-justice">Code on Github</a>.
172+
</p>
173+
</div>
174+
</footer>
162175
<script type="module" src="settings.mjs"></script>
163176
<script type="module" src="nlpui.js"></script>
164177
</body>

app/poc3.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.full-width {
3939
width: 100%;
4040
}
41+
footer.footer {
42+
background-color: #eee;
43+
border-top: 1px solid grey;
44+
}
4145
</style>
4246
</head>
4347
<body>
@@ -101,6 +105,15 @@ <h2 class="title is-3">Case</h2>
101105
</div>
102106
</div>
103107
</section>
108+
<footer class="footer">
109+
<div class="content has-text-centered">
110+
<p>
111+
<a href="https://kdl.kcl.ac.uk/projects/algorithmic-justice-beyond-binary-engaging-the-public-and-shaping-ethical-ai-in-justice-systems/">Algorithmic Justice</a> research prototypes.
112+
Software design and development by <a href="https://kdl.kcl.ac.uk/">King's Digital Lab</a>.
113+
<a href="https://github.com/kingsdigitallab/algorithmic-justice">Code on Github</a>.
114+
</p>
115+
</div>
116+
</footer>
104117
<script type="module" src="settings.mjs"></script>
105118
<script type="module" src="poc3.js"></script>
106119
</body>

0 commit comments

Comments
 (0)