INNER CODE UNIT · Python

setupFooter

gurkenlabs/litiengine · config/javadoc/generate_js.py:485

  function setupFooter() {
    const footer = document.querySelector('footer[role="contentinfo"]') || document.querySelector('footer');
    if (!footer || footer.querySelector('.md-social')) return;

    const socialDiv = document.createElement('div');
    socialDiv.className = 'md-social';
    socialDiv.innerHTML = `
      <a href="https://opencollective.com/litiengine" target="_blank" rel="noopener" title="Sponsor on Open Collective" class="md-social__link">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Open Collective</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c2.54 0 4.894-.79 6.834-2.135l-3.107-3.109a7.715 7.715 0 1 1 0-13.512l3.107-3.109A11.94 11.94 0 0 0 12 0m9.865 5.166-3.109 3.107A7.7 7.7 0 0 1 19.715 12a7.7 7.7 0 0 1-.959 3.727l3.109 3.107A11.94 11.94 0 0 0 24 12c0-2.54-.79-4.894-2.135-6.834"></path></svg>
      </a>
      <a href="https://github.com/gurkenlabs/litiengine" target="_blank" rel="noopener" title="GitHub" class="md-social__link">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>GitHub</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg>
      </a>
      <a href="https://discord.gg/9TqCq9C" target="_blank" rel="noopener" title="Discord Community" class="md-social__link">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Discord</title><path d="M20.317 4.37a19.8 19.8 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.3 18.3 0 0 0-5.487 0 13 13 0 0 0-.617-1.25.08.08 0 0 0-.079-.037A19.7 19.7 0 0 0 3.677 4.37a.1.1 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.08.08 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.08.08 0 0 0 .084-.028c.462-.63.874-1.295 

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…