Skip to content

Commit

Permalink
test display
Browse files Browse the repository at this point in the history
  • Loading branch information
paolacalle committed Dec 7, 2024
1 parent df4fea8 commit 6b9443e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file added assets/.DS_Store
Binary file not shown.
Binary file not shown.
7 changes: 5 additions & 2 deletions pages/transcripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ <h1 class="font-weight-bold mb-4 serif-font">Transcripts</h1>
</div>
<!-- Transcript Display Section -->
<div class="transcripts-display">
<p class="lead">Your transcripts will be displayed here.</p>
<!-- Example Transcripts List -->
<ul class="list-group">
<li class="list-group-item">Transcript 1 - <a href="#">Download</a></li>
<object data="{{ '/assets/pdfs/smith.pdf' | relative_url }}" type="application/pdf" width="100%" height="600px">
<p>Your browser does not support PDFs. Please download the PDF to view it:
<a href="{{ '/assets/pdfs/smith.pdf' | relative_url }}">Download PDF</a>.
</p>
</object>
</ul>
</div>
</div>
Expand Down

0 comments on commit 6b9443e

Please sign in to comment.