Skip to content

Commit

Permalink
graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
martinadellobuono authored Apr 11, 2023
1 parent 68ea16a commit 7c14026
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion views/editions.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="container-fluid pb-5 pt-5">
<div class="container">
<a href="<%= prevUrl; %>" type="button" class="btn btn-sm btn-light border"><i class="bi bi-arrow-left"></i></a>
<h1 class="h2 d-inline align-middle">Editions</h1>
<h1 class="h2 d-inline align-middle ff-cursive">Editions</h1>
<!-- alert -->
<div class="alert alert-info alert-dismissible fade show my-3" role="alert">
<span>You can edit only the editions of which you are the editor.</span>
Expand Down
16 changes: 8 additions & 8 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<img src="" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Textus constitutus</h5>
<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!--<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>-->
</div>
</div>
</div>
Expand All @@ -69,7 +69,7 @@
<img src="" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Witnesses</h5>
<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!--<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>-->
</div>
</div>
</div>
Expand All @@ -78,7 +78,7 @@
<img src="" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Apparatus</h5>
<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!--<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>-->
</div>
</div>
</div>
Expand All @@ -87,7 +87,7 @@
<img src="" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Notes</h5>
<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!--<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>-->
</div>
</div>
</div>
Expand All @@ -98,7 +98,7 @@
<img src="" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Translation</h5>
<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!--<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>-->
</div>
</div>
</div>
Expand All @@ -107,7 +107,7 @@
<img src="" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Parallels</h5>
<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!--<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>-->
</div>
</div>
</div>
Expand All @@ -116,7 +116,7 @@
<img src="" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Citations</h5>
<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!--<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>-->
</div>
</div>
</div>
Expand All @@ -125,7 +125,7 @@
<img src="" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title">Text structure</h5>
<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!--<p class="card-text text-secondary">Some quick example text to build on the card title and make up the bulk of the card's content.</p>-->
</div>
</div>
</div>
Expand Down

0 comments on commit 7c14026

Please sign in to comment.