Skip to content

Commit

Permalink
Merge pull request #2 from ietf-wg-wimse/double-recordings
Browse files Browse the repository at this point in the history
make single recordings button with list
  • Loading branch information
jricher authored Sep 26, 2024
2 parents f6e4dce + 8a0a2d7 commit 3382fb4
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
width: calc(25% - 20px);
margin-bottom: 20px;
}
.double {
width: calc(50% - 20px);
}
.document {
background: #fff;
border: 1px solid #ddd;
Expand Down Expand Up @@ -143,6 +146,9 @@
.text-link:hover {
text-decoration: underline;
}
.double ul li {
text-align: left;
}
footer a {
color: #ffffff;
}
Expand Down Expand Up @@ -243,18 +249,16 @@ <h3>Draft Documents</h3>
<h3>Meetings</h3>
</div>
</a>
<a href="https://www.youtube.com/watch?v=Ue7L-PAsyDQ" class="document-link">
<div class="document-link double">
<div class="document">
<div class="emoji">📽️</div>
<h3>IETF 119 Session Recording</h3>
<h3>IETF Meeting Recordings</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=Ue7L-PAsyDQ">IETF 119</a></li>
<li><a href="https://www.youtube.com/watch?v=-BVTXj94wbw">IETF 120</a></li>
</ul>
</div>
</a>
<a href="https://www.youtube.com/watch?v=-BVTXj94wbw" class="document-link">
<div class="document">
<div class="emoji">📽️</div>
<h3>IETF 120 Session Recording</h3>
</div>
</a>
</div>
<a href="https://github.com/ietf-wg-wimse" class="document-link">
<div class="document">
<div class="emoji">🛠️</div>
Expand Down

0 comments on commit 3382fb4

Please sign in to comment.