Skip to content

Commit 7d0df66

Browse files
committed
add /videos page + update CSS for image links
1 parent 4ddc371 commit 7d0df66

6 files changed

Lines changed: 20 additions & 2 deletions

File tree

docs/_sass/custom/custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ main img {
55
box-shadow: 0px 0px 10px black;
66
}
77
main a:hover img {
8-
-webkit-box-shadow: 0px 0px 10px white;
9-
box-shadow: 0px 0px 10px white;
8+
-webkit-box-shadow: 0px 0px 20px $green-300;
9+
box-shadow: 0px 0px 20px $green-300;
1010
}
1111

1212
// who knows why these 2 theme colours weren't included in _sass/buttons.scss
56.2 KB
Loading
87 KB
Loading
84 KB
Loading
61.4 KB
Loading

docs/videos.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
nav_order: 80
4+
title: Videos
5+
---
6+
# Videos: Tutorials & project overview
7+
8+
## The Frankenwallet - Intro (1 of 3) for Operators
9+
[![video intro for operators 1 of 3](/assets/images/video-1-thumb-021-640w.png)](https://youtu.be/f8rqGdbpw3w?vq=hd1080)
10+
11+
## The Frankenwallet - Intro (2 of 3) with Cardano SPO Scripts
12+
[![video intro to SPO scripts 2 of 3](/assets/images/video-2-thumb-017-640w.png)](https://youtu.be/JsOE5Zk7QRU?vq=hd1080)
13+
14+
## The Frankenwallet - Intro (3 of 3) for Asset Holders
15+
[![video intro for asset holders 3 of 3](/assets/images/video-3-thumb-007-640w.png)](https://youtu.be/DWyRn-QekwI?vq=hd1080)
16+
17+
## The Frankenwallet - Project Review for Catalyst
18+
[![video review for project catalyst](/assets/images/video-0-thumb-001-640w.png)](https://youtu.be/IjpItwTUg04?vq=hd1080)

0 commit comments

Comments
 (0)