Skip to content

Commit

Permalink
👌 IMPROVE: Update the about page language
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoS committed May 30, 2024
1 parent 781c218 commit 03e271b
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 62 deletions.
Binary file added src/images/osgeous.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
176 changes: 114 additions & 62 deletions src/pages/about.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from "react";
import { Link } from "gatsby";
import { StaticImage } from "gatsby-plugin-image";

import Layout from "../components/layout";
import { Seo } from "../components/seo";
Expand All @@ -9,103 +10,154 @@ const AboutPage = () => (
<div className="container">
<div className="container">
<div className="row my-3">
<h1 className="text-center text-uppercase bg-secondary text-white">
<h1 className="text-center text-uppercase text-secondary fw-bold my-4">
About
</h1>
<div className="row my2">
<div className="row my2">
<div className="col-md-12 col-lg-4 my-2">
This event aims to share knowledge and experiences with open
source geospatial technologies and open data. It will empower
individuals and organizations to leverage their resources to
communicate common issues and institute effective, scalable, and
resilient solutions.
<p>
The Free and Open Source Software for Geospatial North America
(FOSS4G NA) conference is a yearly event that brings together
developers, users, managers, and the rest of the community to
share and connect. It is a unique chance to hear talks about
projects and technologies that leverage FOSS4G technology in
many different ways.
</p>
<p>
Through presentations, panels, posters, and workshops,
everyone can share what they are passionate about in the
FOSS4G ecosystem. It's a unique opportunity to discuss the
changing landscape of geospatial technology with a community
that uses and develops mission-critical solutions for many
organizations.
</p>
</div>
<div className="col-md-12 col-lg-4 my-2">
The annual FOSS4G NA conference is North America's largest
gathering focused on open source geospatial software. FOSS4G NA
brings together developers, users, decision-makers, and
observers from a broad spectrum of organizations and fields of
operation. FOSS4G NA participants create practical and relevant
geospatial products, standards, and protocols through three days
of workshops, presentations, discussions, and cooperation.
FOSS4G NA has been held in Baltimore, Raleigh, and many other
cities across North America.
<p>
Beyond the conference content, there are many opportunities to
connect with other community members. An Ice-Breaker event and
a Gala are held during the conference, allowing everyone to
continue the conversation from the day or meet new people.{" "}
</p>
<p>
Last year, the gala was held at the Baltimore Science Museum,
and many participants enjoyed exploring the exhibits and
variety of food stations. Conference attendees created
informal gatherings, from user group meetups to morning runs.
</p>
</div>
<div className="col-md-12 col-lg-4 my-2">
FOSS4GNA is a volunteer-run conference. Technocation, a
non-profit dedicated to creating educational opportunities for
IT professionals, is the financial sponsor. OSGeo US Local
Chapter produces this event.
<p className="text-center float-start m-3">
<a href="https://osgeo.us/">
<StaticImage
src="../images/osgeous.jpg"
width={100}
quality={95}
formats={["AUTO", "WEBP"]}
alt="OSGeo NA 2024 Logo`"
className="img-fluid"
/>
</a>
</p>
<p>
FOSS4G NA, a conference driven by a vibrant volunteer
community, is a testament to the power of collaboration.
Technocation, a non-profit dedicated to creating educational
opportunities for IT professionals, is the financial sponsor.
OSGeo US Local Chapter produces this event, fostering a sense
of belonging and camaraderie.
</p>
</div>
</div>
</div>
</div>
<div className="row my-3">
<h1 className="text-center text-uppercase bg-secondary text-white">
<h1 className="text-center text-uppercase text-secondary fw-bold my-4">
Code Of Conduct
</h1>
<div className="row my2">
<div className="row my2">
<div className="col-md-12 col-lg-4 my-2">
Participants at the FOSS4G-NA St Louis 2024 conference are
expected to act respectfully toward others per our{" "}
<a href="http://2023.foss4gna.org/assets/pdf/foss4gna-2023-COC.pdf">
FOSS4G NA Code of Conduct
</a>
. Once the program is available, this code of conduct will be
expanded with more details.
<p>
Participants at the FOSS4G NA St Louis 2024 conference follow
the FOSS4G NA Code of Conduct and will act respectfully toward
others. The code of conduct may be expanded with more details
when the program is available.
</p>
<p>
Our code of conduct follows the{" "}
<a href="https://www.osgeo.org/code_of_conduct/">
OSGeo Code of Conduct
</a>
, which governs how we behave within this community.
</p>
</div>
<div className="col-md-12 col-lg-4 my-2">
The FOSS4G NA organizing committee is dedicated to providing a
harassment-free conference experience for everyone, regardless
of gender, gender identity and expression, age, sexual
orientation, disability, physical appearance, body size, race,
religion, or technology choices. We do not tolerate harassment
of conference participants in any form. All communication should
be appropriate for a professional audience, including people of
different backgrounds.
<p>
The FOSS4G NA organizing committee is dedicated to providing a
harassment-free conference experience for everyone, regardless
of gender, gender identity and expression, age, sexual
orientation, disability, physical appearance, body size, race,
religion, or technology choices.
</p>
<p>
We do not tolerate harassment of conference participants in
any form. All communication should be appropriate for a
professional audience, including people of different
backgrounds.
</p>
</div>
<div className="col-md-12 col-lg-4 my-2">
Sexual language and imagery are not appropriate for any
conference venue, including talks, workshops, social media, or
parties. Be kind to others. Do not insult or put down other
attendees. Behave professionally. Remember that harassment and
sexist, racist, or exclusionary jokes are not appropriate for
FOSS4G. Attendees violating these rules may be asked to leave
the conference without a refund at the sole discretion of the
conference organizers. Thank you for helping make this a
welcoming, friendly event for all.
<p>
Sexual language and imagery are not appropriate for any
conference venue, including talks, workshops, social media, or
parties. Remember that harassment and sexist, racist, or
exclusionary jokes are not appropriate for FOSS4G.
</p>
<p>
Be kind to others. Do not insult or put down other attendees.
Please behave professionally.
</p>
<p>
Attendees violating these rules may be asked to leave the
conference without a refund at the sole discretion of the
conference organizers. Thank you for helping make this a
welcoming, friendly event for all.
</p>
</div>
</div>
</div>
</div>
<div className="row my-3">
<h1 className="text-center text-uppercase bg-secondary text-white">
<h1 className="text-center text-uppercase text-secondary fw-bold my-4">
Accommodations
</h1>
<div className="row my2">
<div className="col-md-12 col-lg-4">
The host hotel for this year's FOSS4G NA is the &nbsp;
<a href="https://www.hyatt.com/hyatt-regency/en-US/stlrs-hyatt-regency-st-louis-at-the-arch">
<strong>Hyatt Regency St. Louis at the Arch</strong>
</a>
, located in downtown St. Louis and offering easy access to the
most desirable attractions.
</div>
<div className="col-md-12 col-lg-4">
Our conference group room rate is $189. It is available until
August 19th.
<div className="text-center my-2">
<a
href="https://www.hyatt.com/en-US/group-booking/STLRS/G-FOSS"
className="btn btn-primary my-2"
>
Reserve your room now
<p>
The FOSS4G NA 2023 is going to be held at{" "}
<a href="https://www.hyatt.com/hyatt-regency/en-US/stlrs-hyatt-regency-st-louis-at-the-arch">
<strong>Hyatt Regency St. Louis at the Arch</strong>
</a>
</div>
. The hotel is in downtown St. Louis and offers easy access to
the most desirable attractions.
</p>
<p>
Our conference group room rate is $189. It is available until
August 19th.
<div className="text-center my-2">
<a
href="https://www.hyatt.com/en-US/group-booking/STLRS/G-FOSS"
className="btn btn-primary my-2"
>
Reserve your room now
</a>
</div>
</p>
</div>
<div className="col-md-12 col-lg-4"></div>
<div className="col-md-12 col-lg-4"></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 03e271b

Please sign in to comment.