File tree 14 files changed +237
-183
lines changed
14 files changed +237
-183
lines changed Original file line number Diff line number Diff line change 1
1
< style >
2
- .card {
3
- border-radius : 0 ;
4
- margin-top : 20px ;
5
- border-color : transparent;
6
- }
7
2
8
- .card h3 {
9
- font-size : 22px ;
10
- font-weight : 700 ;
11
- margin-top : .5rem ;
12
- }
13
-
14
- .card h3 a {
15
- color : # 343434 ;
16
- }
17
-
18
- .card .abstract-text {
19
- color : # 565656 ;
20
- }
21
-
22
- .card img {
23
- /*margin: -20px -20px 20px -20px;*/
24
- /*max-width: calc(100% + 40px) !important;*/
25
- }
26
3
</ style >
27
- < div class ="card ">
28
- < div class ="card-body p-0 ">
4
+ < div class ="card blog-card pt-0 ">
5
+ < div class ="card-body p-0 m-0 ">
29
6
< div class ="row ">
30
- < div class ="col-md-8 ">
31
- < h3 > < a href ="{{ post.url}} "> {{ post.title }}</ a > </ h3 >
32
- < p class ="mb-1 abstract-text "> {{post.abstract}}</ p >
33
- < p class ="post-date text-muted small "> {{ post.date | date: "%B %d, %Y" }}</ p >
34
- </ div >
35
- < div class ="col-md-4 ">
36
- < img src ="{{post.hero_image}} " alt ="" class ="img-fluid ">
37
-
7
+ < div class ="col-md-12 ">
8
+ < a href ="{{ post.url}} " class ="ignore-link-hover ">
9
+ < h3 > {{ post.title }}</ h3 >
10
+ < img src ="{{post.hero_image}} " alt ="" class ="img-fluid mb-2 ">
11
+ < p class ="mb-1 abstract-text "> {{post.abstract}}</ p >
12
+ < p class =" text-muted "> {{ post.date | date: "%B %d, %Y" }}, By {% for author in
13
+ post.authors %}
14
+ < span class ="text-dark mr-3 "> {{author}} </ span >
15
+ {% endfor %}</ p >
16
+ </ a >
38
17
</ div >
39
18
</ div >
40
19
</ div >
Original file line number Diff line number Diff line change 35
35
< a class ="nav-link dropdown-toggle " href ="https://example.com " id ="resources-dropdown "
36
36
data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false "> Learn</ a >
37
37
< div class ="dropdown-menu " aria-labelledby ="resources-dropdown ">
38
- < a class ="dropdown-item " href ="/blog.html "> Blog</ a >
39
- < a class ="dropdown-item " href ="# "> Tutorials</ a >
38
+ < a class ="dropdown-item " href ="/blogs "> Blog</ a >
39
+ < a class ="dropdown-item " href ="/tutorials "> Tutorials</ a >
40
40
<!-- <a class="dropdown-item" href="#">Something else here</a>-->
41
41
</ div >
42
42
</ li >
48
48
<!-- </a>-->
49
49
<!-- </li>-->
50
50
< li class ="nav-item ">
51
- < a class ="nav-link nav-item mr-2 " href ="/support.html ">
51
+ < a class ="nav-link nav-item mr-2 " href ="/support ">
52
52
<!-- <i class="far fa-question-circle"></i> -->
53
53
Support
54
54
</ a >
71
71
<!-- <span class="nav-link nav-item mr-2">|</span>-->
72
72
<!-- </li>-->
73
73
< li class ="nav-item ">
74
- < a class ="nav-link nav-item mr-2 btn btn-outline-secondary " href ="/get-started.html ">
74
+ < a class ="nav-link nav-item mr-2 btn btn-outline-secondary " href ="/get-started ">
75
75
Get Started
76
76
</ a >
77
77
</ li >
78
78
< li class ="nav-item ">
79
- < a class ="nav-link nav-item mr-2 btn btn-success " href ="/contact.html ">
79
+ < a class ="nav-link nav-item mr-2 btn btn-success " href ="/contact ">
80
80
Request Demo
81
81
</ a >
82
82
</ li >
Original file line number Diff line number Diff line change 3
3
< div class ="col-md-12 mb-3 ">
4
4
5
5
< div class ="card mb-3 ">
6
- < div class ="card-body ">
6
+ < div class ="card-body p-3 ">
7
7
< h4 class ="pb-2 " style ="border-bottom:1px solid #d9d9d9 "> Get Started</ h4 >
8
8
{% for item in site.help %}
9
9
{% if item.path contains 'get-started' %}
@@ -22,7 +22,7 @@ <h6 class=" mt-3">{{ item.title }}</h6>
22
22
< div class ="row ">
23
23
< div class ="col-md-12 mb-3 ">
24
24
< div class ="card mb-3 ">
25
- < div class ="card-body ">
25
+ < div class ="card-body p-3 ">
26
26
< h4 class ="pb-2 " style ="border-bottom:1px solid #d9d9d9 "> Tutorials</ h4 >
27
27
{% for item in site.help %}
28
28
{% if item.path contains 'tutorial' %}
Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
< style >
5
- h1 {
6
- font-weight : 700 ;
7
- }
5
+
8
6
9
7
.hero-image {
10
8
margin-bottom : 40px ;
11
9
}
12
10
</ style >
13
- < div class ="container ">
11
+ < div class ="container page-header-section ">
14
12
< div class ="row ">
15
- < div class ="col-md-12 mt-5 ">
16
- < p class ="post-date text-muted mb-1 "> {{ page.date | date: "%B %d, %Y" }}</ p >
13
+ < div class ="col-md-12 ">
17
14
< h1 > {{ page.title }}</ h1 >
18
- < p class ="text-muted "> By
19
- {% for author in page.authors %}
20
- < span class ="text-dark "> {{author}}, </ span >
21
- {% endfor %}
22
- </ p >
15
+ < p class ="post-date text-muted mb-1 ">
16
+ {{ page.date | date: "%B %d, %Y" }}, By {% for author in page.authors %}
17
+ < span class ="text-dark mr-3 "> {{author}} </ span >
18
+ {% endfor %}</ p >
23
19
< hr >
24
20
</ div >
25
21
</ div >
Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
5
- < div class ="container mt-3 ">
5
+ < div class ="container page-header-section ">
6
6
< div class ="row ">
7
7
< div class ="col-md-8 ">
8
8
< h1 class ="mt-5 "> {{page.title}}</ h1 >
@@ -18,8 +18,8 @@ <h1 class="mt-5">{{page.title}}</h1>
18
18
19
19
{{ content }}
20
20
</ div >
21
- < div class ="col-md-4 ">
22
- {% include help -videos.html %}
21
+ < div class ="col-md-4 pt-5 ">
22
+ {% include tutorials -videos.html %}
23
23
</ div >
24
24
25
25
</ div >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ title: Blog - Updates and stories | Invana
4
+ description: Official blog of Invana
5
+
6
+ ---
7
+ < style >
8
+
9
+ </ style >
10
+ < section >
11
+ < div class ="container page-header-section ">
12
+ < div class ="row ">
13
+ < div class ="col-md-12 ">
14
+ < h1 > Invana Blog</ h1 >
15
+ < p > Product updates, our learnings, tips and stories from the world of knowledge graphs.</ p >
16
+ </ div >
17
+ <!-- <div class="col-md-12">-->
18
+ <!-- <ul class="nav">-->
19
+
20
+ <!-- <li class="nav-item">-->
21
+ <!-- <a class="nav-link pl-0" href="#">Updates</a>-->
22
+ <!-- </li>-->
23
+ <!-- <li class="nav-item">-->
24
+ <!-- <a class="nav-link" href="#">Use Cases</a>-->
25
+ <!-- </li>-->
26
+ <!-- <li class="nav-item ">-->
27
+ <!-- <a class="nav-link " href="#">Research</a>-->
28
+ <!-- </li>-->
29
+
30
+
31
+ <!-- </ul>-->
32
+ <!-- </div>-->
33
+ </ div >
34
+ </ div >
35
+ </ section >
36
+
37
+ < div class ="container ">
38
+
39
+
40
+ < div class ="row ">
41
+ < div class ="col-md-8 " style ="min-height: 400px ">
42
+ {% for post in site.blog %}
43
+ {% if post.post_type == 'default' %}
44
+ {% include blog.html %}
45
+ {% endif%}
46
+ {% endfor %}
47
+ </ div >
48
+
49
+ </ div >
50
+
51
+
52
+ </ div >
Original file line number Diff line number Diff line change 1
1
---
2
- layout : help -detail
2
+ layout : support -detail
3
3
title : Intro to Knowledge Graphs with Invana
4
4
slug : intro-to-knowledge-graphs
5
5
description : Introduction on how to build and explore knowledge graphs with Invana.
Original file line number Diff line number Diff line change 1
1
---
2
- layout : help -detail
2
+ layout : support -detail
3
3
title : Graph of Gods Example
4
4
slug : graph-of-gods-example
5
5
description : Basic example of knowledge graph using graph of gods example
Original file line number Diff line number Diff line change 1
1
---
2
- layout : help -detail
2
+ layout : support -detail
3
3
title : Build Knowledge graphs in realtime with Twitter data
4
4
slug : knowledge-graph-with-twitter-data
5
5
description : Connect to twitter data streams; model and build knowlede graph
Original file line number Diff line number Diff line change 8
8
< div class ="container ">
9
9
< div class ="row ">
10
10
< div class ="col-md-5 ">
11
- < h1 > Model and Build Knowledge Graphs < br > < span > with Invana</ span > </ h1 >
11
+ < h1 > Model, Build and Explore Knowledge Graphs < span > with Invana</ span > </ h1 >
12
12
< p > We help people explore, analyse and find insights
13
13
from data using the power of Knowledge Graphs.</ p >
14
14
< div class ="clearfix "> </ div >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ html, body {
17
17
height : 100% ;
18
18
font-size : 16px ;
19
19
line-height : 1.6rem ;
20
- color : # 343434 ;
20
+ color : # 1d1d1d ;
21
21
font-family : 'DM Sans' , sans-serif;
22
22
}
23
23
@@ -287,12 +287,60 @@ blockquote p {
287
287
margin-bottom : 5px ;
288
288
}
289
289
290
- .page-header-section {
290
+ .page-header-section {
291
291
border-bottom : 1px solid # efefef ;
292
292
padding-bottom : 10px ;
293
+ margin-bottom : 1rem ;
293
294
}
294
- .page-header-section h1 {
295
+
296
+ .page-header-section h1 {
295
297
font-size : 1.6rem ;
296
298
font-weight : bold;
297
299
margin-top : 4rem ;
300
+ }
301
+
302
+ .ignore-link-hover : hover {
303
+ color : inherit !important ;
304
+ text-decoration : none;
305
+ }
306
+
307
+ .ignore-link-hover img : hover {
308
+ opacity : 0.8 ;
309
+ }
310
+
311
+
312
+ /* cards */
313
+
314
+
315
+ .card .blog-card {
316
+ border-radius : 0 ;
317
+ /*margin-top: 20px;*/
318
+ border-color : transparent;
319
+ }
320
+
321
+ .card .blog-card h3 {
322
+ font-size : 22px ;
323
+ font-weight : 700 ;
324
+ margin-top : .5rem ;
325
+ }
326
+
327
+ .card .blog-card h3 a {
328
+ color : # 343434 ;
329
+ }
330
+
331
+ .card .blog-card .abstract-text {
332
+ color : # 1d1d1d ;
333
+ }
334
+
335
+ .card .blog-card img {
336
+ /*margin: -20px -20px 20px -20px;*/
337
+ /*max-width: calc(100% + 40px) !important;*/
338
+ }
339
+
340
+ /* cards ends here */
341
+
342
+
343
+ .card h4 {
344
+ font-size : 1.2rem ;
345
+ font-weight : bold;
298
346
}
You can’t perform that action at this time.
0 commit comments