-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
126 lines (120 loc) · 5.71 KB
/
resources.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
layout: default
title: Resources
description: Find the resources to learn, ask questions in community and dedicated support for your projects.
---
<section>
<div class="container ">
<div class="row">
<div class="col-md-12">
<h1 class="mt-4">Resources</h1>
<p>Find resources to learn and mediums to ask questions.</p>
<hr>
</div>
</div>
</div>
</section>
<div class="container mt-3">
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-6">
<div class="card mb-3">
<div class="card-body p-0">
<a href="/get-started"
class="p-3 text-reset btn btn-outline-secondary text-start" >
<h3 class="h5 fw-bold">Installation </h4>
<p>Download and install Invana on your machine or cloud in a few easy steps.
</p>
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body p-0">
<a href="/get-started"
class="p-3 text-reset btn btn-outline-secondary text-start">
<h3 class="h5 fw-bold">Build your first knowledge graph </h4>
<p>Install, model, build, query and visualise your first knowledge graph.</p>
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-3">
<div class="card-body p-0">
<a href="{{site.guides_url}}" class="p-3 text-reset btn btn-outline-secondary text-start"
target="_blank">
<h3 class="h5 fw-bold">Guides <i class="bi bi-box-arrow-up-right small"></i></h4>
<p>Learn how to setup Invana and start building knowledge graphs for your apps.
</p>
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-3">
<div class="card-body p-0">
<a href="{{site.product_manual_url}}"
class="p-3 text-reset btn btn-outline-secondary text-start" target="_blank">
<h3 class="h5 fw-bold">Product Manuals <i class="bi bi-box-arrow-up-right small"></i>
</h4>
<p>Browse through the manuals and learn how to Invana Products.</p>
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body p-0">
<a href="https://blog.invana.io" class="p-3 text-reset btn btn-outline-secondary text-start"
target="_blank">
<h3 class="h5 fw-bold"><i class="fab fa-github"></i> Blogs <i
class="bi bi-box-arrow-up-right small"></i></h4>
<p>Product updates, stories of people and our learnings.</p>
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body p-0">
<a href="https://docs.invana.io" class="p-3 text-reset btn btn-outline-secondary text-start"
target="_blank">
<h3 class="h5 fw-bold"><i class="fab fa-github"></i> Documentation <i
class="bi bi-box-arrow-up-right small"></i></h4>
<p>Product manuals, usage documentation, tips and training videos.</p>
</a>
</div>
</div>
</div>
<!-- <div class="col-md-6">
<div class="card">
<div class="card-body p-3 pt-3">
<h3 class="h5 fw-bold"><i class="fab fa-github"></i> Github</h4>
<p class="mb-1">create issues for bugs, raise a request for feature and explore known issues
on
GitHub.</p>
</div>
</div>
</div> -->
</div>
</div>
<div class="col-md-4">
<div class="card border-success">
<div class="card-body p-3 pt-3 ">
{% include join-community.html %}
</div>
</div>
<div class="card bg-primary text-dark mt-3">
<div class="card-body ">
<h3 class="h5 fw-bold">Need more support ? </h4>
<p>We provide support for services that range from consulting to
to full managed hosting solutions. Contact us for pricing. </p>
<a href="/contact" class="btn btn-dark">Contact us</a>
</div>
</div>
</div>
</div>
</div>