Commit 3f5b3836 by Nilu

C002.5 - Add "By selecting 'Create my account' I agree to Talentology's [privacy…

C002.5 - Add "By selecting 'Create my account' I agree to Talentology's [privacy policy] and [terms of service]"

HT019.5 - Add "By selecting 'Verify and proceed' I agree to Talentology's [privacy policy] and [terms of service]"
parent 6ebd772e
<footer class="power-footer">
<div class="footer-link text-center">
<ul>
<li><a href="#">&COPY; <%= Calendar.getInstance().get(Calendar.YEAR) %> Talentology</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="https://www.talentology.com/" target="_blank">&COPY; <%= Calendar.getInstance().get(Calendar.YEAR) %> Talentology</a></li>
<li><a href="https://www.talentology.com/privacy/" target="_blank">Privacy Policy</a></li>
</ul>
</div>
</footer>
......
......@@ -147,6 +147,11 @@
<%
}
%>
<div class="box-label" style="padding-top: 20px;">
By selecting 'Verify and proceed' I agree to Talentology's
<a href="https://www.talentology.com/privacy/" target="_blank">privacy policy</a> and
<a href="https://www.talentology.com/terms-of-service/" target="_blank">terms of service</a>
</div>
</div>
</oneit:form>
</oneit:dynIncluded>
......
......@@ -11,7 +11,7 @@
<div class="footer-link text-center">
<ul>
<li><a href="https://www.talentology.com/candidates-about-talentology/">&copy; <%= Calendar.getInstance().get(Calendar.YEAR) %> Talentology</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="https://www.talentology.com/privacy/" target="_blank">Privacy Policy</a></li>
</ul>
</div>
</footer>
......
......@@ -165,6 +165,11 @@
.mapEntry("isVerify",isVerify)
.toMap() %>"/>
</div>
<div class="box-label" style="padding-top: 20px;">
By selecting 'Create my account' I agree to Talentology's
<a href="https://www.talentology.com/privacy/" target="_blank">privacy policy</a> and
<a href="https://www.talentology.com/terms-of-service/" target="_blank">terms of service</a>
</div>
</div>
</div>
</oneit:form>
......
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