Skip to content

Commit d3ea861

Browse files
committed
remove contact form for email popup
1 parent 59764c3 commit d3ea861

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 %}

contact.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)