forked from project-sunbird/project-sunbird.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.html
96 lines (91 loc) · 3.1 KB
/
docs.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta name="robots" content="index, follow">
</head>
<body>
{% include header.html %}
<div class="docspage fill-height inner__content fixed-content">
<div class="container main">
<div class="row row-eq-height">
<div class="col-sm-6 col-md-4">
<div class="img-thumbnail">
<a href="architecture/" class="homepage-section">
<img src="img/docs_images/architecture.png">
</a>
<div class="caption">
<a href="architecture/" class="homepage-section">
<h5 class="homepage-section__title">Architecture <i class="fa fa-long-arrow-right pull-right" aria-hidden="true"></i></h5>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="img-thumbnail">
<a href="developer-docs/" class="homepage-section">
<img src="img/docs_images/developer-docs.png">
</a>
<div class="caption">
<a href="developer-docs/" class="homepage-section">
<h5 class="homepage-section__title">Developer Docs <i class="fa fa-long-arrow-right pull-right" aria-hidden="true"></i></h5>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="img-thumbnail">
<a href="features-documentation/" class="homepage-section">
<img src="img/docs_images/product-features.png">
</a>
<div class="caption">
<a href="features-documentation/" class="homepage-section">
<h5 class="homepage-section__title">Product Features <i class="fa fa-long-arrow-right pull-right" aria-hidden="true"></i></h5>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="img-thumbnail">
<a href="apis/" class="homepage-section">
<img src="img/docs_images/rest-apis.png">
</a>
<div class="caption">
<a href="apis/" class="homepage-section">
<h5 class="homepage-section__title">Sunbird REST APIs <i class="fa fa-long-arrow-right pull-right" aria-hidden="true"></i></h5>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="img-thumbnail">
<a href="faqs/" class="homepage-section">
<img src="img/docs_images/faqs.png">
</a>
<div class="caption">
<a href="faqs/" class="homepage-section">
<h5 class="homepage-section__title">Frequently asked questions <i class="fa fa-long-arrow-right pull-right" aria-hidden="true"></i></h5>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="img-thumbnail">
<a href="usertaskflow/" class="homepage-section">
<img src="img/docs_images/user-task-flow.png">
</a>
<div class="caption">
<a href="usertaskflow/" class="homepage-section">
<h5 class="homepage-section__title">User Task Flow <i class="fa fa-long-arrow-right pull-right" aria-hidden="true"></i></h5>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>