decontrast links
This commit is contained in:
parent
bae280b2b7
commit
14119cdb0f
File diff suppressed because one or more lines are too long
@ -21,7 +21,7 @@ export default function Home() {
|
||||
<p className="font-medium text-gray-900">LinkedIn</p>
|
||||
<p className="text-sm text-gray-500">Professional network & insights</p>
|
||||
</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 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>
|
||||
@ -29,7 +29,7 @@ export default function Home() {
|
||||
<p className="font-medium text-gray-900">Twitter / X</p>
|
||||
<p className="text-sm text-gray-500">Latest thoughts & tech updates</p>
|
||||
</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 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>
|
||||
@ -37,7 +37,7 @@ export default function Home() {
|
||||
<p className="font-medium text-gray-900">Instagram</p>
|
||||
<p className="text-sm text-gray-500">Behind the scenes</p>
|
||||
</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 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>
|
||||
@ -45,7 +45,7 @@ export default function Home() {
|
||||
<p className="font-medium text-gray-900">Threads</p>
|
||||
<p className="text-sm text-gray-500">Join the conversation</p>
|
||||
</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 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>
|
||||
@ -53,7 +53,7 @@ export default function Home() {
|
||||
<p className="font-medium text-gray-900">Flatlogic</p>
|
||||
<p className="text-sm text-gray-500">AI-Powered Software Development</p>
|
||||
</div>
|
||||
<span className="text-lg text-gray-400 ml-4">↗️</span>
|
||||
<span className="text-sm text-gray-300 opacity-50 ml-4">↗️</span>
|
||||
</a>
|
||||
</div>
|
||||
<footer className="mt-12 text-sm text-gray-400">© 2025 Flatlogic. Built with AI-powered tools.</footer>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user