Skip to content

Commit 7e3a13e

Browse files
committed
1 parent a78b28b commit 7e3a13e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1530
-580
lines changed

meta.yml

Lines changed: 55 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,67 @@
1-
title: Open Fresno Storybook
2-
project_type: documentation
1+
title: Open Fresno
2+
project_type: website
33
project_status: active
4-
description: This repository hosts the Storybook + Next.js testing environment for Open Fresno. It provides a sandbox for building, documenting, and testing UI components in isolation before they are integrated into the main site.
4+
description: The Open Fresno website serves as a hub for technologists, developers, and civic-minded individuals to collaborate, access resources, and engage in projects aimed at enhancing civic innovation in the Fresno area and beyond through technology
5+
comments: This is a great project for new members to get used to working one issues and tasks. It is one of the more approachable projects.
56
communications: Slack
67
channels: "#proj-openfresnoorg"
8+
image_url: openfresno.png
9+
project_partner: Dan Fey
10+
project_lead: Brianda Hernandez
711
technical_lead: Nate Bass
8-
tags: react,github,figma,storybook,vitest,playwright
12+
lead_designer: Help Needed
13+
tags: html,css,javascript,react,github,figma
914
contributing:
1015
developer:
1116
title: Developer
1217
description: Developers can actively contribute to the project by submitting pull requests with code enhancements or bug fixes via the project's GitHub repository.
13-
difficulty: Medium
14-
frontend: HTML, CSS, JavaScript, React,
15-
testing: Playwright, Vitest, Storybook
18+
difficulty: Easy
19+
frontend: HTML, CSS, JavaScript, React
1620
backend: N/A
17-
version_control: Github
18-
repo: /openfresno
21+
technologies: To be announced
22+
version_control: &vc Github
23+
repo: &repo /openfresno
1924
ways_to_contribute: Bug fixing, testing, maintenance; see issues on github
25+
designer:
26+
title: Designer
27+
description: Designers can actively contribute to the project by creating content, updating Figma files, and more.
28+
difficulty: Easy
29+
technologies: Figma
30+
ways_to_contribute: Improve existing designs, design new pages
31+
project_manager:
32+
title: Project Manager
33+
description: Any volunteers can contribute by writing documentation, generating ideas, attending meetings, helping out the community, and more.
34+
difficulty: Easy
35+
documentation: Google Sheets
36+
technologies: Github, Slack
37+
version_control: *vc
38+
repo: *repo
39+
ways_to_contribute: Organize and create issues & milestones, work with team members to stay on track and remove roadblocks. Writing documentation, Generating new ideas.
40+
roadmap:
41+
research:
42+
time_range: July 1, 2023 - August 31, 2023
43+
design:
44+
time_range: September 1, 2023 - October 5, 2023
45+
development:
46+
time_range: October 6, 2023 - April 1, 2024
47+
deployment:
48+
time_range: April 2, 2024 - April 9, 2024
49+
launch:
50+
time_range: April 10, 2024 - June 26, 2024
51+
objective: This is the opportunity where you can put any valuable information about our project's current progress or goals.
52+
comments: This is the opportunity where you can put any valuable information about the project. This helps in keeping everyone well-informed about our project's status and future plans. Please take a moment to review where the project stands, including what has been accomplished and what's in progress. Our project goals and deadlines are clearly defined to ensure we stay on track.
53+
outcome: This is the opportunity where you can put the expected outcome of the project.
54+
resources:
55+
title: Resources
56+
description: Explore our resources section on the project page to discover a wealth of design assets, tutorials, and tools that will inspire and empower your creative journey.
57+
documentation: N/A
58+
tutorials: N/A
59+
meeting_times: Scheduled for Wednesdays at 6:30 PM and listed on Meetup.
60+
office_hours: Saturdays at 3:00 PM (Posted on Slack)
2061
screenshots:
62+
- home.png
63+
- about.png
64+
- contact.png
2165
- get-started.png
22-
- file-structure.png
23-
- button-documentation.png
24-
- button-storybook.png
25-
- generalsection-documentation.png
26-
- generalsection-storybook.png
66+
- projects.png
67+
- faq.png
4.32 KB
Loading

screenshots/about.png

1.09 MB
Loading

screenshots/contact.png

111 KB
Loading

screenshots/faq.png

131 KB
Loading
183 KB
Loading

screenshots/get-started.png

86.7 KB
Loading

screenshots/home.png

331 KB
Loading

screenshots/projects.png

141 KB
Loading

src/app/(home)/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Home page layout.
88
align-items: center;
99
gap: 6rem;
1010
margin: auto;
11-
padding: 6.25rem 1.5rem 4rem 1.5rem;
11+
padding: 5rem 1.5rem 4rem 1.5rem;
1212
max-width: calc(var(--screen-xxl) + 80px);
1313

1414
@media (min-width: 992px) {

0 commit comments

Comments
 (0)