Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request #61 from remrobem/dev
Browse files Browse the repository at this point in the history
MVP One #56
  • Loading branch information
remrobem authored Oct 31, 2019
2 parents c9762fc + aa10412 commit ddd057a
Show file tree
Hide file tree
Showing 7 changed files with 289 additions and 109 deletions.
6 changes: 6 additions & 0 deletions \
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Merge branch 'dev' of github.com:codeforgso/codeforgso.github.io into dev
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Page from '../components/page'
import HeroImage from '../components/hero-image'

const Home = () => (
<Page tile="">
<Page title="">
<h1 className="title is-1">Home</h1>
<div className="home container content">
<p className="subtitle">
Expand Down
223 changes: 187 additions & 36 deletions pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,193 @@ import Page from '../components/page'

const Projects = () => (
<Page title="">
<h1 className="title is-1">Our Projects</h1>
<div>
<h2>Re-entry Resources</h2>
<div className="projects">
<p>
{' '}
A website providing information relevant and valuable to
residents reentering communities after a period of
incarceration. Project initiated by Code for Asheville and
scaled by Open NC.
</p>{' '}
<p>
<a href="https://github.com/Open-NC/reentry-resources-hub">
{' '}
Re-entry Resources Repository (Open NC){' '}
</a>
</p>
</div>
<br />
<h2>GoVoteGSO</h2>
<div className="projects">
A web app providing local residents the ability to look up voter
registration status and polling place information by address.
Project initiated in partnership with the League of Women{"'"}s
Voters Triad. <br />
<a href="https://github.com/codeforgso/GoVote">
GoVoteGSO Repository
</a>
</div>
<div>
{' '}
<a href="https://govotegso.org/"> Open NC Repository </a>
</div>
<div>
{' '}
<a href="https://govotegso.org/"> Open NC Repository </a>
<div className="projects">
<h1 className="title is-1">Our Projects</h1>
<div className="columns is-centered">
{/* Card 1 */}
<div className="column is-one-third">
<div className="card card-equal-height">
<div className="card-image">
<figure className="image is-4by3">
<img
src="../static/web-design.jpg"
alt="Web Design"
/>
</figure>
</div>
<div className="card-content">
<div className="content title is-3 has-text-centered">
Code for GSO Website
</div>
<div className="content">
A redesign of this website.
</div>
</div>
<div className="card-footer">
<div className="card-footer-item">
<div className="level">
<div className="level-item has-text-centered">
<div>
<p className="heading">Status</p>
<p className="subtitle">
In Design
</p>
</div>
</div>
</div>
</div>
<div className="card-footer-item">
<div className="level-item has-text-centered">
<div>
<p className="heading">Source</p>
<p className="subtitle">N/A</p>
{/* <a
href="https://github.com/codeforgso/GoVote"
className="subtitle"
>
GitHub
</a> */}
</div>
</div>
</div>
<div className="card-footer-item">
<div className="level-item has-text-centered">
<div>
<p className="heading">Help Needed</p>
<p className="subtitle">Yes</p>
{/* <a
href="https://github.com/codeforgso/GoVote/issues"
className="subtitle"
>
Yes
</a> */}
</div>
</div>
</div>
</div>
</div>
</div>
{/* Card 2 */}
<div className="column is-one-third">
<div className="card card-equal-height">
<div className="card-image">
<figure className="image is-4by3">
<img src="../static/vote.jpg" alt="Vote" />
</figure>
</div>
<div className="card-content">
<div className="content title is-3 has-text-centered">
Go Vote
</div>
<div className="content">
A web app providing local residents the ability
to to look up voter registration status and
information by address.
</div>
</div>
<div className="card-footer">
<div className="card-footer-item">
<div className="level">
<div className="level-item has-text-centered">
<div>
<p className="heading">Status</p>
<p className="subtitle">On Hold</p>
</div>
</div>
</div>
</div>
<div className="card-footer-item">
<div className="level-item has-text-centered">
<div>
<p className="heading">Source</p>
<a
href="https://github.com/codeforgso/GoVote"
className="subtitle"
>
GitHub
</a>
</div>
</div>
</div>
<div className="card-footer-item">
<div className="level-item has-text-centered">
<div>
<p className="heading">Help Needed</p>
<a
href="https://github.com/codeforgso/GoVote/issues"
className="subtitle"
>
Yes
</a>
</div>
</div>
</div>
</div>
</div>
</div>
{/* Card 3 */}
<div className="column is-one-third">
<div className="card">
<div className="card-image">
<figure className="image is-4by3">
<img
src="../static/Prison_cell_block.jpg"
alt="Opened Prison Door"
/>
</figure>
</div>
<div className="card-content">
<div className="content title is-3 has-text-centered">
Re-Entry Resources
</div>
<div className="content">
A website providing information relevant and
valuable to residents reentering communities
after a period of incarceration. Project
initiated by Code for Asheville and scaled by
Open NC.
</div>
</div>
<div className="card-footer">
<div className="card-footer-item">
<div className="level">
<div className="level-item has-text-centered">
<div>
<p className="heading">Status</p>
<p className="subtitle">On Hold</p>
</div>
</div>
</div>
</div>
<div className="card-footer-item">
<div className="level-item has-text-centered">
<div>
<p className="heading">Source</p>
<a
href="../static/Prison_cell_block.jpg"
className="subtitle"
>
GitHub
</a>
</div>
</div>
</div>
<div className="card-footer-item">
<div className="level-item has-text-centered">
<div>
<p className="heading">Help Needed</p>
<a
href="https://github.com/codeforgso/GoVote/issues"
className="subtitle"
>
Yes
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</Page>
Expand Down
Binary file added static/Prison_cell_block.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/vote.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/web-design.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit ddd057a

@vercel
Copy link

@vercel vercel bot commented on ddd057a Oct 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.