Skip to content

Commit

Permalink
basic transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
paolacalle committed Dec 7, 2024
1 parent 7387f9a commit df4fea8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pages/transcripts.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: page
title: Transcripts
permalink: "/transcript/"
---

<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="font-weight-bold mb-4 serif-font">Transcripts</h1>
<!-- School Icon -->
<div class="mb-3">
<img src="school-icon.png" alt="School Icon" class="img-fluid" style="max-height: 100px;">
</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>
</ul>
</div>
</div>
</div>
</div>

0 comments on commit df4fea8

Please sign in to comment.