77 < meta name ="format-detection " content ="telephone=no ">
88 < link rel ="icon " type ="image/x-icon " href ="static/images/favicon.ico ">
99 < link rel ="stylesheet " media ="all " href ="static/css/style.css ">
10+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.8.2/css/all.css "
11+ integrity ="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay " crossorigin ="anonymous ">
1012</ head >
1113< body >
1214< div class ="wrapper ">
@@ -77,40 +79,36 @@ <h1 class="error404__title title title--white"><span class="green">Error </span>
7779< footer class ="footer ">
7880 < div class ="wrapper-inner ">
7981 < div class ="footer__content flex flex--center ">
80- < div class ="footer__block flex flex--center ">
81- < div class ="footer__text "> Newsletter</ div >
82- < div class ="footer__form ">
83- < form class ="form-popup " name ="form " action ="popups/thanks.html " method ="POST " data-rules ="{
84- "email": { "required" : true, "email": true, "emailMethod": true}
85- } ">
86- < label data-name ="nonfield "> </ label >
87- < div class ="footer__group ">
88- < div class ="footer__input ">
89- < input type ="email " name ="email " data-msg ="Please enter a valid email address "
90- data-msg-required ="This field is required " placeholder ="Email address ">
91- </ div >
92- < div class ="footer__submit ">
93- < button class ="flex-center transition " type ="submit "> < span class ="icon-mail "> </ span >
94- </ button >
95- </ div >
96- </ div >
97- </ form >
98- </ div >
82+ < div class ="footer__social flex-center ">
83+ < a class ="transition " href ="https://github.com/catalyst-network " target ="_blank "
84+ rel ="noopener noreferrer "> < i class ="fab fa-github " style ="font-size:1.3em; "> </ i > </ a >
85+ < a class ="transition " href ="https://discord.gg/3JmXRXv " target ="_blank " rel ="noopener noreferrer "> < i
86+ class ="fab fa-discord " style ="font-size:1.3em; "> </ i > </ a >
87+ < a class ="transition " href ="https://twitter.com/catalystnetorg " target ="_blank "
88+ rel ="noopener noreferrer "> < i class ="fab fa-twitter " style ="font-size:1.3em; "> </ i > </ a >
89+ < a class ="transition " href ="https://www.facebook.com/catalystnetorg/ " target ="_blank "
90+ rel ="noopener noreferrer "> < i class ="fab fa-facebook " style ="font-size:1.3em; "> </ i > </ a >
91+ < a class ="transition " style ="font-size:1.3em; " href ="https://medium.com/catalystprotocol "
92+ target ="_blank " rel ="noopener noreferrer ">
93+ < i class ="fab fa-medium-m "> </ i >
94+ </ a >
95+ < a class ="transition " href ="https://www.linkedin.com/company/catalyst-network/about/ " target ="_blank "
96+ rel ="noopener noreferrer "> < span class ="icon-linkedin " style ="font-size:1.3em; "> </ span > </ a >
9997 </ div >
100- < div class ="footer__social flex-center "> < a class ="transition " href ="# " target ="_blank "> < span
101- class ="icon-fb "> </ span > </ a > < a class ="transition " href ="# " target ="_blank "> < span
102- class ="icon-linkedin "> </ span > </ a > < a class ="transition " href ="# " target ="_blank "> < span
103- class ="icon-twitter "> </ span > </ a > </ div >
104- < div class ="footer__links "> < a class ="transition " href ="terms_conditions.html " target ="_blank "> Privacy
105- Policy </ a > < a class ="transition " href ="terms_conditions.html " target ="_blank "> Terms and conditions</ a >
98+ < div class ="footer__links ">
99+ < a class ="transition " href ="policy.html " target ="_blank "> Privacy Policy</ a >
100+ < a class ="transition " href ="terms_conditions.html " target ="_blank "> Terms and conditions</ a >
106101 </ div >
107102 </ div >
108103 </ div >
109104</ footer >
110105< div class ="wrapper-with-mask ">
111106 < div class ="popup js-ajax-popup "> </ div >
112107</ div >
113- < script src ="static/js/vendor.js "> </ script >
114- < script src ="static/js/main.js "> </ script >
108+ < script src ="static/js/jquery.js "> </ script >
109+ < script src ="static/js/jquery-validate.js "> </ script >
110+ < script src ="static/js/aos.js "> </ script >
111+ < script src ="static/js/slick-carousel.js "> </ script >
112+ < script src ="static/js/newmain.js "> </ script >
115113</ body >
116114</ html >
0 commit comments