Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ a,
input {
font-family: 'Open Sans', sans-serif;
}
.button-wrap {
display: flex;
align-items: center;
justify-content: center;
}

button,
p {
Expand Down Expand Up @@ -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 {
Expand Down
35 changes: 19 additions & 16 deletions src/viewport/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,18 @@ const Main = () => {
<div className="col-xl-10 col-lg-10 col-md-12 wow pulse animated" data-wow-duration="300ms" data-wow-delay="250ms">
<div className="text-wrap">
<h1 className="heading">
Open Source AI/ML in 3D:
<br/>
Measuring our past,
<br/>
monitoring our present,
<br/>
and mapping our future
</h1>
<a className="btn block-btn common-btn" href="#About_Us">Learn More</a>
Open Source AI/ML in 3D:
<br />
Measuring our past,
<br />
monitoring our present,
<br />
and mapping our future
</h1>
<div className="button-wrap">
<a className="btn block-btn common-btn" href="#About_Us">Learn More</a>
<a className="btn block-btn common-btn collective" target="blank" href="https://opencollective.com/atlas-foundation#support">Contribute <span> on open collective</span></a>
</div>
</div>
<div
className="col-xl-2 col-lg-2 wow fadeInLeft animated"
Expand Down Expand Up @@ -74,7 +77,7 @@ and mapping our future
<p className=" tagline text-white wow fadeInUp animated" data-wow-duration="300ms" data-wow-delay="250ms"> 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.</p>
</div>
<div className="open-souce-wrap" data-wow-duration="300ms" data-wow-delay="250ms">
<img src={Work} alt="banner" className="img-fluid" />
<img src={Work} alt="banner" className="img-fluid" />
</div>
</div>
</div>
Expand All @@ -89,7 +92,7 @@ and mapping our future
<div className="open-souce-wrap">
<h1 className="wow fadeInRight animated" data-wow-duration="300ms" data-wow-delay="250ms">Open Source</h1>
<p className="wow fadeInRight animated" data-wow-duration="300ms" data-wow-delay="250ms">Atlas Foundation believes in open source programming and collective knowledge.
<a href="https://github.com/AtlasFoundation" className="btn btn--block card__btn">Visit our Github</a> </p>
<a href="https://github.com/AtlasFoundation" className="btn btn--block card__btn">Visit our Github</a> </p>
</div>
</div>
</div>
Expand Down Expand Up @@ -148,7 +151,7 @@ and mapping our future
<div className="card__content">
<h4 className="card__title">AR & Geospatial Maps</h4>
<p className="card__text">Bridging the digital divide, GeoPose & OpenCV brings the 3D web to you. Explore your city in a new way with map tiles</p>
<a href="https://github.com/AtlasFoundation/AR-maps" className="btn btn--block card__btn" >Github</a>
<a href="https://github.com/AtlasFoundation/AR-maps" className="btn btn--block card__btn" >Github</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -206,8 +209,8 @@ and mapping our future
<div className="wrapper">
<h3>Nexus City</h3>
<p className="mb-0">
Nexus City is First in the Verse, an Open Source Creative Commons World in your browser
</p>
Nexus City is First in the Verse, an Open Source Creative Commons World in your browser
</p>
</div>
<div className="desc-wrap d-flex align-items-center justify-content-between">
<a href="https://hyperfy.io/nexus" target="blank" class="btn block-btn small-btn common-btn list-unstyled d-flex justify-content-center mb-0">View More</a>
Expand All @@ -219,8 +222,8 @@ and mapping our future
<div className="wrapper">
<h3>Animated Discussion</h3>
<p className="mb-0">
Generative AI that listens and paints your conversations as you narrate them </p>
</div>
Generative AI that listens and paints your conversations as you narrate them </p>
</div>
<div className="desc-wrap d-flex align-items-center justify-content-between">
<a href="https://github.com/AtlasFoundation/Animated-Discussion" target="blank" class="btn block-btn small-btn common-btn list-unstyled d-flex justify-content-center mb-0">View More</a>
</div>
Expand Down