Skip to content

Commit

Permalink
Added next talk n gif, elm
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalprime committed Sep 7, 2017
1 parent 7e22527 commit 98dbaa5
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

.splash {
text-align: center;
vertical-align: middle;
height: 100%;
/* vertical-align: middle; */
min-height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.splash h1 {
margin-top: -10vw;
margin-top: calc(50vh - 25vw);
margin-bottom: 10px;
font-size: 25vw;
font-family: monospace;
Expand Down Expand Up @@ -85,16 +85,18 @@ <h1 class="answer"></h1>
<p class="description"></p>
<p class="ad">
<br/>
<a href="http://lugatgt.org/">
Wednesdays @ 6:00 PM in Klaus 2443
</a>
<a href="http://lugatgt.org/">Wednesdays @ 6:00 PM in Klaus 2443</a>
<br/>
<br/>
Watch it <i>live</i> at:
<a href="/live">
<code>lug.pizza/live</code>
</a>
Next talk: <a href="http://elm-lang.org/">Elm</a>,
<i>Live</i> Stream:
<a href="/live"><code>lug.pizza/live</code></a>
</p>
<br/>
<br/>
<img src="https://media.tenor.com/images/480fd2b2850ea0dbc0d4a9e38044db80/tenor.gif" />
<br/>
<br/>
</div>
</body>
</html>

0 comments on commit 98dbaa5

Please sign in to comment.