Skip to content

Commit

Permalink
another attempt at footer simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz authored Oct 29, 2024
1 parent 11b1a11 commit 7d9b17f
Showing 1 changed file with 9 additions and 28 deletions.
37 changes: 9 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,34 +306,15 @@
</div>
</div>
</div>
<div id="footer" class="text-center middle-pane-big pt-10 mx-auto">
<div class="text-center middle-pane-big pt-10 mx-auto">
<div class="text-sm flex flex-wrap gap-2 text-mild">
<div>
<span class="font-mono2 lowercase">Web3Privacy Now Website</span><a href="https://web3privacy.info" class="external text-md no-underline hover:underline" target="_blank"></a>
</div>
<div>
<span class="font-mono2 lowercase">Matrix</span><a href="https://matrix.to/#/#web3privacy:gwei.cz" class="external text-md no-underline hover:underline" target="_blank"></a>
</div>
<div>
<span class="font-mono2 lowercase">Telegram</span><a href="https://t.me/+DMkrxGNeJzYyYzM0" class="external text-md no-underline hover:underline" target="_blank"></a>
</div>
<div>
<span class="font-mono2 lowercase">Twitter</span><a href="https://twitter.com/web3privacy" class="text-md no-underline hover:underline external" target="_blank"></a>
</div>
<div>
<span class="font-mono2 lowercase">Bluesky</span><a href="https://staging.bsky.app/profile/web3privacy.info" class="external text-md no-underline hover:underline" target="_blank"></a>
</div>
<div>
<span class="font-mono2 lowercase">Youtube</span><a href="https://www.youtube.com/@Web3PrivacyNow" class="external text-md no-underline hover:underline" target="_blank"></a>
</div>
</div>
</div>
<div class="text-center middle-pane-big pt-10 mx-auto font-mono2">
<p>Built with only HTML & <a href="https://tailwindcss.com/">Tailwind CSS</a> - code is <a href="https://github.com/web3privacy/awards">open-sourced</a> - v 1.0</p>
</div>
<div id="footer">
<div class="text-center middle-pane-big pt-10 mx-auto font-mono2">
<p>Web3Privacy Now Website<a href="https://web3privacy.info" class="external text-md no-underline hover:underline" target="_blank"></a></p> | <p>Matrix<a href="https://matrix.to/#/#web3privacy:gwei.cz" class="external text-md no-underline hover:underline" target="_blank"></a></p> | <p>Twitter<a href="https://twitter.com/web3privacy" class="text-md no-underline hover:underline external" target="_blank"></a></p> | <p>Bluesky<a href="https://staging.bsky.app/profile/web3privacy.info" class="external text-md no-underline hover:underline" target="_blank"></a></p> | <p>Youtube<a href="https://www.youtube.com/@Web3PrivacyNow" class="external text-md no-underline hover:underline" target="_blank"></a></p>
</div>
<div class="text-center middle-pane-big pt-10 mx-auto font-mono2">
<p>Built with only HTML & <a href="https://tailwindcss.com/">Tailwind CSS</a> - code is <a href="https://github.com/web3privacy/awards">open-sourced</a> - v 1.0</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 7d9b17f

Please sign in to comment.