File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 7
7
"author_url" : " unboring.net" ,
8
8
"thumbnail" : " articles/progressive-webvr/thumbnail.png" ,
9
9
"date_published" : " 5-April-2017"
10
+ },
11
+ "tools" : {
12
+ "name" : " Tools for creating WebVR content." ,
13
+ "description" : " See all the options available for creating WebVR content" ,
14
+ "url" : " tools.html" ,
15
+ "author" : " Casey Yee" ,
16
+ "author_url" : " twitter.com/whoyee" ,
17
+ "thumbnail" : " articles/tools/thumbnail.jpg" ,
18
+ "date_published" : " 9-May-2017"
10
19
}
11
20
}
Original file line number Diff line number Diff line change
1
+ {% from '_helpers.html' import author_item, browsers, site_title %}
2
+ {% set browser = browsers.servo %}
3
+ {% set page = 'servo.html' %}
4
+ <!doctype html>
5
+ < html lang ="en " data-layout ="secondary " data-browser ="{{ browser.slug }} ">
6
+ < head >
7
+ {% include '_head.html' %}
8
+ < title > Tools</ title >
9
+ </ head >
10
+ < body >
11
+ < header id ="header " class ="header " role ="banner ">
12
+ < div class ="container section ">
13
+ {% include '_logo.html' %}
14
+
15
+ < a class ="page-heading-link " href ="{{ browser.about }} ">
16
+ < h1 class ="browser-name page-heading "> Tools for creating WebVR content</ h1 >
17
+ </ a >
18
+ </ div >
19
+ </ header >
20
+
21
+ < main id ="main " class ="main " role ="main ">
22
+ < div class ="container ">
23
+
24
+ < section class ="section ">
25
+ < h2 > < a href ="#setup "> Instructions</ a > </ h2 >
26
+ < ul class ="bullets-light ">
27
+ < li > < span > Three.js</ span > </ li >
28
+ < li > < span > A-Frame</ span > </ li >
29
+ </ ul >
30
+ </ section >
31
+ </ div >
32
+ </ main >
33
+
34
+ {% include '_footer.html' %}
35
+ </ body >
36
+ </ html >
You can’t perform that action at this time.
0 commit comments