Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit c0bd214

Browse files
committed
Update text
1 parent 56d834a commit c0bd214

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

Diff for: src/views/About.jsx

+19-13
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,36 @@ class About extends React.Component {
1919
<div>
2020
<div className="jumbotron">
2121
<h1 className="display-3">{'About'}</h1>
22-
<p className="lead">{'Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus.'}</p>
22+
<p className="lead">{'This is a React Universal application that uses the libraries below.'}</p>
2323
</div>
2424

2525
<div className="row marketing">
2626
<div className="col-lg-6">
27-
<h4>{'Subheading'}</h4>
28-
<p>{'Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.'}</p>
27+
<h4>{'Webpack 2'}</h4>
28+
<p>{'Facilitates creating builds for production, staging, and development.'}</p>
2929

30-
<h4>{'Subheading'}</h4>
31-
<p>{'Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.'}</p>
30+
<h4>{'React'}</h4>
31+
<p>{'Library to build user interfaces.'}</p>
3232

33-
<h4>{'Subheading'}</h4>
34-
<p>{'Maecenas sed diam eget risus varius blandit sit amet non magna.'}</p>
33+
<h4>{'React Router 4'}</h4>
34+
<p>{'Adds routing to React'}</p>
35+
36+
<h4>{'React Saga'}</h4>
37+
<p>{'Facilitates server side rendering and data fetching.'}</p>
3538
</div>
3639

3740
<div className="col-lg-6">
38-
<h4>{'Subheading'}</h4>
39-
<p>{'Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.'}</p>
41+
<h4>{'Redux'}</h4>
42+
<p>{'Manages data state in your application.'}</p>
43+
44+
<h4>{'Redux Form'}</h4>
45+
<p>{'Manages form data in Redux and does validation.'}</p>
4046

41-
<h4>{'Subheading'}</h4>
42-
<p>{'Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.'}</p>
47+
<h4>{'React Hot Loader 3'}</h4>
48+
<p>{'Updates the browser with JavaScript and CSS changes without having to refresh the page.'}</p>
4349

44-
<h4>{'Subheading'}</h4>
45-
<p>{'Maecenas sed diam eget risus varius blandit sit amet non magna.'}</p>
50+
<h4>{'Hapi'}</h4>
51+
<p>{'A node server framework.'}</p>
4652
</div>
4753
</div>
4854
</div>

0 commit comments

Comments
 (0)