Commit 7ba6865c by Jay

modified the urls of talentology to matchd.

parent 59cc3246
......@@ -113,7 +113,7 @@
<oneit:recalcClass htmlTag="span" classScript="companyUser.showPrivacyPolicyAgreed() ? 'checked': 'unchecked'" companyUser="<%= companyUser %>">
<label for="privacy-policy-agreed">
<oneit:label GUIName="I have read and agree to the " />
<a href="https://www.talentology.com/privacy/" target="_blank" class="privacy-link">Privacy Policy</a>
<a href="https://www.matchd.com/privacy/" target="_blank" class="privacy-link">Privacy Policy</a>
</label>
</oneit:recalcClass>
</div>
......@@ -126,7 +126,7 @@
<oneit:recalcClass htmlTag="span" classScript="companyUser.showConditionsAgreed() ? 'checked': 'unchecked'" companyUser="<%= companyUser %>">
<label for="conditions-agreed">
<oneit:label GUIName="I have read and agree to the " />
<a href="https://www.talentology.com/terms-of-service/" target="_blank" class="privacy-link">Terms & Conditions</a>
<a href="https://www.matchd.com/terms-of-service/" target="_blank" class="privacy-link">Terms & Conditions</a>
</label>
</oneit:recalcClass>
</div>
......
<footer class="power-footer">
<div class="footer-link text-center">
<ul>
<li><a href="https://www.talentology.com/" target="_blank">&COPY; <%= Calendar.getInstance().get(Calendar.YEAR) %> Matchd</a></li>
<li><a href="https://www.talentology.com/privacy/" target="_blank">Privacy Policy</a></li>
<li><a href="https://www.matchd.com/" target="_blank">&COPY; <%= Calendar.getInstance().get(Calendar.YEAR) %> Matchd</a></li>
<li><a href="https://www.matchd.com/privacy/" target="_blank">Privacy Policy</a></li>
</ul>
</div>
</footer>
......
......@@ -252,7 +252,7 @@
%>
<p>Your account has reached the monthly cap for number of jobs. Please make a request by contacting us to make changes.</p>
<div class="create-y-f-job">
<a href=" https://www.talentology.com/support/" target="_blank">Make a Request</a>
<a href=" https://www.matchd.com/support/" target="_blank">Make a Request</a>
</div>
<%
}
......
......@@ -47,7 +47,7 @@
{
%>
<div class="billing-notice">
If you need to change your Billing Method or the Plan you are on, please <a href=" https://www.talentology.com/support/" target="_blank">contact us.</a>
If you need to change your Billing Method or the Plan you are on, please <a href=" https://www.matchd.com/support/" target="_blank">contact us.</a>
</div>
<%
}
......
......@@ -529,7 +529,7 @@
</div>
</div>
<div class="text-center footer-note">
Looking to cancel your account? Please <a href=" https://www.talentology.com/support/" target="_blank">contact us.</a>
Looking to cancel your account? Please <a href=" https://www.matchd.com/support/" target="_blank">contact us.</a>
</div>
</div>
......@@ -538,7 +538,7 @@
<h3>Oops!</h3>
<div class="upgrade-info">
<span>We're having some difficulty validating your coupon. <br> Please check the code supplied and try again.</span>
<span>For further assistance, please <a class="contact-us" href=" https://www.talentology.com/support/" target="_blank">contact us.</a></span>
<span>For further assistance, please <a class="contact-us" href=" https://www.matchd.com/support/" target="_blank">contact us.</a></span>
</div>
</div>
<div class="change-plan-button">
......
......@@ -6,12 +6,12 @@
Powered by
</div>
<div class="footer-site-logo">
<a href="https://www.talentology.com/candidates-about-talentology/"><img src="images/logo.png"></a>
<a href="https://www.matchd.com/candidates-about-matchd/"><img src="images/logo.png"></a>
</div>
<div class="footer-link text-center">
<ul>
<li><a href="https://www.talentology.com/candidates-about-talentology/">&copy; <%= Calendar.getInstance().get(Calendar.YEAR) %> Matchd</a></li>
<li><a href="https://www.talentology.com/privacy/" target="_blank">Privacy Policy</a></li>
<li><a href="https://www.matchd.com/candidates-about-matchd/">&copy; <%= Calendar.getInstance().get(Calendar.YEAR) %> Matchd</a></li>
<li><a href="https://www.matchd.com/privacy/" target="_blank">Privacy Policy</a></li>
</ul>
</div>
</footer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment