Skip to content

Commit

Permalink
Better formatting for footnotes page
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed May 27, 2024
1 parent e8bb80c commit d5c4ee7
Showing 1 changed file with 66 additions and 4 deletions.
70 changes: 66 additions & 4 deletions docs/13-footnotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

<meta name="generator" content="Asciidoctor 2.0.16">

<title>Fundamentals of DevOps and Software Delivery</title>

<title>Footnotes</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">

<style>
Expand Down Expand Up @@ -874,10 +873,59 @@

</style>

</head>

<body class="book">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<style>
h1 {
margin-bottom: 20px;
}
h2 {
margin-top: 50px;
margin-bottom: 10px;
}
h3 {
margin-top: 30px;
margin-bottom: 10px;
}
h4 {
margin-top: 20px;
margin-bottom: 10px;
}

pre {
line-height: 12px !important;
font-size: 14px !important;
margin-bottom: 0 !important;
}

#toc-dynamic>ul {
margin: 0;
}

table ul {
margin-left: 0;
padding-left: 15px;
}
</style>

</head>

<body class="book" data-bs-spy="scroll" data-bs-target="#toc-dynamic" data-bs-smooth-scroll="true" tabindex="0">

<div class="container">
<div class="row">
<div class="col-sm-4">
<nav id="toc-dynamic" class="sticky-top vh-100" style="overflow: scroll; padding-top: 25px; padding-bottom: 25px;">
<a href="index.html" class="h6 text-decoration-none">Fundamentals of DevOps and Software Delivery</a>

</nav>
</div>
<div class="col-sm-8">

<div id="content">
<div class="sect1">
<h1 id="footnotes-page">Footnotes</h1>
<div id="footnotes">

<hr>
Expand Down Expand Up @@ -1160,6 +1208,8 @@

</div>

</div>
</div>
<div id="footer">

<div id="footer-text">
Expand All @@ -1170,6 +1220,18 @@

</div>


</div>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
<script>
anchors.add();
</script>

</body>

</html>

0 comments on commit d5c4ee7

Please sign in to comment.