Skip to content

Commit

Permalink
add cfp and concact us link
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoS committed May 10, 2024
1 parent 8b47013 commit 154a9a1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/layout.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//Here you can customize bootstrap
$primary: rgb(7 25 81);
// $primary: #663399;
@import "~bootstrap/scss/bootstrap";


$danger: rgb(199 15 45);
$secondary: rgb(1 123 189);

@import "~bootstrap/scss/bootstrap";
16 changes: 16 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ import { Seo } from "../components/seo";
const IndexPage = () => (
<Layout>
<section className="py-5 text-center container">
<div className="row">
<Link
to="https://talks.osgeo.org/foss4g-na-2024"
className="btn btn-danger my-2"
>
Call For Presentations
</Link>
</div>
<div className="row py-lg-5">
<div className="col-lg-6 col-md-8 mx-auto">
<StaticImage
Expand Down Expand Up @@ -85,6 +93,14 @@ const IndexPage = () => (
Join the mailing list for future announcements
</Link>
</div>
<div className="row">
<Link
to="https://forms.gle/SqiZtPecLtKq6vrz9"
className="btn btn-secondary my-2"
>
Contact Us
</Link>
</div>
</section>
</Layout>
);
Expand Down

0 comments on commit 154a9a1

Please sign in to comment.