Skip to content

Commit 9bf563b

Browse files
authored
Merge pull request #398 from ipfs/chore/site/biglep-rearrange-sections-architecture-first
2 parents 6ca307c + 50d1164 commit 9bf563b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,6 @@ <h2>Specifications</h2>
6262
The specifications are broken up into multiple areas that cover the stack.
6363
</p>
6464
<div class="basic-grid">
65-
<section>
66-
<h3><a href="/http-gateways/">HTTP Gateways</a></h3>
67-
<p>
68-
IPFS Gateway acts as a bridge between traditional HTTP clients and IPFS. Through the gateway, users can download files,
69-
directories and other IPLD data stored in IPFS as if they were stored in a traditional web server.
70-
</p>
71-
{% include 'specs/http-gateways/http.html' %}
72-
{% include 'specs/http-gateways/web.html' %}
73-
</section>
74-
<section>
75-
<h3><a href="/ipns/">InterPlanetary Naming System</a></h3>
76-
<p>
77-
The InterPlanetary Naming System (IPNS) is a naming system responsible for creating, reading and updating mutable pointers to data.
78-
</p>
79-
{% include 'specs/ipns.html' %}
80-
</section>
8165
<section>
8266
<h3><a href="/architecture/">Architecture</a></h3>
8367
<p>
@@ -95,6 +79,22 @@ <h3><a href="/meta/">Meta</a></h3>
9579
</p>
9680
{% include 'specs/meta.html' %}
9781
</section>
82+
<section>
83+
<h3><a href="/http-gateways/">HTTP Gateways</a></h3>
84+
<p>
85+
IPFS Gateway acts as a bridge between traditional HTTP clients and IPFS. Through the gateway, users can download files,
86+
directories and other IPLD data stored in IPFS as if they were stored in a traditional web server.
87+
</p>
88+
{% include 'specs/http-gateways/http.html' %}
89+
{% include 'specs/http-gateways/web.html' %}
90+
</section>
91+
<section>
92+
<h3><a href="/ipns/">InterPlanetary Naming System</a></h3>
93+
<p>
94+
The InterPlanetary Naming System (IPNS) is a naming system responsible for creating, reading and updating mutable pointers to data.
95+
</p>
96+
{% include 'specs/ipns.html' %}
97+
</section>
9898
</div>
9999
</section>
100100
</main>

0 commit comments

Comments
 (0)