add favicon

This commit is contained in:
sasha-astiadi 2024-10-15 15:46:50 +02:00
parent 57dec62860
commit e5420f87c7
6 changed files with 6 additions and 6 deletions

BIN
public/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -4,7 +4,7 @@ export default function Example() {
return ( return (
<div className="flex items-center gap-x-6 btn-gradient px-6 py-2.5 sm:px-3.5 sm:before:flex-1"> <div className="flex items-center gap-x-6 btn-gradient px-6 py-2.5 sm:px-3.5 sm:before:flex-1">
<p className="text-sm leading-6 text-white"> <p className="text-sm leading-6 text-white">
<a href="/events/versefest.html"> <a href="#">
<strong className="font-semibold">OurVerse FutureFest 2024</strong> <strong className="font-semibold">OurVerse FutureFest 2024</strong>
<svg viewBox="0 0 2 2" aria-hidden="true" className="mx-2 inline h-0.5 w-0.5 fill-current"> <svg viewBox="0 0 2 2" aria-hidden="true" className="mx-2 inline h-0.5 w-0.5 fill-current">
<circle r={1} cx={1} cy={1} /> <circle r={1} cx={1} cy={1} />

View File

@ -26,7 +26,7 @@ export default function Eventbanner() {
</p> </p>
</div> </div>
<a <a
href="/events/versefest.html" href="#"
className="mt-6 flex flex-shrink-0 items-center justify-center rounded-md btn-dark bg-opacity-0 px-4 py-3 text-base font-medium text-white hover:bg-opacity-10 sm:ml-8 sm:mt-0 lg:ml-0 lg:w-full" className="mt-6 flex flex-shrink-0 items-center justify-center rounded-md btn-dark bg-opacity-0 px-4 py-3 text-base font-medium text-white hover:bg-opacity-10 sm:ml-8 sm:mt-0 lg:ml-0 lg:w-full"
> >
Register Now Register Now

View File

@ -6,14 +6,14 @@ const events = [
date: 'Nov 21-24', date: 'Nov 21-24',
location: 'OurWorld Verse', location: 'OurWorld Verse',
languages: ['ENG', 'ARABIC'], languages: ['ENG', 'ARABIC'],
signupLink: 'https://ourverse.tf/events/versefest.html', signupLink: '#',
}, },
{ {
name: 'Freelance Fest 2024', name: 'Freelance Fest 2024',
date: 'Oct 23-24', date: 'Oct 23-24',
location: 'OurWorld Verse', location: 'OurWorld Verse',
languages: ['ARABIC'], languages: ['ENG', 'ARABIC'],
signupLink: 'https://ourverse.tf/events/versefest.html', signupLink: '#',
}, },
// More events can be added here... // More events can be added here...
] ]

View File

@ -60,7 +60,7 @@ import {
</div> </div>
<div className="mt-10 pb-8 flex items-center justify-center gap-x-6"> <div className="mt-10 pb-8 flex items-center justify-center gap-x-6">
<a <a
href="https://portal.ourverse.tf" target='_blank' href="https://portal.ourverse.tf" target='_blank' rel="noopener noreferrer"
className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm" className="rounded-2xl btn-dark px-3.5 py-2.5 text-base font-semibold shadow-sm"
> >
Try Now Try Now

BIN
src/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB