Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BIOHS authored Jan 2, 2024
1 parent 11450b9 commit 98620d8
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
</nav>
<div class="container">
<div class="column">
<object data="Unit1-HS.pdf" width="400" height="600" class="fil">
<object data="G11HS-Unit1.pdf" width="400" height="600" class="fil">
</object>
</div>
<div class="column">
<object data="Unit2-HS.pdf" width="400" height="600" class="fil">
<object data="G11HS-Unit2.pdf" width="400" height="600" class="fil">
</object>
</div>
</div>
Expand All @@ -41,6 +41,33 @@
</object>
</div>
</div>
<style>
table, tr, td {
border: 1px solid white;
}
a{
color: rgb(255, 255, 255);
}
</style>
<br>
<div class="do">
<table>
<tbody>
<tr>
<td style="white-space: nowrap;">G11HS - Unit1<button class="on"><a href="https://download1335.mediafire.com/re1dq4cd3nag8TJ8OrcUDQxxjTJe5oCOfH_Xhm91ZZh2c_DZq6OyFkJkWBTC0r-ZTCDqf6lSp5kiKmUNf4feWDQGH6ZpRKIiuNzsEhMqrkt0Z2cJqDSVVURK0teUFqBCJgInTS9EKByqTbOss4wXkV0Et_ymRa54xtQxXvZJ3A/qx4v7wyb10lagjw/G11HS-Unit1.pdf" style="text-decoration: none">Download</button></td>
</tr>
<tr>
<td>G11HS - Unit2<button class="on"><a href="https://download1321.mediafire.com/dz2hn6epklegigNtZsiBdFgOGjdnuEmI7DfNj4ER0e36oopZvMWqwdlEhdiFIL1u_Kruniq9Tpt8YqxFd6PwRePqeSxeFlUw4ygDJPRK64FCFDjIoY6SfErBeGVj_8q9ihxCUlB64debqJHr2gq5DUCnn9WJJyFOt-wGGqGDbA/p6h1adl5jl1nw2s/G11HS-Unit2.pdf" style="text-decoration: none">Download</button></td>
</tr>
<tr>
<td>G11HS - Unit3<button class="on">Empty</button><p style="color:white";>Will be added in 2024-2025</p></td>
</tr>
<tr>
<td>G11HS - Unit4<button class="on">Empty</button><p style="color:white";>Will be added in 2024-2025</p></td>
</tr>
</tbody>
</table>
</div>
</body>

<!-- Footer_Section -->
Expand Down

0 comments on commit 98620d8

Please sign in to comment.