43 Commits

Author SHA1 Message Date
05277a28c2 Merge branch 'development' of https://git.ourworld.tf/ourworld_web/ourverse_new into development 2024-09-23 13:49:45 +02:00
de64f88f21 renamed layt 2024-09-23 13:49:43 +02:00
Annehab2011
94e39fa3eb text nav link 2024-09-23 14:31:49 +03:00
e7690870b5 ok 2024-09-23 11:03:59 +02:00
22f9e8ea20 Merge branch 'development' of https://git.ourworld.tf/ourworld_web/ourverse_new into development 2024-09-23 10:52:58 +02:00
27b52ca80b ook 2024-09-23 10:52:57 +02:00
Peter Nashaat
3e267bde75 fixing worng component name 2024-09-19 11:23:06 +00:00
194f990569 change text classes 2024-09-18 18:29:26 +02:00
5e7e2272f7 ok 2024-09-18 16:22:07 +02:00
5ff840b70a edit footer 2024-09-18 16:22:04 +02:00
7988c48cd9 edit 2024-09-18 16:05:54 +02:00
60a7a54fbc add blog 2024-09-18 15:51:13 +02:00
cfba225ffa ok 2024-09-18 15:14:52 +02:00
8a8e3f292d Ignore build files and cache 2024-09-18 15:14:42 +02:00
be7551a0fc change favico 2024-09-18 14:38:41 +02:00
966e66ac8f change colors 2024-09-17 18:15:16 +02:00
ace8a0f9cc add socials 2024-09-17 13:45:34 +02:00
00f42c24eb ok 2024-09-16 17:26:47 +02:00
367db5c28a edit 2024-09-16 17:21:11 +02:00
a43d5b1d4e edit events 2024-09-16 17:20:08 +02:00
50faf9cf14 edit events 2024-09-16 17:11:51 +02:00
08deb1b959 add events 2024-09-16 17:10:38 +02:00
6f9c79e0c4 edit color 2024-09-16 17:10:20 +02:00
383a0ceb19 ok 2024-09-12 17:01:37 +02:00
b02564db58 new features page 2024-09-12 14:00:54 +02:00
5eab3380fa ok 2024-09-12 12:31:07 +02:00
b7ff5960ba Merge branch 'development' of https://git.ourworld.tf/ourworld_web/ourverse_new into development 2024-09-12 12:30:26 +02:00
Peter Nashaat
3667b3d013 missing next config for building output directory 2024-09-12 07:14:53 +00:00
df8b6fab4b changed color 2024-09-11 19:11:45 +02:00
ab19547027 change purple 2024-09-10 17:23:53 +02:00
df0abb99ab ok 2024-09-10 14:46:49 +02:00
f484975397 ok 2024-09-09 16:46:39 +02:00
16246bf222 edit 2024-09-09 16:43:01 +02:00
d895ce54f2 add ig 2024-09-09 16:21:20 +02:00
6755f94186 ok 2024-09-09 16:00:42 +02:00
439a39efbc add img 2024-09-09 15:58:55 +02:00
b0d5483e43 video 2024-09-09 15:56:17 +02:00
000bc25b7c edit 2024-09-09 15:55:54 +02:00
4be4914a09 add community 2024-09-09 15:55:19 +02:00
e8e8a8c621 edit 2024-09-09 15:54:51 +02:00
0efecff123 Merge pull request 'ok' (#3) from main into development
Reviewed-on: ourworld_web/ourverse_new#3
2024-09-04 08:22:30 +00:00
1b1936ffba Merge pull request 'main' (#2) from main into development
Reviewed-on: ourworld_web/ourverse_new#2
2024-08-30 14:13:47 +00:00
bca02496bb Merge pull request 'main' (#1) from main into development
Reviewed-on: ourworld_web/ourverse_new#1
2024-08-29 11:41:34 +00:00
450 changed files with 6295 additions and 673 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
node_modules
.next
.DS_Store

View File

@@ -1,3 +1,75 @@
{
"pages": {}
"pages": {
"/(main)/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/(main)/page.js"
],
"/(main)/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/(main)/layout.js"
],
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/not-found": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/not-found.js"
],
"/_not-found/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/_not-found/page.js"
],
"/usecases/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/usecases/page.js"
],
"/usecases/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/usecases/layout.js"
],
"/community/events/versefest/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/events/versefest/page.js"
],
"/community/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/layout.js"
],
"/features/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/features/page.js"
],
"/community/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/page.js"
],
"/community/blogs/herogpt/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/blogs/herogpt/page.js"
],
"/features/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/features/layout.js"
],
"/community/events/blockchainweek1/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/events/blockchainweek1/page.js"
]
}
}

View File

@@ -8,7 +8,10 @@
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
},

View File

@@ -0,0 +1 @@
{"version":1,"items":{"":{"revalidatedAt":1726233380023}}}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More