You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Components/Main.js
+57-88Lines changed: 57 additions & 88 deletions
Original file line number
Diff line number
Diff line change
@@ -4,100 +4,69 @@ import React from 'react';
4
4
classMainextendsReact.Component{
5
5
render(){
6
6
return(
7
-
8
-
9
-
<divclassName="row">
10
-
<divclassName="col-md-4">
11
-
<divclassName="card mb-4 box-shadow">
12
-
<divclassName="card-body">
13
-
<pclassName="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<pclassName="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<h2className="text-xxl">Powerful HTTP and GraphQL tool belt</h2>
26
+
<pclassName="text-lg"><strong>Free</strong> and <strong>open source</strong> on Mac, Windows, and Linux</p>
27
+
</div>
28
+
</div>
29
+
<divclassName="row">
30
+
<divclassName="col-4 padding-top">
31
+
<divclassName="img--promo">
32
+
<divclassName="gatsby-image-outer-wrapper">
33
+
<divclassName="gatsby-image-wrapper">
34
+
<div></div>
35
+
</div>
36
+
</div>
37
+
</div>
38
+
<h3>Create HTTP requests</h3>
39
+
<p>Specify URL, payload, headers, and authorization all in one place. Then just hit send.</p>
40
+
</div>
39
41
40
-
<divclassName="col-md-4">
41
-
<divclassName="card mb-4 box-shadow">
42
-
<divclassName="card-body">
43
-
<pclassName="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p>Get all the details on every response. View status code, body, headers, cookies, and more!</p>
52
+
</div>
53
+
54
+
<divclassName="col-4 padding-top">
55
+
<divclassName="img--promo">
56
+
<divclassName="gatsby-image-outer-wrapper">
57
+
<divclassName="gatsby-image-wrapper">
58
+
<div></div>
59
+
</div>
60
+
</div>
61
+
</div>
62
+
<h3>Organize everything</h3>
63
+
<p>Create workspaces or folders, drag-and-drop requests, and easily import and export your data.</p>
64
+
</div>
65
+
</div>
48
66
</div>
49
-
<smallclassName="text-muted">9 mins</small>
50
-
</div>
51
-
</div>
52
-
</div>
53
-
</div>
54
-
55
-
<divclassName="col-md-4">
56
-
<divclassName="card mb-4 box-shadow">
57
-
<divclassName="card-body">
58
-
<pclassName="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<pclassName="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<pclassName="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
0 commit comments