-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathall.html
29 lines (24 loc) · 860 Bytes
/
all.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: page
last_modified_at: "2019-05-12"
---
<div class="container">
<div class="row page-header">
<h1>Developer Roadmaps</h1>
<p>Here is the list of roadmaps currently available. More in the making.</p>
</div>
</div>
<div class="raw-body">
<div class="container">
<div class="row roadmaps-list">
{% for post in site.posts %}
{% if post.categories contains "roadmaps" %}
{% include roadmap.html roadmap=post %}
{% endif %}
{% endfor %}
</div>
<p class="page-footer-meta roadmaps-list-meta">We are actively working on improving these roadmaps, adding more
roadmaps, resources and enhancing the product. Subscribe below to get notified about the updates.</p>
</div>
{% include subscribe.html %}
</div>