Skip to content

Commit d01f9a9

Browse files
authored
Merge pull request #16 from SBAlexanderM/redesign
Finished adding content to website, fixed minor sidescrolling issue.
2 parents 1d24c4d + 0339257 commit d01f9a9

File tree

2 files changed

+41
-18
lines changed

2 files changed

+41
-18
lines changed

src/data/config.js

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,49 @@ export const steps = [
6464
`,
6565
},
6666
{
67-
navName: 'Requirements',
68-
headerText: 'What Will I Need?',
69-
bodyText: 'Personal information will go here.',
67+
navName: 'Information',
68+
headerText: 'What Information Will I Need?',
69+
bodyText:
70+
`<h3>To start the expungment petition you will need to gather some personal information.</h3>
71+
<h3>Personal Information:</h3>
72+
<p><ul><li>First and last name</li>
73+
<li>Sex</li>
74+
<li>Race</li>
75+
<li>Driver's license number (if applicable)</li>
76+
<li>Current address</li></ul></p>
77+
78+
<h3>Criminal Information:</h3>
79+
<p><ul><li>Name of each crime you want expunged</li>
80+
<li>Date each crime occurred</li>
81+
<li>Name of county and/or municipality crime occurred in</li>
82+
<li>Case number for each crime</li>
83+
<li>Name of court your crime was heard in</li></ul></p>
84+
85+
<h3>Court, Police, and Attorney Information (Where Applicable):</h3>
86+
<p><ul><li>The circuit court division for your case</li>
87+
<li>The associative court division for your case</li>
88+
<li>The municipal court division for your case</li>
89+
<li>The criminal records repository contact for your case</li>
90+
<li>The county sheriff's department for your case</li>
91+
<li>The municipal police department for your case</li>
92+
<li>The Missouri highway patrol troop for your case</li>
93+
<li>The country prosecutor's office for your case</li>
94+
<li>The municipal prosecutor's office for your case</li></ul></p>
95+
`,
7096
},
7197
{
98+
navName: 'Submit Paperwork',
99+
headerText: 'Create and Submit your Petition',
100+
bodyText:
101+
`<p>Once you have gathered enough information, you can create your petition. You can get a copy of the petition (add link here) to print and fill out, or you can fill it out online and print it. When your petition is complete take it to an expungement clinit or expungement center. You can find a list of these (another link to add here).</p>
102+
`,
103+
},
104+
/*{
72105
navName: 'People You Need',
73106
headerText: 'Who Can Help Me?',
74107
bodyText: 'Identify the defendents. Mention lawyers.',
75108
},
76-
{
77-
navName: 'Submit Paperwork',
78-
headerText: 'Send in the Paperwork.',
79-
bodyText: '',
80-
},
109+
81110
{
82111
navName: 'Notify Parties',
83112
headerText: 'Notifes Interested Parties.',
@@ -87,5 +116,5 @@ export const steps = [
87116
navName: 'Receive Results',
88117
headerText: 'Your Record Will Be Removed Soon.',
89118
bodyText: '',
90-
},
119+
},*/
91120
];

src/style.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body{
4747
}
4848

4949
.bottom-spacer {
50-
height: 70vh;
50+
height: 46vh;
5151
}
5252

5353
.footer {
@@ -177,11 +177,5 @@ body{
177177
margin: 0px;
178178
padding: 16px;
179179
font-family: Roboto;
180-
}
181-
182-
/*
183-
@media (max-width: 400px) {
184-
.navbar-sticky { display: none; }
185-
.navbar-sticky li {display: none;}
186-
.navbar {display: none;}
187-
}*/
180+
max-width: 70vw;
181+
}

0 commit comments

Comments
 (0)