Skip to content

Commit

Permalink
Merge pull request #106 from code4sac/design-review-tweaks
Browse files Browse the repository at this point in the history
Nicely Done!
  • Loading branch information
Alisa1989 authored Aug 22, 2024
2 parents 452e715 + d4b5ccb commit 3be9971
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 28 deletions.
Binary file added public/img/home/learningblocks.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 17 additions & 14 deletions src/app/faq/faqMDXTexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#### What is Open Sacramento?
</summary>

Open Sacramento (formerly Code for Sacramento) was a local chapter of the
nationwide Code for America Brigade. It is now an independent community
of technologists, developers, designers, and civic-minded individuals who
collaborate to use technology and open data to address civic challenges and
improve public services in the Sacramento area.
Open Sacramento is an independent community of technologists, developers, designers,
and civic-minded individuals who collaborate to use technology and open data to
address civic challenges and improve public services in the Sacramento area. Open
Sacramento was formerly known as Code for Sacramento and was a local chapter of the
nationwide Code for America Brigade.

</details>

Expand All @@ -22,7 +22,7 @@
events, meetups, and workshops. Whether you're an experienced coder or someone
eager to learn, there's a place for you to contribute your skills and passion to
create positive change in the community. For detailed directions on how to get
started, please refer to our 'Get Started' page.
started, please refer to our [Get Started](/get-started) page.

</details>

Expand All @@ -32,7 +32,7 @@
</summary>

Not at all! Open Sacramento welcomes individuals from diverse backgrounds and skill
levels. While programming skills are valuable, they also need designers, data analysts,
levels. While programming skills are valuable, we also need designers, data analysts,
project managers, and anyone enthusiastic about civic engagement and community
improvement.

Expand All @@ -45,7 +45,8 @@

Open Sacramento works on a variety of civic tech projects. These projects could
involve creating web applications, mobile apps, data visualizations, or other digital
tools that address local civic issues and improve government services.
tools that address local civic issues and improve government services. See our
[Projects](/projects) page for more information.

</details>

Expand All @@ -54,9 +55,9 @@
#### Is Open Sacramento affiliated with the government or any political organization?
</summary>

No, Open Sacramento is a non-partisan and independent organization. While they
may collaborate with government agencies and nonprofits, they operate separately
and do not endorse any political agenda.
Open Sacramento is a non-partisan and independent organization. We
collaborate with government agencies and nonprofits based on project
and community impact and not political affliation.

</details>

Expand All @@ -67,7 +68,9 @@

The time commitment is flexible, and you can contribute as much time as you can
spare. Whether it's attending occasional events or actively participating in ongoing
projects, your involvement can be tailored to your schedule and interests.
projects, your involvement can be tailored to your schedule and interests. However,
we find that our most successful and engaged volunteers commit to coming regularly
as it can take time get up to speed and contribute.

</details>

Expand All @@ -89,7 +92,7 @@

Absolutely! Open Sacramento encourages members to propose project ideas aligned
with the organization's mission. If you have a project idea that addresses a civic
challenge, they welcome your input and collaboration.
challenge, they welcome your input and collaboration. See the [Pitch](/pitch) page.

</details>

Expand Down Expand Up @@ -131,7 +134,7 @@
#### How can I become a new volunteer for Open Sacramento?
</summary>

To become a new volunteer for Open Sacramento, you can start by filling out the "New Member Form" on their website.
To become a new volunteer for Open Sacramento, you can start by filling out the "New Member Form" on our website.
Once you submit the form, someone from the team will send you a Slack invite to your email. Slack is where the Open
Sacramento community communicates and collaborates, and it's a great way to get involved in ongoing projects and stay
updated on events and opportunities. We look forward to welcoming you to our community of civic-minded technologists
Expand Down
4 changes: 2 additions & 2 deletions src/app/get-started/instructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{
"id": 1,
"title": "Review Our Code of Conduct",
"body": "Before diving into projects and collaborations, familiarize yourself with our Code of Conducta set of principles that guide our community's behavior. By adhering to it, we maintain a respectful and inclusive environment. Please read and understand our guidelines for a positive experience. "
"body": "Before diving into projects and collaborations, familiarize yourself with our <a href='code-of-conduct'>Code of Conduct</a> — a set of principles that guide our community's behavior. By adhering to it, we maintain a respectful and inclusive environment. Please read and understand our guidelines for a positive experience. "
},
{
"id": 2,
"title": "Fill Out a New Member Form",
"body": "To start your journey with Open Sacramento, fill out our New Member Form. It provides vital info about your skills and connects you with our community via a Slack invite for events and projects. "
"body": "To start your journey with Open Sacramento, fill out our <a href='https://docs.google.com/forms/d/e/1FAIpQLSfvzzvz8lCwUD8TEDiPt7ZmN34AB0dhG61590KM_scxYoZf5w/viewform'>New Member Form</a>. It provides vital info about your skills and connects you with our community via a Slack invite for events and projects. "
},
{
"id": 3,
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/homeSectionDefault.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function HomeSectionDefault({ sectionType }) {

<div className={`general-section-${sectionType}-container`}>
<p className={`home-section-paragraph`}>
<span className={`paragraph-bold`}>Ready to make a difference?</span>
<span className={`paragraph-bold`}>Ready to make a difference?{" "}</span>
Join us at Open Sacramento and use your skills to drive positive
change through technology and collaboration.
<span className={`paragraph-bold`}>
Expand Down
18 changes: 9 additions & 9 deletions src/app/home/homeSectionProjects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ export default function HomeSectionProjects({sectionType}) {
<Slider containerClass={"navigation-wrapper"}>
<div className="keen-slider__slide">
<div className="slide-content">
<h2 className="sub-heading">TrashAI</h2>
<h2 className="sub-heading">Learning Blocks</h2>
<p className="home-section-dark-paragraph">
Developing machine learning technology to identify trash in images.
Unlock grades, schedules, and progress in one thrilling platform!
</p>
</div>
<img
src="https://assets-global.website-files.com/64760069e93084646c9ee428/64776faa0c1419b8475edd51_www.awwwards.com_%20(1).jpg"
alt="Open Data Day"
src="/img/home/learningblocks.jpg"
alt="Learning Blocks"
className="home-section-project-image"
/>
</div>
Expand All @@ -50,20 +50,20 @@ export default function HomeSectionProjects({sectionType}) {
</div>
<img
src="/img/TrashAI2.png"
alt="Open Data Day"
alt="TrashAI"
className="home-section-project-image"
/>
</div>
<div className="keen-slider__slide">
<div className="slide-content">
<h2 className="sub-heading">TrashAI</h2>
<h2 className="sub-heading">Open Budget Sac</h2>
<p className="home-section-dark-paragraph">
Developing machine learning technology to identify trash in images.
Fiscal transparency and visualization web app for the City of Sacramento.
</p>
</div>
<img
src="https://assets.awwwards.com/awards/sites_of_the_day/2019/10/rogue-studio-website-design.jpg"
alt="Open Data Day"
src="https://raw.githubusercontent.com/code4sac/openbudgetsac.org/main/screenshot.jpg"
alt="Open Budget Sac"
className="home-section-project-image"
/>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/components/app/AppFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function AppFooter() {
<p className="footerMessageParagraph">
Open Sacramento is a tax-deductible civic-tech community dedicated
to using technology and open data for positive civic change in
Sacramento.
Sacramento. Open Sacramento is fiscally sponsored by{" "}
<Link href="https://www.dbaarts.org/">DBA Arts</Link>.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/components/app/AppNavbar/ExtendedNavbarMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const ExtendedNavbarMenu = (visible) => {
<div className="navbar-extended-desktop-section-item">
<div className="navbar-extended-text-wrapper-2">Pitch a Project</div>
<p className="navbar-extended-desktop-section-content">
Get the latest information and guidance for anyone who want to propose new projects or ideas to the Open
Get the latest information and guidance for anyone who wants to propose new projects or ideas to the Open
Sacramento community.
</p>
<Link href="/pitch" className="navbar-extended-button">Pitch a Project</Link>
Expand Down
1 change: 1 addition & 0 deletions styles/pages/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Home page layout.
.home-section-project-image {
width: 100%;
aspect-ratio: 2/1;
object-fit: cover;
}

.slide-content {
Expand Down

0 comments on commit 3be9971

Please sign in to comment.