11export default ( ) => {
2- return < div class = "article-page" >
3-
4- < div class = "banner" >
5- < div class = "container" >
6-
7- < h1 > How to build webapps that scale</ h1 >
8-
9- < div class = "article-meta" >
10- < a href = "" > < img src = "http://i.imgur.com/Qr71crq.jpg" /> </ a >
11- < div class = "info" >
12- < a href = "" class = "author" > Eric Simons</ a >
13- < span class = "date" > January 20th</ span >
2+ return (
3+ < div class = "article-page" >
4+ < div class = "banner" >
5+ < div class = "container" >
6+ < h1 > How to build webapps that scale</ h1 >
7+
8+ < div class = "article-meta" >
9+ < a href = "" >
10+ < img src = "http://i.imgur.com/Qr71crq.jpg" />
11+ </ a >
12+ < div class = "info" >
13+ < a href = "" class = "author" >
14+ Eric Simons
15+ </ a >
16+ < span class = "date" > January 20th</ span >
17+ </ div >
18+ < button class = "btn btn-sm btn-outline-secondary" >
19+ < i class = "ion-plus-round" > </ i >
20+ Follow Eric Simons < span class = "counter" > (10)</ span >
21+ </ button >
22+
23+ < button class = "btn btn-sm btn-outline-primary" >
24+ < i class = "ion-heart" > </ i >
25+ Favorite Post < span class = "counter" > (29)</ span >
26+ </ button >
1427 </ div >
15- < button class = "btn btn-sm btn-outline-secondary" >
16- < i class = "ion-plus-round" > </ i >
17-
18- Follow Eric Simons < span class = "counter" > (10)</ span >
19- </ button >
20-
21- < button class = "btn btn-sm btn-outline-primary" >
22- < i class = "ion-heart" > </ i >
23-
24- Favorite Post < span class = "counter" > (29)</ span >
25- </ button >
2628 </ div >
27-
2829 </ div >
29- </ div >
30-
31- < div class = "container page" >
3230
33- < div class = "row article-content" >
34- < div class = "col-md-12" >
35- < p >
36- Web development technologies have evolved at an incredible clip over the past few years.
37- </ p >
38- < h2 id = "introducing-ionic" > Introducing RealWorld.</ h2 >
39- < p > It's a great solution for learning how other frameworks work.</ p >
40- </ div >
41- </ div >
42-
43- < hr />
44-
45- < div class = "article-actions" >
46- < div class = "article-meta" >
47- < a href = "profile.html" > < img src = "http://i.imgur.com/Qr71crq.jpg" /> </ a >
48- < div class = "info" >
49- < a href = "" class = "author" > Eric Simons</ a >
50- < span class = "date" > January 20th</ span >
31+ < div class = "container page" >
32+ < div class = "row article-content" >
33+ < div class = "col-md-12" >
34+ < p >
35+ Web development technologies have evolved at an incredible clip
36+ over the past few years.
37+ </ p >
38+ < h2 id = "introducing-ionic" > Introducing RealWorld.</ h2 >
39+ < p > It's a great solution for learning how other frameworks work.</ p >
5140 </ div >
52-
53- < button class = "btn btn-sm btn-outline-secondary" >
54- < i class = "ion-plus-round" > </ i >
55-
56- Follow Eric Simons < span class = "counter" > (10)</ span >
57- </ button >
58-
59- < button class = "btn btn-sm btn-outline-primary" >
60- < i class = "ion-heart" > </ i >
61-
62- Favorite Post < span class = "counter" > (29)</ span >
63- </ button >
6441 </ div >
65- </ div >
66-
67- < div class = "row" >
6842
69- < div class = "col-xs-12 col-md-8 offset-md-2" >
43+ < hr / >
7044
71- < form class = "card comment-form" >
72- < div class = "card-block" >
73- < textarea class = "form-control" placeholder = "Write a comment..." rows = "3" > </ textarea >
74- </ div >
75- < div class = "card-footer" >
76- < img src = "http://i.imgur.com/Qr71crq.jpg" class = "comment-author-img" />
77- < button class = "btn btn-sm btn-primary" >
78- Post Comment
79- </ button >
80- </ div >
81- </ form >
82-
83- < div class = "card" >
84- < div class = "card-block" >
85- < p class = "card-text" > With supporting text below as a natural lead-in to additional content.</ p >
86- </ div >
87- < div class = "card-footer" >
88- < a href = "" class = "comment-author" >
89- < img src = "http://i.imgur.com/Qr71crq.jpg" class = "comment-author-img" />
45+ < div class = "article-actions" >
46+ < div class = "article-meta" >
47+ < a href = "profile.html" >
48+ < img src = "http://i.imgur.com/Qr71crq.jpg" />
49+ </ a >
50+ < div class = "info" >
51+ < a href = "" class = "author" >
52+ Eric Simons
9053 </ a >
91-
92- < a href = "" class = "comment-author" > Jacob Schmidt</ a >
93- < span class = "date-posted" > Dec 29th</ span >
54+ < span class = "date" > January 20th</ span >
9455 </ div >
56+ < button class = "btn btn-sm btn-outline-secondary" >
57+ < i class = "ion-plus-round" > </ i >
58+ Follow Eric Simons < span class = "counter" > (10)</ span >
59+ </ button >
60+
61+ < button class = "btn btn-sm btn-outline-primary" >
62+ < i class = "ion-heart" > </ i >
63+ Favorite Post < span class = "counter" > (29)</ span >
64+ </ button >
9565 </ div >
66+ </ div >
9667
97- < div class = "card" >
98- < div class = "card-block" >
99- < p class = "card-text" > With supporting text below as a natural lead-in to additional content.</ p >
68+ < div class = "row" >
69+ < div class = "col-xs-12 col-md-8 offset-md-2" >
70+ < form class = "card comment-form" >
71+ < div class = "card-block" >
72+ < textarea
73+ class = "form-control"
74+ placeholder = "Write a comment..."
75+ rows = "3"
76+ > </ textarea >
77+ </ div >
78+ < div class = "card-footer" >
79+ < img
80+ src = "http://i.imgur.com/Qr71crq.jpg"
81+ class = "comment-author-img"
82+ />
83+ < button class = "btn btn-sm btn-primary" > Post Comment</ button >
84+ </ div >
85+ </ form >
86+
87+ < div class = "card" >
88+ < div class = "card-block" >
89+ < p class = "card-text" >
90+ With supporting text below as a natural lead-in to additional
91+ content.
92+ </ p >
93+ </ div >
94+ < div class = "card-footer" >
95+ < a href = "" class = "comment-author" >
96+ < img
97+ src = "http://i.imgur.com/Qr71crq.jpg"
98+ class = "comment-author-img"
99+ />
100+ </ a >
101+
102+ < a href = "" class = "comment-author" >
103+ Jacob Schmidt
104+ </ a >
105+ < span class = "date-posted" > Dec 29th</ span >
106+ </ div >
100107 </ div >
101- < div class = "card-footer" >
102- < a href = "" class = "comment-author" >
103- < img src = "http://i.imgur.com/Qr71crq.jpg" class = "comment-author-img" />
104- </ a >
105-
106- < a href = "" class = "comment-author" > Jacob Schmidt</ a >
107- < span class = "date-posted" > Dec 29th</ span >
108- < span class = "mod-options" >
109- < i class = "ion-edit" > </ i >
110- < i class = "ion-trash-a" > </ i >
111- </ span >
108+
109+ < div class = "card" >
110+ < div class = "card-block" >
111+ < p class = "card-text" >
112+ With supporting text below as a natural lead-in to additional
113+ content.
114+ </ p >
115+ </ div >
116+ < div class = "card-footer" >
117+ < a href = "" class = "comment-author" >
118+ < img
119+ src = "http://i.imgur.com/Qr71crq.jpg"
120+ class = "comment-author-img"
121+ />
122+ </ a >
123+
124+ < a href = "" class = "comment-author" >
125+ Jacob Schmidt
126+ </ a >
127+ < span class = "date-posted" > Dec 29th</ span >
128+ < span class = "mod-options" >
129+ < i class = "ion-edit" > </ i >
130+ < i class = "ion-trash-a" > </ i >
131+ </ span >
132+ </ div >
112133 </ div >
113134 </ div >
114135 </ div >
115-
116136 </ div >
117-
118137 </ div >
119-
120- </ div >
121- }
138+ ) ;
139+ } ;
0 commit comments