Skip to content

Commit

Permalink
Add reCaptcha V2 on Contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorosploumis committed Apr 30, 2020
1 parent 84b0961 commit 46dc24c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h3>Contact form</h3>
<div id="contact-message">

<form class="contact-form" method="post" action="https://formspree.io/xqkldnkv">
<div class="g-recaptcha" data-sitekey="6LcmW_AUAAAAAOUU-sxIRCVDP9cdToKAkZvZGgzg"></div>
<div class="g-recaptcha" data-sitekey="6LeZW_AUAAAAALWv53JNb_E9gEC32tKZwMpp8Rau"></div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
Expand Down
16 changes: 8 additions & 8 deletions docs/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@ <h1>Principles</h1>
<div class="col-md-6">
<div class="box-simple">
<div class="icon">
<i class="fa fa-microphone-alt"></i>
<i class="fas fa-trophy"></i>
</div>
<h3>2019 Presentations</h3>
<p>Want to make a presentation, a workshop or an open discussion.<br> Let us know by fulfilling the call for speakers form.</p>
<a href="https://goo.gl/NZv6SG" class="btn btn-primary btn-lg">Become a Speaker</a>
<h3>Hackathon 2019</h3>
<p>One of the most successful events we organize is the 2 days Hackathon. <br>See what happened last year and get prepared for the 2019&rsquo;s one.</p>
<a href="http://hackathon.serrestech.gr" class="btn btn-primary btn-lg">View Hackathon website</a>
<br>
<br>
</div>
Expand All @@ -286,11 +286,11 @@ <h3>2019 Presentations</h3>
<div class="col-md-6">
<div class="box-simple">
<div class="icon">
<i class="fas fa-trophy"></i>
<i class="fa fa-microphone-alt"></i>
</div>
<h3>Hackathon 2019</h3>
<p>One of the most successful events we organize is the 2 days Hackathon. <br>See what happened last year and get prepared for the 2019&rsquo;s one.</p>
<a href="http://hackathon.serrestech.gr" class="btn btn-primary btn-lg">View Hackathon website</a>
<h3>2019 Presentations</h3>
<p>Want to make a presentation, a workshop or an open discussion.<br> Let us know by fulfilling the call for speakers form.</p>
<a href="https://goo.gl/NZv6SG" class="btn btn-primary btn-lg">Become a Speaker</a>
<br>
<br>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
</url>

<url>
<loc>https://www.serrestech.gr/categories/meetup/</loc>
<loc>https://www.serrestech.gr/tags/meetup/</loc>
<lastmod>2020-04-10T11:19:31+00:00</lastmod>
</url>

<url>
<loc>https://www.serrestech.gr/tags/meetup/</loc>
<loc>https://www.serrestech.gr/categories/meetup/</loc>
<lastmod>2020-04-10T11:19:31+00:00</lastmod>
</url>

Expand Down
2 changes: 1 addition & 1 deletion themes/serrestech/layouts/partials/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>{{ i18n "contactForm" }}</h3>
<div id="contact-message">

<form class="contact-form" method="post" action="https://formspree.io/xqkldnkv">
<div class="g-recaptcha" data-sitekey="6LcmW_AUAAAAAOUU-sxIRCVDP9cdToKAkZvZGgzg"></div>
<div class="g-recaptcha" data-sitekey="6LeZW_AUAAAAALWv53JNb_E9gEC32tKZwMpp8Rau"></div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
Expand Down

0 comments on commit 46dc24c

Please sign in to comment.