Skip to content

Commit

Permalink
added roadmap on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-lab12 committed Oct 5, 2023
1 parent c152c56 commit 286e4fd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
Binary file added public/Roadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/sections/OurAi.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const cardContent = await Astro.glob("../../content/ourAi/*.md");
}

.our_ai_section__header img {
width: 210px;
/* width: 210px; */
text-align: initial;
margin: auto;
margin-left: 0;
Expand Down
27 changes: 27 additions & 0 deletions src/components/sections/Roadmap.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<div class="roadmap">
<h1>Roadmap</h1>
<img src="/line.svg" alt="line" />

<img src="/Roadmap.png" alt="Roadmap" />
</div>
<style>
.roadmap,
.card_grid_section__header {
text-align: center;
}

.roadmap {
margin-top: 40px;
margin-bottom: 40px;
}

.roadmap h1 {
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
text-align: initial;
margin-bottom: 15px;
}
</style>
2 changes: 2 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ import MindplexTokens from "../components/sections/MindplexTokens.astro";
import Joinus from "../components/sections/Joinus.astro";
import OurAi from "../components/sections/OurAi.astro";
import OurTeam from "../components/sections/OurTeam.astro";
import Roadmap from "../components/sections/Roadmap.astro";
import "../../node_modules/swiper/swiper-bundle.min.css";
---

<Layout title="Mindplex">
<Hero />
<Mindplex />
<OurAi />
<Roadmap />
<Joinus />
<MindplexTokens />
<OurTeam />
Expand Down

0 comments on commit 286e4fd

Please sign in to comment.