Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsvd authored Nov 2, 2023
1 parent 65831f6 commit 589b1d9
Showing 1 changed file with 48 additions and 16 deletions.
64 changes: 48 additions & 16 deletions Textbook/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
padding: 0;
background-image: url('lab logo.jpg');
background-size: cover;
background-attachment: fixed;
text-align: center; /* Center the content */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
Expand All @@ -41,19 +40,56 @@
text-align: center;
margin-bottom: 30px;
}
.btn-container {
.pdf-container {
margin-bottom: 50px;
}
.pdf-title {
font-size: 24px;
margin-bottom: 20px;
}
.pdf-iframe {
width: 100%;
height: 800px;
border: none;
}
.toc {
list-style-type: none;
padding: 0;
margin-bottom: 20px;
}
.toc li {
margin-bottom: 10px;
}
.toc a {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 18px;
}
.output-type {
background-color: #f2f2f2;
padding: 20px;
margin-bottom: 20px;
}
.output-type h3 {
margin: 0;
}
.output-type a {
text-decoration: none;
color: #333;
font-weight: bold;
}
.github-link {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
margin-bottom: 30px;
}
.btn {
.github-link a {
padding: 10px 20px;
background-color: #333;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
margin: 10px;
}
</style>
</head>
Expand Down Expand Up @@ -87,9 +123,5 @@ <h3>Google Colab</h3>
</div>
</div>
</div>
<div class="btn-container">
<a class="btn" href="https://colab.research.google.com/drive/1GV_-ti9MbWetwpWBST2O_6EeKHt3S5rS" target="_blank">Open in Google Colab</a>
<a class="btn" href="https://github.com/maastrichtlawtech/legalnetworkanalysis_textbook" target="_blank">GitHub Repository</a>
</div>
</body>
</html>

0 comments on commit 589b1d9

Please sign in to comment.