Remove twitter link, add bluesky

master
Anthony Catel 2025-03-03 23:24:09 +01:00
rodzic 43b1bae54f
commit d13370f6c3
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -13,7 +13,6 @@
<meta property="og:site_name" content="MapChecking" /> <meta property="og:site_name" content="MapChecking" />
<title>MapChecking - Crowd counting tool</title> <title>MapChecking - Crowd counting tool</title>
<meta name="description" content="MapChecking helps you estimate the number of people standing in a given area. Fact check and debunk political claims during gatherings, march, and protests. #OSINT"/> <meta name="description" content="MapChecking helps you estimate the number of people standing in a given area. Fact check and debunk political claims during gatherings, march, and protests. #OSINT"/>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</head> </head>
<body> <body>
<div id="app" class="antialiased text-gray-800 min-h-screen flex"></div> <div id="app" class="antialiased text-gray-800 min-h-screen flex"></div>

Wyświetl plik

@ -59,7 +59,7 @@
<div class="grow"></div> <div class="grow"></div>
<div class="flex space-x-4 order-last bg-white p-4 text-xs tracking-tight md:-mx-4 items-center font-medium justify-center"> <div class="flex space-x-4 order-last bg-white p-4 text-xs tracking-tight md:-mx-4 items-center font-medium justify-center">
<span>Created by Anthony Catel</span> <span>Created by Anthony Catel</span>
<a href="https://twitter.com/antcatel?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @antcatel</a> <a href="https://bsky.app/profile/ca.tel" class="flex items-center gap-x-1"><img class="w-4 h-4" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565C.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479c.815 2.736 3.713 3.66 6.383 3.364q.204-.03.415-.056q-.207.033-.415.056c-3.912.58-7.387 2.005-2.83 7.078c5.013 5.19 6.87-1.113 7.823-4.308c.953 3.195 2.05 9.271 7.733 4.308c4.267-4.308 1.172-6.498-2.74-7.078a9 9 0 0 1-.415-.056q.21.026.415.056c2.67.297 5.568-.628 6.383-3.364c.246-.828.624-5.79.624-6.478c0-.69-.139-1.861-.902-2.206c-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8'/%3E%3C/svg%3E" /> Follow me on bluesky</a>
</div> </div>
<!-- <div class="bottom-0 left-0 md:absolute h-8 bg-white border-t border-gray-300 w-full text-xs tracking-tight text-center py-2">Created by Anthony Catel</div> --> <!-- <div class="bottom-0 left-0 md:absolute h-8 bg-white border-t border-gray-300 w-full text-xs tracking-tight text-center py-2">Created by Anthony Catel</div> -->
</div> </div>