Skip to content

Commit 58f86c3

Browse files
authored
Merge pull request #123 from NGO-Algorithm-Audit/feature/technical-tools-integration
Feature/technical tools integration
2 parents 6c36744 + 5662d24 commit 58f86c3

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

layouts/shortcodes/web_app.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,27 @@ <h3 class="pl-3">{{ .title | markdownify }}
2323
{{ end }}
2424

2525
<!-- Bias Detection Tool -->
26-
<div id="app"></div>
26+
<div class="web-app__container">
27+
<iframe title="Bias detection example"
28+
src="https://local-first-bias-detection.s3.eu-central-1.amazonaws.com/bias-detection.html">
29+
</iframe>
30+
<style>
31+
.web-app__container {
32+
background-color: #fff;
33+
width: 100%;
34+
display: flex;
35+
flex-direction: column;
36+
justify-content: center;
37+
align-items: center;
38+
}
39+
40+
iframe {
41+
border: none;
42+
width: 100%;
43+
height: 770px;
44+
}
45+
</style>
46+
</div>
2747
<!-- /Bias Detection Tool -->
2848

2949
</div>
@@ -32,6 +52,4 @@ <h3 class="pl-3">{{ .title | markdownify }}
3252
</div>
3353
</div>
3454
<!-- text field -->
35-
36-
<script type="module" src="https://static-files-pdf.s3.amazonaws.com/assets/index.js"></script>
3755
{{ end }}

themes/bigspring-light/layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2 class="mb-4" style="color: #005aa7;">{{ .Title }}</h2>
2828
<section class="section">
2929
<div class="container">
3030
<div class="row">
31-
<div class="col-lg-10 mx-auto">
31+
<div class="col-lg-12 mx-auto">
3232
<div class="content">{{ .Content }}</div>
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)