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: _layouts/home.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ <h1>hyper</h1>
14
14
</section>
15
15
<sectionclass="container">
16
16
<divclass="row">
17
-
<divclass="col-md-6">
17
+
<divclass="col-md-6 mb-md-5">
18
18
<h3>The HTTP implementation for Rust</h3>
19
19
<ul>
20
20
<li>A <strong>Client</strong> for talking to web services.</li>
@@ -24,33 +24,33 @@ <h3>The HTTP implementation for Rust</h3>
24
24
<li>HTTP/1 and <strong>HTTP/2</strong> support.</li>
25
25
</ul>
26
26
</div>
27
-
<divclass="col-md-6">
27
+
<divclass="col-md-6 mb-md-5">
28
28
<h3>Latest: 1.0 is out!</h3>
29
29
<p><ahref="https://seanmonstar.com/blog/hyper-v1">hyper v1.0 is here!</a></p>
30
30
</div>
31
31
</div>
32
32
<divclass="row">
33
-
<divclass="col-md-6 col-lg-4">
33
+
<divclass="col-md-6 col-lg-4 mb-md-5">
34
34
<h3>Open</h3>
35
35
<p>hyper is open source, always. The success of hyper depends on the health of the community building and using it. All contributions are in the open.</p>
36
36
</div>
37
-
<divclass="col-md-6 col-lg-4">
37
+
<divclass="col-md-6 col-lg-4 mb-md-5">
38
38
<h3>Correct</h3>
39
39
<p>hyper is a memory safe and robust implementation of the HTTP specification. It is durable to the “real world”. Where feasible, hyper enforces correct usage.</p>
40
40
</div>
41
-
<divclass="col-md-6 col-lg-4">
41
+
<divclass="col-md-6 col-lg-4 mb-md-5">
42
42
<h3>Fast</h3>
43
43
<p>A fast experience delights users. A faster network library means a faster application, resulting in delighting our users’ users. Whether with one request, or millions.</p>
44
44
</div>
45
-
<divclass="col-md-6 col-lg-4">
45
+
<divclass="col-md-6 col-lg-4 mb-md-5">
46
46
<h3>HTTP/*</h3>
47
47
<p>hyper is specifically focused on HTTP. Support for HTTP/1 and HTTP/2, with HTTP/3 in the works.</p>
48
48
</div>
49
-
<divclass="col-md-6 col-lg-4">
49
+
<divclass="col-md-6 col-lg-4 mb-md-5">
50
50
<h3>Flexible</h3>
51
-
<p>hyper enables as many usecases as possible. It has no opinion on application structure, and makes few assumptions about its environment. This includes being portable to different operating systems.</p>
51
+
<p>hyper enables as many usecases as possible. It has no opinion on application structure, and makes few assumptions about its environment.</p>
52
52
</div>
53
-
<divclass="col-md-6 col-lg-4">
53
+
<divclass="col-md-6 col-lg-4 mb-md-5">
54
54
<h3>Understandable</h3>
55
55
<p>hyper is no more complicated than it has to be. HTTP is not simple. It may not be as “easy” as 1-line to do everything, but it shouldn’t be “hard” to find the answers.</p>
0 commit comments