Skip to content

Commit

Permalink
Update with better citation to CDH
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren committed Dec 18, 2023
1 parent 0af72f0 commit 3fba138
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We tried to make the setup as simple as possible:

## Contributing & License

This project was made by the [ODISSEI SoDa team](https://github.com/sodascience) based on earlier work by Utrecht University's [Centre for Digital Humanities](https://github.com/CentreForDigitalHumanities/), specifically the [fair-dash](https://github.com/CentreForDigitalHumanities/fair-dash) repo.
This project was made by the [ODISSEI SoDa team](https://github.com/sodascience) based on earlier work by Utrecht University's [Centre for Digital Humanities](https://cdh.uu.nl/), specifically the [fair-dash](https://github.com/CentreForDigitalHumanities/fair-dash) repo.

Feel free to edit, remix, and make your own, but please acknowledge both the SoDa team and the UU CDH!

Expand Down
42 changes: 23 additions & 19 deletions public/style.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;600&family=Open+Sans:wght@300;400&display=swap");


body {
max-width: 80%;
margin: 0 auto;
font-family: "Open Sans", sans-serif;
}

h1,
h3,
h5 {
font-family: "Fira Sans", serif;
h1, h3, h5 {
font-family: "Fira Sans", sans-serif;
font-weight: 600;
}

h2,
h4,
h6 {
font-family: "Fira Sans", serif;
h2, h4, h6 {
font-family: "Fira Sans", sans-serif;
}

th {
font-family: "Fira Sans", sans-serif;
}

a {
td > a {
text-decoration: none;
background: linear-gradient(to left, #FFCD00 50%, #000000 50%) right;
transition: 0.2s ease-out;
Expand All @@ -29,11 +30,8 @@ a {
border-bottom: 1px solid #000000;
}

a:hover {
td > a:hover {
background-position: left;
}

a:hover {
color: #FFCD00;
}

Expand All @@ -46,17 +44,14 @@ a:hover {

.main-header img {
height: 100px;
margin: 1rem 0;

}

.main-header h1 {
font-size: 2em;
}

body {
max-width: 80%;
margin: 0 auto;
}

table {
border-collapse: collapse;
width: 100%;
Expand All @@ -75,4 +70,13 @@ table {
.severity-ok {
background-color: #24A793;
color: black;
}

footer > p {
text-align: center;
color: #888888;
}

footer > p > a {
color: #888888;
}
2 changes: 1 addition & 1 deletion web/macros.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<main>
<h1>{{ title }}</h1>
{% if patmsg != None %}
<p> {{ patmsg }} <a href="https://github.com/settings/tokens?type=beta">create PAT here</a> </p>
<p> <i> {{ patmsg }} <a href="https://github.com/settings/tokens?type=beta">create PAT here</a> </i> </p>
{% endif %}
</main>
</header>
Expand Down
4 changes: 4 additions & 0 deletions web/page.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
</section>
</body>

<footer>
<p> Made with ♡ by Utrecht University's <a href="https://cdh.uu.nl/" target="_blank">Centre for Digital Humanities</a> and the <a href="https://odissei-soda.nl" target="_blank">ODISSEI Social Data Science team</a> </p>
</footer>

</html>

<script>
Expand Down

0 comments on commit 3fba138

Please sign in to comment.