Skip to content

Commit 64c215e

Browse files
author
mrmrs
committed
Update home and videos
1 parent e78a630 commit 64c215e

File tree

2 files changed

+40
-15
lines changed

2 files changed

+40
-15
lines changed

index.html

+25
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,31 @@ <h1 class="mt0 f5 f3-ns">Getting Started</h1>
130130
cd tachyons
131131
npm install &amp;&amp; npm start
132132
</code></pre>
133+
<h3 class="f5 f3-ns mt4 fw6">Prototyping template</h3>
134+
<p class="lh-copy measure f6">
135+
This template is always linked to the most up to date version of Tachyons.
136+
Save this file to your computer to start prototyping right away without worrying
137+
about setting up a dev environment. You can open the file in a web browser and view
138+
your changes.
139+
</p>
140+
<code class="pre f6">
141+
&lt;!DOCTYPE html&gt;
142+
&lt;html lang="en"&gt;
143+
&lt;head&gt;
144+
&lt;meta charset="utf-8"&gt;
145+
&lt;meta http-equiv="X-UA-Compatible" content="IE=Edge"&gt;
146+
&lt;title&gt; &lt;/title&gt;
147+
&lt;meta name="author" content=""&gt;
148+
&lt;meta name="description" content=""&gt;
149+
&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;
150+
&lt;link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css"&gt;
151+
&lt;/head&gt;
152+
&lt;body&gt;
153+
154+
&lt;/body&gt;
155+
&lt;/html&gt;
156+
</code>
157+
133158
<section class="bt b--black-10 pv5 mt5 cf">
134159
<div class="fl-l w-100 w-50-l pr4-ns">
135160
<h3 class="mtn f5 f3-ns mt0">Start a New Project</h3>

videos/index.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,25 @@ <h2 class="f4 mt0 fw6">Videos</h2>
6464
<article class="f4 measure pb4 pb5-ns mb4 mb5-ns bb b--black-10">
6565
<div class="aspect-ratio aspect-ratio--8x5">
6666
<iframe class="aspect-ratio--object" src="https://player.vimeo.com/video/183486778" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
67+
</div>
6768
<p class="lh-copy measure">Here is a simple html template that links to the latest version of Tachyons.</p>
6869
<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>
70+
&lt;!DOCTYPE html&gt;
71+
&lt;html lang="en"&gt;
72+
&lt;head&gt;
73+
&lt;meta charset="utf-8"&gt;
74+
&lt;meta http-equiv="X-UA-Compatible" content="IE=Edge"&gt;
75+
&lt;title&gt; &lt;/title&gt;
76+
&lt;meta name="author" content=""&gt;
77+
&lt;meta name="description" content=""&gt;
78+
&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;
79+
&lt;link rel="stylesheet" href="https:/unpkg.com/tachyons/css/tachyons.min.css"&gt;
80+
&lt;/head&gt;
81+
&lt;body&gt;
8182

82-
</body>
83-
</html>
83+
&lt;/body&gt;
84+
&lt;/html&gt;
8485
</code>
85-
</div>
8686
</article>
8787
<article class="f4 measure pb4 pb5-ns mb4 mb5-ns bb b--black-10">
8888
<div class="aspect-ratio aspect-ratio--8x5">

0 commit comments

Comments
 (0)