File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ social:
1616 # linkedin-square: https://linkedin.com/in/<username>
1717 # facebook-official: https://facebook.com/<username>
1818 google-plus-square : https://plus.google.com/114957986906029613694/about
19- email : /contact.html
19+ email : mailto:coderoadapp@gmail.com?subject=CodeRoad
2020 # flickr:
2121 # instagram:
2222 # youtube-square:
Original file line number Diff line number Diff line change 22< footer id ="footer ">
33 < ul class ="icons ">
44 {% for socloc in site.social %} {% if socloc[1] %} {% if socloc[0] == 'email' %}
5- < li > < a target =" _blank " href ="{{ socloc[1] }} " class ="icon fa-envelope-o "> < span class ="label "> E-mail</ span > </ a > </ li >
5+ < li > < a href ="{{ socloc[1] }} " class ="icon fa-envelope-o "> < span class ="label "> E-mail</ span > </ a > </ li >
66 {% else %}
77 < li > < a target ="_blank " href ="{{ socloc[1] }} " class ="icon fa-{{ socloc[0] }} "> < span class ="label "> {{ socloc[0] }}</ span > </ a > </ li >
88 {% endif %} {% endif %} {% endfor %}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2>About CodeRoad</h2>
4848 < h2 > Inside Your Code Editor</ h2 >
4949
5050 < p > CodeRoad is a free plugin for the popular
51- < a href ="https://atom.io "> < img alt =" Atom Editor " src =" images/devicons/atom-original.svg " height =" 20px " /> Atom Editor</ a > .
51+ < a href ="https://atom.io "> Atom Editor</ a > .
5252 < br />
5353 With the "atom-coderoad" plugin, code in a real editor environment alongside your other favorite plugins.</ p >
5454 < ul class ="actions ">
@@ -69,8 +69,8 @@ <h2>Create your Own Tutorials</h2>
6969 < section class ="spotlight ">
7070 < div class ="image "> < img src ="images/pic03.jpg " alt ="" /> </ div >
7171 < div class ="content ">
72- < h2 > Publish Free, Open < br /> & Version Controlled </ h2 >
73- < p > Use Git to build & collaborate on courses. Version control & share your tutorials over NPM .</ p >
72+ < h2 > Publish Free & Open </ h2 >
73+ < p > Version control & share your tutorials over NPM. Iterate and publish updates. Use Git to build & collaborate on courses .</ p >
7474 </ div >
7575 </ section >
7676</ section >
You can’t perform that action at this time.
0 commit comments