Skip to content

Commit

Permalink
Add footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Aug 18, 2024
1 parent 4df2ed6 commit 5d15f10
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions generate-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,30 @@ function generateHTML(parsedSections) {
${content}
</main>
<footer class="bg-white shadow-sm">
<div class="container mx-auto px-6 py-4 flex justify-center items-center">
<a href="https://github.com/AINativeLab/awesome-flux-ai" target="_blank" rel="noopener noreferrer" class="flex items-center text-gray-600 hover:text-gray-900">
<svg class="w-6 h-6 mr-2" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.603-3.369-1.34-3.369-1.34-.454-1.156-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.831.092-.646.35-1.086.636-1.336-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0112 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.578.688.48C19.137 20.164 22 16.42 22 12c0-5.523-4.477-10-10-10z"/>
</svg>
GitHub Repository
</a>
<footer class="bg-white shadow-sm mt-auto">
<div class="container mx-auto px-6 py-8">
<div class="flex flex-col items-center">
<div class="mb-6">
<a href="https://github.com/AINativeLab/awesome-flux-ai" target="_blank" rel="noopener noreferrer" class="flex items-center text-gray-600 hover:text-gray-900">
<svg class="w-8 h-8 mr-2" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.603-3.369-1.34-3.369-1.34-.454-1.156-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.831.092-.646.35-1.086.636-1.336-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0112 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.578.688.48C19.137 20.164 22 16.42 22 12c0-5.523-4.477-10-10-10z"/>
</svg>
</a>
</div>
<div class="w-full">
<ul class="flex flex-wrap justify-center">
<li class="mx-4 mb-2">
<a href="https://woy.ai/" title="Woy AI Tools Directory" class="text-gray-600 hover:text-gray-900">Woy AI Tools</a>
</li>
<li class="mx-4 mb-2">
<a href="https://www.gptshunter.com" title="GPTs Hunter Link" class="text-gray-600 hover:text-gray-900">GPTs Hunter</a>
</li>
</ul>
</div>
</div>
<div class="mt-8 text-center text-gray-500 text-sm">
© 2023 AINativeLab
</div>
</div>
</footer>
Expand Down

0 comments on commit 5d15f10

Please sign in to comment.