14 Commits

Author SHA1 Message Date
6d40ccb0d2 Merge remote-tracking branch 'origin/development' 2024-10-25 15:33:43 +02:00
394b163f4b Merge pull request 'rm community sect' (!15) from development into master
Reviewed-on: ourworld_web/ourverse_new#15
2024-10-25 13:25:03 +00:00
ce7dcbda0a Merge pull request 'edit' (!14) from development into master
Reviewed-on: ourworld_web/ourverse_new#14
2024-10-25 13:15:44 +00:00
8f4576d330 Merge pull request 'edit' (!13) from development into master
Reviewed-on: ourworld_web/ourverse_new#13
2024-10-21 15:33:47 +00:00
513a308796 Merge pull request 'update blog' (!12) from development into master
Reviewed-on: ourworld_web/ourverse_new#12
2024-10-21 15:31:58 +00:00
7237129442 Merge pull request 'development' (!11) from development into master
Reviewed-on: ourworld_web/ourverse_new#11
2024-10-21 15:19:39 +00:00
5d88f84c0e Merge pull request 'edit image n footer' (!10) from development into master
Reviewed-on: ourworld_web/ourverse_new#10
2024-10-16 14:04:47 +00:00
4d461ac067 Merge pull request 'development' (!9) from development into master
Reviewed-on: ourworld_web/ourverse_new#9
2024-10-15 14:13:28 +00:00
393977a5df Merge branch 'development' 2024-10-14 16:52:40 +02:00
ehab-hassan
9f53ef647d merge to master 2024-10-12 20:58:50 +03:00
ehab-hassan
cebbb34355 fix conflict 2024-10-09 23:21:49 +03:00
ehab-hassan
0a5a0d0bcc fix conflict 2024-10-09 17:10:40 +03:00
ehab-hassan
6ebf81f138 test building 2024-10-02 10:45:12 +03:00
PeterNashaat
cd840b0aee fix building issue 2024-09-17 06:55:13 +00:00
7 changed files with 15 additions and 15 deletions

BIN
public/videos/herohome.mp4 Normal file

Binary file not shown.

BIN
public/videos/heroverse.mp4 Normal file

Binary file not shown.

BIN
public/videos/ourverse5.mp4 Normal file

Binary file not shown.

View File

@@ -2,10 +2,10 @@ export default function Eventbanner() {
return (
<div className="bg-gradient-to-b from-purple-50/10 to-purple-50/80">
<div className="mx-auto max-w-2xl px-4 pb-24 sm:px-6 lg:max-w-7xl">
<h2 className="text-intro mb-2">Community</h2>
{/*<h2 className="mt-2 mb-4 h3-title">
Join the Conversations
</h2>*/}
<h2 className="text-intro">Community</h2>
<h2 className="mt-2 mb-4 h3-title">
Events
</h2>
<div className="relative overflow-hidden rounded-lg lg:h-96">
<div className="absolute inset-0">
<img
@@ -18,19 +18,18 @@ export default function Eventbanner() {
<div aria-hidden="true" className="relative h-32 w-full lg:hidden" />
<div className="absolute py-4 inset-x-0 bottom-0 rounded-bl-lg rounded-br-lg bg-purple-950 bg-opacity-90 p-6 backdrop-blur backdrop-filter sm:flex sm:items-center sm:justify-between lg:inset-x-auto lg:inset-y-0 lg:w-96 lg:flex-col lg:items-start lg:rounded-br-none lg:rounded-tl-lg">
<div>
<h2 className="mt-4 lg:text-3xl text-xl font-bold text-white">A Global </h2>
<h2 className="lg:text-3xl text-xl font-bold text-white">Community</h2>
<h2 className="mt-4 lg:text-3xl text-xl font-bold text-white">OurVerse </h2>
<h2 className="lg:text-3xl text-xl font-bold text-white">FreelenceFest 2024</h2>
<h3 className="text-xl font-bold text-white">Oct 26 - 28</h3>
<p className="mt-4 text-md text-gray-300">
Join our ever-growing community worldwide by participating in open discussions and follow the most recent updates and news from OurVerse.
OurVerse's FreelanceFest connects freelancers, innovators, and businesses in the Metaverse, empowering them to explore new technologies and collaborate seamlessly across boundaries.
</p>
</div>
<a
href="/community.html" target="_blank" rel="noreferrer"
href="https://portal.ourverse.tf/ev/752" target="_blank" rel="noreferrer"
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"
>
Join the Conversations
Register Now
</a>
</div>
</div>

View File

@@ -8,11 +8,11 @@ export function Footer() {
<Logo className="h-12 w-auto text-slate-900" />
<p className="mt-6 text-base text-slate-500 md:mt-0">
&copy; {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '}
<a href="https://docs.threefold.info/docs/legal/terms_and_conditions" target="_blank" className="text-purple-500 hover:underline">
<a href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" className="text-purple-500 hover:underline">
Terms & Conditions
</a>{' '}
|{' '}
<a href="https://docs.threefold.info/docs/legal/privacy_policy" target="_blank" className="text-purple-500 hover:underline">
<a href="https://library.threefold.me/info/legal/#/legal__privacypolicy" className="text-purple-500 hover:underline">
Privacy Policy
</a>
</p>

View File

@@ -170,9 +170,9 @@ export default function Footer2() {
</div>
<div className="mt-16 border-t border-purple-900/10 pt-8 sm:mt-20 lg:mt-24">
<p className="mt-6 text-sm text-slate-500 md:mt-0">&copy; {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '}
<a href="https://docs.threefold.io/docs/legal/terms_and_conditions/" target="_blank" className="text-purple-500 hover:underline">
<a href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" className="text-purple-500 hover:underline">
Terms & Conditions </a>{' '}|{' '}
<a href="https://docs.threefold.io/docs/legal/privacy_policy/" target="_blank" className="text-purple-500 hover:underline">
<a href="https://library.threefold.me/info/legal/#/legal__privacypolicy" className="text-purple-500 hover:underline">
Privacy Policy
</a>
</p>

View File

@@ -8,6 +8,7 @@ export function Layout({ children, showFooter = true }) {
return (
<>
<Header />
<Banner />
<main className="flex-auto">{children}</main>
<Bottom />
{showFooter && <Footer2 />}