Skip to content

Commit e78a630

Browse files
author
mrmrs
committed
Update the videos
1 parent d3af15e commit e78a630

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

videos/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,29 @@ <h2 class="f4 mt0 fw6">Videos</h2>
6161
A collection of screencasts that demo various ways you can use Tachyons.
6262
</p>
6363
</header>
64+
<article class="f4 measure pb4 pb5-ns mb4 mb5-ns bb b--black-10">
65+
<div class="aspect-ratio aspect-ratio--8x5">
66+
<iframe class="aspect-ratio--object" src="https://player.vimeo.com/video/183486778" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
67+
<p class="lh-copy measure">Here is a simple html template that links to the latest version of Tachyons.</p>
68+
<code class="pre f6">
69+
<!DOCTYPE html>
70+
<html lang="en">
71+
<head>
72+
<meta charset="utf-8">
73+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
74+
<title> </title>
75+
<meta name="author" content="">
76+
<meta name="description" content="">
77+
<meta name="viewport" content="width=device-width, initial-scale=1">
78+
<link rel="stylesheet" href="https:/unpkg.com/tachyons/css/tachyons.min.css">
79+
</head>
80+
<body>
81+
82+
</body>
83+
</html>
84+
</code>
85+
</div>
86+
</article>
6487
<article class="f4 measure pb4 pb5-ns mb4 mb5-ns bb b--black-10">
6588
<div class="aspect-ratio aspect-ratio--8x5">
6689
<iframe class="aspect-ratio--object" src="https://player.vimeo.com/video/174813041" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

0 commit comments

Comments
 (0)