Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
remove chat
center
  • Loading branch information
Christian-Schwarz2003 committed Nov 19, 2024
1 parent 6102f25 commit bf25bf4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 29 deletions.
43 changes: 19 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,10 @@
</head>
<body>
<div class="wrapper">
<div>
<blockquote class="twitter-tweet" data-media-max-width="20000">
<p lang="en" dir="ltr">
Xclusive Starship Views - Powered by Starlink
<a href="https://t.co/RmrbF7Qf8E">https://t.co/RmrbF7Qf8E</a>
</p>
&mdash; Chris Bergin - NSF (@NASASpaceflight)
<a
href="https://twitter.com/NASASpaceflight/status/1858857592170086876?ref_src=twsrc%5Etfw"
>November 19, 2024</a
>
</blockquote>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
</div>
<div>
<iframe
class="ytFrame"
src="https://www.youtube.com/embed/mq_50kAOJoI?si=K12OuR1OsNOONpW3"
src="https://www.youtube.com/embed/6yd_cpPP4fE?si=w0PvtNnXHUgAlHQ-"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand All @@ -44,6 +26,24 @@
allowfullscreen
></iframe>
</div>
<div>
<blockquote class="twitter-tweet" data-media-max-width="20000">
<p lang="en" dir="ltr">
Xclusive Starship Views - Powered by Starlink
<a href="https://t.co/RmrbF7Qf8E">https://t.co/RmrbF7Qf8E</a>
</p>
&mdash; Chris Bergin - NSF (@NASASpaceflight)
<a
href="https://twitter.com/NASASpaceflight/status/1858857592170086876?ref_src=twsrc%5Etfw"
>November 19, 2024</a
>
</blockquote>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
</div>
<div>
<blockquote class="twitter-tweet" data-media-max-width="20000">
<p lang="en" dir="ltr">
Expand All @@ -64,9 +64,4 @@
></script>
</div>
</div>
<iframe
class="ytChat"
referrerpolicy="strict-origin-when-cross-origin"
src="https://www.youtube.com/live_chat?v=mq_50kAOJoI&embed_domain=github.io"
></iframe>
</body>
6 changes: 1 addition & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@
max-width: 20000px;
}

.ytChat {
min-width: min(200px, 20svw);
flex-grow: 1;
}
body {
margin: 0;
display: flex;
margin: 10px;
gap: 10px;
justify-content: center;
}

0 comments on commit bf25bf4

Please sign in to comment.