Skip to content

Commit 86f7c9c

Browse files
authored
Move award banner to top. (#1426)
1 parent 9c72240 commit 86f7c9c

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

src/frontend/src/components/Landing/index.tsx

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,27 @@ class Landing extends React.Component {
1919
</div>
2020
<div className="f5 f4-ns navy bg-white">
2121
<div className="overflow-x-hidden relative">
22-
<div className="mw8 center flex-l ph4 pb5 mt5">
23-
<h1 className="f3 f2-ns fw9 w-60-l mr2-l mt0 mb3">
24-
Making Record <br />
25-
Expungement Affordable
26-
</h1>
27-
<p className="f5 w-40-l lh-title mw6">
28-
<span className="db w4 bb bw2 b--blue pt3 mt2 mb2"></span>
29-
RecordSponge is software that helps community organizations
30-
quickly analyze an individual’s criminal history to determine if
31-
they qualify to have their records expunged.
32-
</p>
22+
23+
<div className="flex justify-center mb5">
24+
<div className="flex justify-center items-center w-100 shadow bg-blue white pv3 ph4">
25+
<i className="fas fa-award f2 light-blue" aria-hidden="true"></i>
26+
<p className="fw6 ml3">Winner of the 2020 Oregon State Bar Technology & Innovation Award</p>
27+
</div>
28+
</div>
29+
30+
<div className="mw8 center ph4 pb5 ">
31+
<div className="flex-l mt5">
32+
<h1 className="f3 f2-ns fw9 w-60-l mr2-l mt0 mb3">
33+
Making Record <br />
34+
Expungement Affordable
35+
</h1>
36+
<p className="f5 w-40-l lh-title mw6">
37+
<span className="db w4 bb bw2 b--blue pt3 mt2 mb2"></span>
38+
RecordSponge is software that helps community organizations
39+
quickly analyze an individual’s criminal history to determine if
40+
they qualify to have their records expunged.
41+
</p>
42+
</div>
3343
</div>
3444

3545
<div className="bg-navy pv6">
@@ -124,17 +134,6 @@ class Landing extends React.Component {
124134
></span>
125135
</Link>
126136
</div>
127-
</div>
128-
</div>
129-
<div className="mw8 center">
130-
<div className="mh4">
131-
132-
<div className="flex justify-center mb5">
133-
<div className="flex items-center br3 shadow bg-blue white pv3 ph4">
134-
<i className="fas fa-award f1 light-blue" aria-hidden="true"></i>
135-
<p className="f3-l fw6 ml3">Winner of the 2020 Oregon State Bar Technology & Innovation Award!</p>
136-
</div>
137-
</div>
138137

139138
<blockquote>
140139
<div className="center tc f3 mb1">
@@ -160,7 +159,6 @@ class Landing extends React.Component {
160159
</footer>
161160
</blockquote>
162161

163-
164162
<blockquote>
165163
<div className="center tc f3 mb1">
166164
<span className="fas fa-quote-left blue" aria-hidden="true"></span>

0 commit comments

Comments
 (0)