From f18c2a8029454b477384edec3ed9f8df4ffd0425 Mon Sep 17 00:00:00 2001
From: Mandeep-Kaur27 <102357640+Mandeep-Kaur27@users.noreply.github.com>
Date: Wed, 5 Jul 2023 21:30:52 +0530
Subject: [PATCH 1/2] Add files via upload
---
src/viewport/main/index.js | 35 +++++++++++++++++++----------------
1 file changed, 19 insertions(+), 16 deletions(-)
diff --git a/src/viewport/main/index.js b/src/viewport/main/index.js
index a5ad37f..84a6924 100644
--- a/src/viewport/main/index.js
+++ b/src/viewport/main/index.js
@@ -22,15 +22,18 @@ const Main = () => {
-Open Source AI/ML in 3D:
-
-Measuring our past,
-
-monitoring our present,
-
-and mapping our future
-
-
Learn More
+ Open Source AI/ML in 3D:
+
+ Measuring our past,
+
+ monitoring our present,
+
+ and mapping our future
+
+
Using artificial intelligence and machine learning we can not only monitor the present but map a better path forward to prepare for the future. We envision a future where technology serves to unite us.
-
+
@@ -89,7 +92,7 @@ and mapping our future
@@ -148,7 +151,7 @@ and mapping our future
AR & Geospatial Maps
Bridging the digital divide, GeoPose & OpenCV brings the 3D web to you. Explore your city in a new way with map tiles
-
Github
+
Github
@@ -206,8 +209,8 @@ and mapping our future
Nexus City
- Nexus City is First in the Verse, an Open Source Creative Commons World in your browser
-
+ Nexus City is First in the Verse, an Open Source Creative Commons World in your browser
+
View More
@@ -219,8 +222,8 @@ and mapping our future
Animated Discussion
- Generative AI that listens and paints your conversations as you narrate them
-
+ Generative AI that listens and paints your conversations as you narrate them
+
From c4a7a5e215aa06f96e425a8fb199238f8a23a8f7 Mon Sep 17 00:00:00 2001
From: Mandeep-Kaur27 <102357640+Mandeep-Kaur27@users.noreply.github.com>
Date: Wed, 5 Jul 2023 21:33:36 +0530
Subject: [PATCH 2/2] Add files via upload
---
src/index.css | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/index.css b/src/index.css
index 5dee222..2e97d29 100644
--- a/src/index.css
+++ b/src/index.css
@@ -31,6 +31,11 @@ a,
input {
font-family: 'Open Sans', sans-serif;
}
+.button-wrap {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
button,
p {
@@ -82,8 +87,15 @@ nav .row {
border-radius: 103px;
padding: 7px 25px;
color: #1e9cf3;
- margin-top: 20px;
+ margin: 20px 20px 0;
font-weight: 500;
+ display: flex;
+ flex-direction: column;
+}
+.collective span {
+ font-size: 10px;
+ color: #a9a9a9;
+ line-height: 4px;
}
.navbar-nav {