Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: clean up design on index
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoS committed May 30, 2024
1 parent 03e271b commit 3dbc09c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ const IndexPage = () => (
</div>
<div className="col-1"></div>
</div>
<div className="row mb-5">
<div className="row">
<div className="col-1"></div>
<div className="col-10">
Checkout some of last years sessions on{" "}
<a href="https://www.projectgeospatial.com/foss4gna2023">
Project Geospatial
</a>
</div>
<div className="col-1"></div>
</div>
<div className="row">
<div className="col-1"></div>
<div className="col-2 bg-secondary"></div>
<div className="col-8 bg-secondary fw-bolder text-uppercase text-white">
<div
className="col-10 fw-bold text-uppercase text-secondary mb-3 mt-5
text-center"
>
Dates of interest
</div>
<div className="col-1"></div>
</div>
<div className="row">
<div className="col-1"></div>
Expand Down

0 comments on commit 3dbc09c

Please sign in to comment.