decontrast links

This commit is contained in:
Flatlogic Bot 2025-07-02 17:37:55 +00:00
parent bae280b2b7
commit 14119cdb0f
2 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@ export default function Home() {
<p className="font-medium text-gray-900">LinkedIn</p> <p className="font-medium text-gray-900">LinkedIn</p>
<p className="text-sm text-gray-500">Professional network & insights</p> <p className="text-sm text-gray-500">Professional network & insights</p>
</div> </div>
<span className="text-lg text-gray-400 ml-4"></span> <span className="text-sm text-gray-300 opacity-50 ml-4"></span>
</a> </a>
<a href="https://x.com/Okendokenn" target="_blank" rel="noopener noreferrer" className="flex items-center bg-white rounded-lg shadow-sm hover:shadow-md p-4"> <a href="https://x.com/Okendokenn" target="_blank" rel="noopener noreferrer" className="flex items-center bg-white rounded-lg shadow-sm hover:shadow-md p-4">
<span className="text-2xl mr-4">🐦</span> <span className="text-2xl mr-4">🐦</span>
@ -29,7 +29,7 @@ export default function Home() {
<p className="font-medium text-gray-900">Twitter / X</p> <p className="font-medium text-gray-900">Twitter / X</p>
<p className="text-sm text-gray-500">Latest thoughts & tech updates</p> <p className="text-sm text-gray-500">Latest thoughts & tech updates</p>
</div> </div>
<span className="text-lg text-gray-400 ml-4"></span> <span className="text-sm text-gray-300 opacity-50 ml-4"></span>
</a> </a>
<a href="https://www.instagram.com/okendoken/" target="_blank" rel="noopener noreferrer" className="flex items-center bg-white rounded-lg shadow-sm hover:shadow-md p-4"> <a href="https://www.instagram.com/okendoken/" target="_blank" rel="noopener noreferrer" className="flex items-center bg-white rounded-lg shadow-sm hover:shadow-md p-4">
<span className="text-2xl mr-4">📷</span> <span className="text-2xl mr-4">📷</span>
@ -37,7 +37,7 @@ export default function Home() {
<p className="font-medium text-gray-900">Instagram</p> <p className="font-medium text-gray-900">Instagram</p>
<p className="text-sm text-gray-500">Behind the scenes</p> <p className="text-sm text-gray-500">Behind the scenes</p>
</div> </div>
<span className="text-lg text-gray-400 ml-4"></span> <span className="text-sm text-gray-300 opacity-50 ml-4"></span>
</a> </a>
<a href="https://www.threads.com/@okendoken" target="_blank" rel="noopener noreferrer" className="flex items-center bg-white rounded-lg shadow-sm hover:shadow-md p-4"> <a href="https://www.threads.com/@okendoken" target="_blank" rel="noopener noreferrer" className="flex items-center bg-white rounded-lg shadow-sm hover:shadow-md p-4">
<span className="text-2xl mr-4">💬</span> <span className="text-2xl mr-4">💬</span>
@ -45,7 +45,7 @@ export default function Home() {
<p className="font-medium text-gray-900">Threads</p> <p className="font-medium text-gray-900">Threads</p>
<p className="text-sm text-gray-500">Join the conversation</p> <p className="text-sm text-gray-500">Join the conversation</p>
</div> </div>
<span className="text-lg text-gray-400 ml-4"></span> <span className="text-sm text-gray-300 opacity-50 ml-4"></span>
</a> </a>
<a href="https://flatlogic.com" target="_blank" rel="noopener noreferrer" className="flex items-center bg-white rounded-lg shadow-sm hover:shadow-md p-4"> <a href="https://flatlogic.com" target="_blank" rel="noopener noreferrer" className="flex items-center bg-white rounded-lg shadow-sm hover:shadow-md p-4">
<span className="text-2xl mr-4">🌐</span> <span className="text-2xl mr-4">🌐</span>
@ -53,7 +53,7 @@ export default function Home() {
<p className="font-medium text-gray-900">Flatlogic</p> <p className="font-medium text-gray-900">Flatlogic</p>
<p className="text-sm text-gray-500">AI-Powered Software Development</p> <p className="text-sm text-gray-500">AI-Powered Software Development</p>
</div> </div>
<span className="text-lg text-gray-400 ml-4"></span> <span className="text-sm text-gray-300 opacity-50 ml-4"></span>
</a> </a>
</div> </div>
<footer className="mt-12 text-sm text-gray-400">© 2025 Flatlogic. Built with AI-powered tools.</footer> <footer className="mt-12 text-sm text-gray-400">© 2025 Flatlogic. Built with AI-powered tools.</footer>