-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also fixes the structure of cards throughout the website so that they style correctly with only one card. It seems the grid-container and grid-row divs aren't necessary.
- Loading branch information
Showing
12 changed files
with
112 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
<div class="grid-container"> | ||
<div class="grid-row grid-gap-lg"> | ||
<ul class="usa-card-group usa-list"> | ||
{% for project in site.projects %} {% if project.is_active == | ||
include.is_active %} {% include components/project-card.html %} {% endif | ||
%} {% endfor %} | ||
</ul> | ||
</div> | ||
</div> | ||
<ul class="usa-card-group"> | ||
{% for project in site.projects %} {% if project.is_active == | ||
include.is_active %} {% include components/project-card.html %} {% endif %} {% | ||
endfor %} | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: project | ||
is_active: false | ||
title: Clean Slate | ||
image: clean-slate.jpg | ||
image_alt_text: Clean Slate DC logo | ||
github_link: https://github.com/civictechdc/clean-slate | ||
slack_channel: clean_slate | ||
description: The Clean Slate Expungement Project was a digital tool that helped individuals determine their eligibility for expunging or sealing past marijuana-related criminal records following legalization in DC. | ||
--- | ||
|
||
# Clean Slate Expungement Project (2015-2017) | ||
|
||
The Clean Slate Expungement Project was an early Civic Tech DC initiative designed to help individuals navigate the complex legal landscape of record expungement following marijuana decriminalization and legalization in the District. This tool provided users with a preliminary evaluation of their eligibility to have past records sealed or expunged, offering a first step toward a clean slate. | ||
|
||
## Project Background | ||
|
||
As part of the effort to address the lingering effects of criminal records from past marijuana-related offenses, Clean Slate was built to help individuals understand whether they qualified for expungement under evolving laws. Initiated at a local hackathon and later brought to Code for DC, the project emerged from a collaboration with Students In Court DC (now [Rising for Justice](https://www.risingforjustice.org/)), which had expertise in expungement requirements. This partnership helped transform the paper-based process into an accessible digital tool. | ||
|
||
## How It Worked | ||
|
||
The Clean Slate app functioned as a triage tool, developed using JavaScript and React, that guided users through a series of questions to determine their eligibility. Based on users’ responses, the app would provide an initial determination—whether they were currently eligible, might be eligible after a certain period, or did not meet eligibility criteria. However, the app was not a replacement for legal counsel; it was a starting point. Lawyers would manually review each case to ensure accuracy and compliance. | ||
|
||
## Impact and Transition | ||
|
||
The project operated as a stopgap solution, adapting to changes in expungement law from 2014 to 2017. While it offered valuable support during its active years, changes in legislation and the need for more comprehensive tools led to its transition to another nonprofit organization, Mission Launch, for further development. The project's success was due to consistent stakeholder involvement, local support, and its ability to address a timely legal challenge in a straightforward, tech-enabled way. | ||
|
||
Today, while the Clean Slate Expungement Project is no longer active at Civic Tech DC, it remains an example of how civic technology can respond quickly to policy changes, offering critical resources to the community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters