Browse Source

Captcha udpdate

master
Nikola Ignjatovic 5 years ago
parent
commit
e49c0b8546
4 changed files with 4 additions and 3 deletions
  1. 1
    1
      apply.html
  2. 1
    1
      portfolio.html
  3. 1
    0
      scripts/custom.js
  4. 1
    1
      style.css

+ 1
- 1
apply.html View File

@@ -152,7 +152,7 @@
</div>
</div>
<div class="g-recaptcha" data-sitekey="6Lc3Bt8ZAAAAACPv1F98oFvwPOYVyvWvmN1HYkrS"></div>
<button id="apply-submit" class="apply-submit" type="submit">Submit</button>
<button id="apply-submit" class="apply-submit" type="submit" disabled>Submit</button>
<div class="apply-msg-cont" >
<p class="apply-msg">Email sent successfuly</p>
</div>

+ 1
- 1
portfolio.html View File

@@ -93,7 +93,7 @@
<li><a href="#events-wrap">events</a></li>
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li><a data-id ="contact-section" class="home_link" href="index.html">contact us</a></li>
<li ><a href="careers.html">careers</a></li>
<li class="active portfolio"><a href="portfolio.html">portfolio</a><span class="nav-active-mark"></span></li>
</ul>

+ 1
- 0
scripts/custom.js View File

@@ -605,6 +605,7 @@ jQuery(document).ready(function($){
};

var onloadCallback = function () {
$('#apply-submit').removeAttr('disabled');
if (jQuery('#googlecapatcha_apply').length) {
recaptcha = grecaptcha.render('googlecapatcha_apply', {
'sitekey': "6Lc3Bt8ZAAAAACPv1F98oFvwPOYVyvWvmN1HYkrS",

+ 1
- 1
style.css View File

@@ -373,7 +373,7 @@ p .bold-team-info,
}
#contact:not(.our_partners)
{
margin-top:-53px;
/* margin-top:-53px; */
}
#about-section,
#services-section,

Loading…
Cancel
Save