This commit is contained in:
Nicky Case 2019-09-17 16:43:49 -04:00
parent ed210cd30b
commit 3d2871bc7f
4 changed files with 35 additions and 0 deletions

View File

@ -235,6 +235,9 @@ Share on an anxiety-app:
<div id="share_em"></div>
</a>
</div>
<br>
For your sharing pleasure:<br>
<a href="sharing" target="_blank">Videos &amp; Thumbnails</a>
</div>
<div class="corner-text" id="bottomright">

BIN
sharing/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

32
sharing/index.html Normal file
View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>AwA: GIFs, Videos, Screenshots</title>
<style>
body{
margin:40px auto;
max-width:650px;
line-height:1.6em;
font-size:18px;
color:#000;
padding:0 10px;
font-family: Helvetica, Arial, sans-serif;
}
h1,h2,h3{
line-height:1.2;
}
</style>
</head>
<body>
<h1>Launch Trailer!</h1>
<iframe width="650" height="365" src="https://www.youtube-nocookie.com/embed/osJkXuMBsJ0?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>GIFs &amp; Thumbnails</h2>
<p>(right click and save to download)</p>
<img src="thumb.gif" width="320"/>
<img src="thumb.png" width="320"/>
<img src="banner.png" width="650"/>
</body>
</html>

BIN
sharing/thumb.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 KiB