From bf94a65821d524087da594354a8c49075a16aac4 Mon Sep 17 00:00:00 2001 From: Matt Brender Date: Wed, 24 Aug 2016 16:20:24 -0400 Subject: [PATCH] Updates to contact information for WADE -- remove contact form -- update list of admins (include Twitter/Github) -- include Laura's Twitter list: https://twitter.com/pinkyswearing/lists/developer-evangelists --- _config.yml | 2 +- _includes/contact.html | 54 ----------------------------------- _includes/contact_static.html | 49 ------------------------------- _includes/nav.html | 8 +++--- _layouts/default.html | 8 +----- 5 files changed, 6 insertions(+), 115 deletions(-) delete mode 100755 _includes/contact.html delete mode 100755 _includes/contact_static.html diff --git a/_config.yml b/_config.yml index ba948aa..45f248b 100755 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ url: https://evangelistcollective.github.io description: "We Are Developer Evangelists- and So Can You! exists to facilitate sharing information, resources and encouragement among the Developer Evangelist community." # Contact form: comment the line below if you want to stick with the default PHP contact form -contact: static +# contact: static # Color settings (hex-codes without the leading hash-tag) color: diff --git a/_includes/contact.html b/_includes/contact.html deleted file mode 100755 index 9ad24ad..0000000 --- a/_includes/contact.html +++ /dev/null @@ -1,54 +0,0 @@ - -
-
-
-
-

Contact Us

-
-
-
-
-
- - -
-
-
- - -

-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
-
-
-
- -
-
-
-
-
-
-
\ No newline at end of file diff --git a/_includes/contact_static.html b/_includes/contact_static.html deleted file mode 100755 index db8e015..0000000 --- a/_includes/contact_static.html +++ /dev/null @@ -1,49 +0,0 @@ - -
-
-
-
-

Contact Us

-
-
-
-
-
-
-
-
- - -

-
-
-
-
- - -

-
-
-
- - -
-
-
- - -

-
-
-
-
-
-
- -
-
-
-
-
-
-
diff --git a/_includes/nav.html b/_includes/nav.html index 329caf8..ee8804f 100755 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -24,12 +24,12 @@
  • About
  • -
  • - Contact -
  • + - \ No newline at end of file + diff --git a/_layouts/default.html b/_layouts/default.html index 0482848..e2361cc 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,14 +7,8 @@ {% include portfolio_grid.html %} {% include about.html %} - {% if site.contact == "static" %} - {% include contact_static.html %} - {% else %} - {% include contact.html %} - {% endif %} - {% include footer.html %} {% include modals.html %} {% include js.html %} - \ No newline at end of file +