Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
paolacalle committed Dec 7, 2024
1 parent d9d8e64 commit 9a8ef8b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pages/transcripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<div class="container my-5">
<div class="row justify-content-center">
<div class="col-md-10 text-center">

<!-- School Icon and Details -->
<div class="mb-4">
<div class="mb-5">
<a href="https://www.smith.edu/" class="btn btn-dark text-white px-4 py-3 d-flex align-items-center justify-content-center" style="text-decoration: none;">
<img src="{{ '/assets/images/smith.png' | relative_url }}" alt="Smith College Logo" class="img-fluid me-3" style="max-height: 50px;">
<span>Smith College — BS in Computer Science & Data Science (Sept 2021 - May 2025)</span>
Expand All @@ -18,7 +18,6 @@

<!-- Transcript Display Section -->
<div class="transcript-section bg-light p-4 rounded shadow-sm">
<h2 class="font-weight-bold mb-3">View Transcript</h2>
<object data="{{ '/assets/pdfs/smith.pdf' | relative_url }}" type="application/pdf" class="w-100" style="height: 600px;">
<p class="text-muted">
Your browser does not support PDFs. Please
Expand All @@ -27,12 +26,6 @@ <h2 class="font-weight-bold mb-3">View Transcript</h2>
</object>
</div>

<!-- Download Button -->
<div class="mt-3">
<a href="{{ '/assets/pdfs/smith.pdf' | relative_url }}" class="btn btn-primary btn-lg">
<i class="bi bi-download me-2"></i> Download Transcript
</a>
</div>
</div>
</div>
</div>

0 comments on commit 9a8ef8b

Please sign in to comment.