Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3ea861

Browse files
committed
remove contact form for email popup
1 parent59764c3 commitd3ea861

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
<footerid="footer">
33
<ulclass="icons">
44
{% for socloc in site.social %} {% if socloc[1] %} {% if socloc[0] == 'email' %}
5-
<li><atarget="_blank"href="{{ socloc[1] }}"class="icon fa-envelope-o"><spanclass="label">E-mail</span></a></li>
5+
<li><ahref="{{ socloc[1] }}"class="icon fa-envelope-o"><spanclass="label">E-mail</span></a></li>
66
{% else %}
77
<li><atarget="_blank"href="{{ socloc[1] }}"class="icon fa-{{ socloc[0] }}"><spanclass="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-
<ahref="https://atom.io"><imgalt="Atom Editor"src="images/devicons/atom-original.svg"height="20px"/>Atom Editor</a>.
51+
<ahref="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
<ulclass="actions">
@@ -69,8 +69,8 @@ <h2>Create your Own Tutorials</h2>
6969
<sectionclass="spotlight">
7070
<divclass="image"><imgsrc="images/pic03.jpg"alt=""/></div>
7171
<divclass="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)

[8]ページ先頭

©2009-2025 Movatter.jp