Skip to content

Commit

Permalink
add MTA to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Aug 27, 2024
1 parent d9b4abd commit 4453b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
5 changes: 2 additions & 3 deletions embeds.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Testing Embeds and Bootstrap 5


<button class="btn btn-success btn-lg" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasScrolling" aria-controls="offcanvasScrolling">Open the Participation App</button>

<div class="offcanvas offcanvas-end" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasScrolling" aria-labelledby="offcanvasScrollingLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasScrollingLabel">Participation App - Agora</h5>
<body>
<iframe src="https://mta.students.cs.ubc.ca" title="MTA">Here </iframe>
</body>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<p>Try scrolling the rest of the page to see this option in action.</p>
<iframe width="350px" height="600px" src="https://mta.students.cs.ubc.ca" title="MTA" style="border: 5px solid black;">Here </iframe>
</div>
</div>

Expand Down

0 comments on commit 4453b39

Please sign in to comment.