Compare commits
	
		
			6 Commits
		
	
	
		
			main
			...
			developmen
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8d980acd66 | |||
| 
						 | 
					b9230206ea | ||
| e140771288 | |||
| 844217694f | |||
| a8b7e667c6 | |||
| 
						 | 
					52e6b09e91 | 
@@ -37,22 +37,39 @@ const { language, textDirection } = I18N;
 | 
			
		||||
    <Analytics />
 | 
			
		||||
 | 
			
		||||
    <!-- Comment the line below to disable View Transitions -->
 | 
			
		||||
    <ViewTransitions fallback="swap" />
 | 
			
		||||
    
 | 
			
		||||
    <script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="1a5a5241-91cb-4a41-8323-5ba5ec574da0";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
      window.$crisp = [];
 | 
			
		||||
      window.CRISP_WEBSITE_ID = '1a5a5241-91cb-4a41-8323-5ba5ec574da0';
 | 
			
		||||
      (function () {
 | 
			
		||||
        d = document;
 | 
			
		||||
        s = d.createElement('script');
 | 
			
		||||
        s.src = 'https://client.crisp.chat/l.js';
 | 
			
		||||
        s.async = 1;
 | 
			
		||||
        d.getElementsByTagName('head')[0].appendChild(s);
 | 
			
		||||
      })();
 | 
			
		||||
    </script>
 | 
			
		||||
 | 
			
		||||
    <!-- MailerLite Universal -->
 | 
			
		||||
      <script is:inline>
 | 
			
		||||
    <script is:inline>
 | 
			
		||||
      (function (m, a, i, l, e, r) {
 | 
			
		||||
        m['MailerLiteObject'] = e; function f() {
 | 
			
		||||
          var c = { a: arguments, q: [] }; var r = this.push(c); return "number" != typeof r ? r : f.bind(c.q);
 | 
			
		||||
        m['MailerLiteObject'] = e;
 | 
			
		||||
        function f() {
 | 
			
		||||
          var c = { a: arguments, q: [] };
 | 
			
		||||
          var r = this.push(c);
 | 
			
		||||
          return 'number' != typeof r ? r : f.bind(c.q);
 | 
			
		||||
        }
 | 
			
		||||
        f.q = f.q || []; m[e] = m[e] || f.bind(f.q); m[e].q = m[e].q || f.q; r = a.createElement(i);
 | 
			
		||||
        var _ = a.getElementsByTagName(i)[0]; r.async = 1; r.src = l + '?v' + (~~(new Date().getTime() / 1000000));
 | 
			
		||||
        f.q = f.q || [];
 | 
			
		||||
        m[e] = m[e] || f.bind(f.q);
 | 
			
		||||
        m[e].q = m[e].q || f.q;
 | 
			
		||||
        r = a.createElement(i);
 | 
			
		||||
        var _ = a.getElementsByTagName(i)[0];
 | 
			
		||||
        r.async = 1;
 | 
			
		||||
        r.src = l + '?v' + ~~(new Date().getTime() / 1000000);
 | 
			
		||||
        _.parentNode.insertBefore(r, _);
 | 
			
		||||
      })(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
 | 
			
		||||
      var ml_account = ml('accounts', '1778010', 'x2d3d9f8n1', 'load');
 | 
			
		||||
      </script>
 | 
			
		||||
    </script>
 | 
			
		||||
    <!-- End MailerLite Universal -->
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -31,7 +31,6 @@ export const footerData = {
 | 
			
		||||
    {
 | 
			
		||||
      title: 'Project Overview',
 | 
			
		||||
      links: [
 | 
			
		||||
        { text: 'Home', href: '/' },
 | 
			
		||||
        { text: 'Technology', href: '/technology' },
 | 
			
		||||
        { text: 'Builders', href: '/builders' },
 | 
			
		||||
        { text: 'About', href: '/about' },
 | 
			
		||||
@@ -48,11 +47,10 @@ export const footerData = {
 | 
			
		||||
    {
 | 
			
		||||
      title: 'Communication',
 | 
			
		||||
      links: [
 | 
			
		||||
        { text: 'Join the Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' },
 | 
			
		||||
        { text: 'Contact Us', href: '/contact' },
 | 
			
		||||
        { text: 'ThreeFold Chat', href: 'https://t.me/threefold' },
 | 
			
		||||
        { text: 'INCA Blog', href: '/blog' },
 | 
			
		||||
        
 | 
			
		||||
        { text: 'Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' },
 | 
			
		||||
        { text: 'Blog', href: '/blog' },
 | 
			
		||||
 | 
			
		||||
      ],
 | 
			
		||||
    },
 | 
			
		||||
  ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user