Skip to content

Commit

Permalink
Add thumbnail for showcase episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 20, 2017
1 parent 40db399 commit e09eb2b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ body {
top: 2em;

span {
font-size: 25vh;
font-size: 24vh;
font-weight: bold;
}
}

.subtitle {
left: 32.5vw;
left: 20vw;
top: 37.5vh;
right: 2em;

Expand Down
14 changes: 14 additions & 0 deletions showcase.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="build/style.css">
</head>
<body class="light">
<img src="assets/icon.png" class="channel-icon">
<img src="assets/python-logo.png" class="logo">
<div class="title"><span>showcase</span></div>
<div class="subtitle"><span>future-fstrings: f-strings in python&lt3.6!</span></div>
<div class="episode"><span>#1</span></div>
</body>
</html>

0 comments on commit e09eb2b

Please sign in to comment.