File tree 2 files changed +40
-15
lines changed
2 files changed +40
-15
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,31 @@ <h1 class="mt0 f5 f3-ns">Getting Started</h1>
130
130
cd tachyons
131
131
npm install && npm start
132
132
</ 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
+ <!DOCTYPE html>
142
+ <html lang="en">
143
+ <head>
144
+ <meta charset="utf-8">
145
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge">
146
+ <title> </title>
147
+ <meta name="author" content="">
148
+ <meta name="description" content="">
149
+ <meta name="viewport" content="width=device-width, initial-scale=1">
150
+ <link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
151
+ </head>
152
+ <body>
153
+
154
+ </body>
155
+ </html>
156
+ </ code >
157
+
133
158
< section class ="bt b--black-10 pv5 mt5 cf ">
134
159
< div class ="fl-l w-100 w-50-l pr4-ns ">
135
160
< h3 class ="mtn f5 f3-ns mt0 "> Start a New Project</ h3 >
Original file line number Diff line number Diff line change @@ -64,25 +64,25 @@ <h2 class="f4 mt0 fw6">Videos</h2>
64
64
< article class ="f4 measure pb4 pb5-ns mb4 mb5-ns bb b--black-10 ">
65
65
< div class ="aspect-ratio aspect-ratio--8x5 ">
66
66
< iframe class ="aspect-ratio--object " src ="https://player.vimeo.com/video/183486778 " frameborder ="0 " webkitallowfullscreen mozallowfullscreen allowfullscreen > </ iframe >
67
+ </ div >
67
68
< p class ="lh-copy measure "> Here is a simple html template that links to the latest version of Tachyons.</ p >
68
69
< 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
+ < !DOCTYPE html>
71
+ < html lang="en">
72
+ < head>
73
+ < meta charset="utf-8">
74
+ < meta http-equiv="X-UA-Compatible" content="IE=Edge">
75
+ < title> < /title>
76
+ < meta name="author" content="">
77
+ < meta name="description" content="">
78
+ < meta name="viewport" content="width=device-width, initial-scale=1">
79
+ < link rel="stylesheet" href="https:/unpkg.com/tachyons/css/tachyons.min.css">
80
+ < /head>
81
+ < body>
81
82
82
- < /body >
83
- < /html >
83
+ < /body>
84
+ < /html>
84
85
</ code >
85
- </ div >
86
86
</ article >
87
87
< article class ="f4 measure pb4 pb5-ns mb4 mb5-ns bb b--black-10 ">
88
88
< div class ="aspect-ratio aspect-ratio--8x5 ">
You can’t perform that action at this time.
0 commit comments