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:
16
16
# linkedin-square: https://linkedin.com/in/<username>
17
17
# facebook-official: https://facebook.com/<username>
18
18
google-plus-square : https://plus.google.com/114957986906029613694/about
19
- email : /contact.html
19
+ email : mailto:coderoadapp@gmail.com?subject=CodeRoad
20
20
# flickr:
21
21
# instagram:
22
22
# youtube-square:
Original file line number Diff line number Diff line change 2
2
< footer id ="footer ">
3
3
< ul class ="icons ">
4
4
{% 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 >
6
6
{% else %}
7
7
< li > < a target ="_blank " href ="{{ socloc[1] }} " class ="icon fa-{{ socloc[0] }} "> < span class ="label "> {{ socloc[0] }}</ span > </ a > </ li >
8
8
{% 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>
48
48
< h2 > Inside Your Code Editor</ h2 >
49
49
50
50
< 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 > .
52
52
< br />
53
53
With the "atom-coderoad" plugin, code in a real editor environment alongside your other favorite plugins.</ p >
54
54
< ul class ="actions ">
@@ -69,8 +69,8 @@ <h2>Create your Own Tutorials</h2>
69
69
< section class ="spotlight ">
70
70
< div class ="image "> < img src ="images/pic03.jpg " alt ="" /> </ div >
71
71
< 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 >
74
74
</ div >
75
75
</ section >
76
76
</ section >
You can’t perform that action at this time.
0 commit comments