Skip to content

Commit

Permalink
Make thumbnail for wat episode 4
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jun 30, 2018
1 parent b46407b commit edd3005
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .activate.sh
1 change: 1 addition & 0 deletions .deactivate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deactivate
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ repos:
rev: v0.57.0
hooks:
- id: scss-lint
language_version: 2.1.5
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin build:
mkdir build

bin/geckodriver: Makefile
./get-geckodriver.py v0.15.0
./get-geckodriver.py v0.21.0
touch $@

build/%.css: assets/scss/%.scss build venv
Expand Down
Binary file added assets/msft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions wat.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</head>
<body class="dark">
<img src="assets/icon.png" class="channel-icon">
<img src="assets/python-logo.png" class="logo">
<img src="assets/msft.png" class="logo">
<div class="title"><span>wat</span></div>
<div class="subtitle"><span>lambda: raise?</span></div>
<div class="episode"><span>#3</span></div>
<div class="subtitle"><span>cheating windows path limits</span></div>
<div class="episode"><span>#4</span></div>
</body>
</html>

0 comments on commit edd3005

Please sign in to comment.