File tree Expand file tree Collapse file tree 10 files changed +215
-6
lines changed Expand file tree Collapse file tree 10 files changed +215
-6
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ $RECYCLE.BIN/
3232.DS_Store
3333.AppleDouble
3434.LSOverride
35+ .vscode
3536
3637# Thumbnails
3738._ *
Original file line number Diff line number Diff line change 1+ // cSpell Settings
2+ {
3+
4+ // Version of the setting file. Always 0.1
5+ "version" : " 0.1" ,
6+
7+ // language - current active spelling language
8+ "language" : " en" ,
9+
10+ // words - list of words to be always considered correct
11+ "words" : [
12+ " coderoad"
13+ ],
14+
15+ // flagWords - list of words to be always considered incorrect
16+ // This is useful for offensive words and common spelling errors.
17+ // For example "hte" should be "the"
18+ "flagWords" : [
19+ " hte"
20+ ]
21+ }
Original file line number Diff line number Diff line change 99 href : atom-coderoad-demo
1010 alt : Atom-CodeRoad Demo
1111 src : images/demos/atom-coderoad.jpg
12+ height : 328px
13+ width : 574px
1214categories :
1315- features
1416---
Original file line number Diff line number Diff line change 99 href : builder-coderoad-demo
1010 alt : Builder-CodeRoad Demo
1111 src : images/demos/builder-demo.jpg
12+ height : 328px
13+ width : 574px
1214categories :
1315- features
1416---
Original file line number Diff line number Diff line change 11---
22title : Publish Free & Open
33image :
4- id : publish-tutorial
5- alt : Publish Tutorial
6- src : images/demos/publish.png
4+ id : publish-npm
5+ alt : Publish on NPM
6+ src : images/landing/npm-logo.svg
7+ height : 100px
8+ width : 100px
79categories :
810- features
911---
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ a.smooth:hover {
2121 width : 90% ;
2222}
2323
24+
2425/* Portrait */
2526@media (max-width : 850px ) {
2627 .edit-docs {
Original file line number Diff line number Diff line change @@ -41,9 +41,13 @@ <h2>{{summary.title}}</h2>
4141 {% if feature.image.href %}
4242 < a id ="{{feature.image.id}} " href ="#{{feature.image.href}} " class ="modal-link ">
4343 {% endif %}
44- < img alt ="{{feature.image.alt}} " class ="lazy "
45- src ="{{feature.image.src}} "
46- height ="328px " width ="574px "/>
44+ < img
45+ class ="lazy "
46+ alt ="{{feature.image.alt}} "
47+ src ="{{feature.image.src}} "
48+ height ="{{feature.image.height}} "
49+ width ="{{feature.image.height}} "
50+ />
4751 {% if feature.image.href %}
4852 </ a >
4953 {% endif %}
You can’t perform that action at this time.
0 commit comments