Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 849c960

Browse files
committed
rebuilding site Fri 05 Jun 2020 06:22:27 AM PDT
1 parent 996f7f9 commit 849c960

File tree

198 files changed

+18350
-13308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+18350
-13308
lines changed

algolia.json

+1-1
Large diffs are not rendered by default.

authors/aman/index.html

+30-10
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
6464

65-
<link href="https://dgraph.io/assets/css/style.min.css?06042020-12" rel="stylesheet" type="text/css" />
65+
<link href="https://dgraph.io/assets/css/style.min.css?06052020-1" rel="stylesheet" type="text/css" />
6666

6767
<link href="https://dgraph.io/assets/css/font-awesome/css/all.css" rel="stylesheet" />
6868
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital@1&display=swap" rel="stylesheet">
@@ -98,8 +98,8 @@
9898

9999
$(".subscribe-box").hide();
100100
$(window).scroll(function () {
101-
if ($(window).scrollTop() > 220) {
102-
$(".subscribe-box").fadeIn("slow");
101+
if ($(window).scrollTop() > 400) {
102+
$(".subscribe-box").fadeIn("fast");
103103
}
104104
else {
105105
$(".subscribe-box").fadeOut("fast");
@@ -124,15 +124,15 @@
124124

125125
function checkOffset() {
126126
var x = $(".container").offset();
127-
var leftPosition = x.left + 90;
127+
var leftPosition = x.left + 75;
128128
if ($('.subscribe-box').offset().top + $('.subscribe-box').height()
129129
>= $('.bottom-section').offset().top - 10){
130130
$('.subscribe-box').addClass('footer-before');
131131
$('.footer-before').css('left', -leftPosition );
132132
}
133133
if ($(document).scrollTop() + window.innerHeight < $('.bottom-section').offset().top){
134134
$('.subscribe-box').removeClass('footer-before');
135-
$('.subscribe-box').css('left', '15px' );
135+
$('.subscribe-box').css('left', '30px' );
136136
}
137137

138138
}
@@ -161,8 +161,7 @@
161161
$(this).parent().toggleClass('active');
162162
});
163163
$('.nav-icon[target="_blank"]').removeAttr('target');
164-
var x = $(".container").offset();
165-
var leftPosition = x.left;
164+
166165
});
167166
</script>
168167

@@ -190,6 +189,13 @@
190189
<a href="https://dgraph.io/">
191190
<img src="https://dgraph.io/assets/images/logo.svg">
192191
</a>
192+
<a href="javascript:;" class="nav-icon" >
193+
<div class="hamburger">
194+
<div class="line line-1"></div>
195+
<div class="line line-2"></div>
196+
<div class="line line-3"></div>
197+
</div>
198+
</a>
193199
</div>
194200
<nav class="page-nav">
195201
<ul>
@@ -213,6 +219,16 @@
213219
<span>Downloads</span>
214220
</a>
215221
</li>
222+
<li>
223+
<a href="https://dgraph.io/badger" data-label="Badger">
224+
<span>Badger</span>
225+
</a>
226+
</li>
227+
<li>
228+
<a href="https://dgraph.io/compare-features" data-label="Compare Features">
229+
<span>Compare Features</span>
230+
</a>
231+
</li>
216232
</ul>
217233
</li>
218234
<li>
@@ -240,6 +256,11 @@
240256
<span>Slack</span>
241257
</a>
242258
</li>
259+
<li>
260+
<a href="https://dgraph.io/paper" target="_blank" data-label="Paper">
261+
<span>Paper</span>
262+
</a>
263+
</li>
243264
</ul>
244265
</li>
245266
<li>
@@ -301,7 +322,6 @@
301322

302323
</header>
303324

304-
305325

306326

307327
<section class="page-intro no-border">
@@ -404,9 +424,9 @@ <h3 class="post__title">
404424

405425
<div class="post__tags">
406426

407-
<h3>Tags</h3>
427+
<h3 class="text-center">Tags</h3>
408428

409-
<div>
429+
<div class="tag-inner">
410430

411431

412432

authors/aman/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Dgraph Blog</title>

authors/ashwin/index.html

+28-8
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
6464

65-
<link href="https://dgraph.io/assets/css/style.min.css?06042020-12" rel="stylesheet" type="text/css" />
65+
<link href="https://dgraph.io/assets/css/style.min.css?06052020-1" rel="stylesheet" type="text/css" />
6666

6767
<link href="https://dgraph.io/assets/css/font-awesome/css/all.css" rel="stylesheet" />
6868
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital@1&display=swap" rel="stylesheet">
@@ -98,8 +98,8 @@
9898

9999
$(".subscribe-box").hide();
100100
$(window).scroll(function () {
101-
if ($(window).scrollTop() > 220) {
102-
$(".subscribe-box").fadeIn("slow");
101+
if ($(window).scrollTop() > 400) {
102+
$(".subscribe-box").fadeIn("fast");
103103
}
104104
else {
105105
$(".subscribe-box").fadeOut("fast");
@@ -124,15 +124,15 @@
124124

125125
function checkOffset() {
126126
var x = $(".container").offset();
127-
var leftPosition = x.left + 90;
127+
var leftPosition = x.left + 75;
128128
if ($('.subscribe-box').offset().top + $('.subscribe-box').height()
129129
>= $('.bottom-section').offset().top - 10){
130130
$('.subscribe-box').addClass('footer-before');
131131
$('.footer-before').css('left', -leftPosition );
132132
}
133133
if ($(document).scrollTop() + window.innerHeight < $('.bottom-section').offset().top){
134134
$('.subscribe-box').removeClass('footer-before');
135-
$('.subscribe-box').css('left', '15px' );
135+
$('.subscribe-box').css('left', '30px' );
136136
}
137137

138138
}
@@ -161,8 +161,7 @@
161161
$(this).parent().toggleClass('active');
162162
});
163163
$('.nav-icon[target="_blank"]').removeAttr('target');
164-
var x = $(".container").offset();
165-
var leftPosition = x.left;
164+
166165
});
167166
</script>
168167

@@ -190,6 +189,13 @@
190189
<a href="https://dgraph.io/">
191190
<img src="https://dgraph.io/assets/images/logo.svg">
192191
</a>
192+
<a href="javascript:;" class="nav-icon" >
193+
<div class="hamburger">
194+
<div class="line line-1"></div>
195+
<div class="line line-2"></div>
196+
<div class="line line-3"></div>
197+
</div>
198+
</a>
193199
</div>
194200
<nav class="page-nav">
195201
<ul>
@@ -213,6 +219,16 @@
213219
<span>Downloads</span>
214220
</a>
215221
</li>
222+
<li>
223+
<a href="https://dgraph.io/badger" data-label="Badger">
224+
<span>Badger</span>
225+
</a>
226+
</li>
227+
<li>
228+
<a href="https://dgraph.io/compare-features" data-label="Compare Features">
229+
<span>Compare Features</span>
230+
</a>
231+
</li>
216232
</ul>
217233
</li>
218234
<li>
@@ -240,6 +256,11 @@
240256
<span>Slack</span>
241257
</a>
242258
</li>
259+
<li>
260+
<a href="https://dgraph.io/paper" target="_blank" data-label="Paper">
261+
<span>Paper</span>
262+
</a>
263+
</li>
243264
</ul>
244265
</li>
245266
<li>
@@ -301,7 +322,6 @@
301322

302323
</header>
303324

304-
305325

306326

307327
<section class="page-intro no-border">

authors/ashwin/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Dgraph Blog</title>

authors/balaji/index.html

+30-10
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
6464

65-
<link href="https://dgraph.io/assets/css/style.min.css?06042020-12" rel="stylesheet" type="text/css" />
65+
<link href="https://dgraph.io/assets/css/style.min.css?06052020-1" rel="stylesheet" type="text/css" />
6666

6767
<link href="https://dgraph.io/assets/css/font-awesome/css/all.css" rel="stylesheet" />
6868
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital@1&display=swap" rel="stylesheet">
@@ -98,8 +98,8 @@
9898

9999
$(".subscribe-box").hide();
100100
$(window).scroll(function () {
101-
if ($(window).scrollTop() > 220) {
102-
$(".subscribe-box").fadeIn("slow");
101+
if ($(window).scrollTop() > 400) {
102+
$(".subscribe-box").fadeIn("fast");
103103
}
104104
else {
105105
$(".subscribe-box").fadeOut("fast");
@@ -124,15 +124,15 @@
124124

125125
function checkOffset() {
126126
var x = $(".container").offset();
127-
var leftPosition = x.left + 90;
127+
var leftPosition = x.left + 75;
128128
if ($('.subscribe-box').offset().top + $('.subscribe-box').height()
129129
>= $('.bottom-section').offset().top - 10){
130130
$('.subscribe-box').addClass('footer-before');
131131
$('.footer-before').css('left', -leftPosition );
132132
}
133133
if ($(document).scrollTop() + window.innerHeight < $('.bottom-section').offset().top){
134134
$('.subscribe-box').removeClass('footer-before');
135-
$('.subscribe-box').css('left', '15px' );
135+
$('.subscribe-box').css('left', '30px' );
136136
}
137137

138138
}
@@ -161,8 +161,7 @@
161161
$(this).parent().toggleClass('active');
162162
});
163163
$('.nav-icon[target="_blank"]').removeAttr('target');
164-
var x = $(".container").offset();
165-
var leftPosition = x.left;
164+
166165
});
167166
</script>
168167

@@ -190,6 +189,13 @@
190189
<a href="https://dgraph.io/">
191190
<img src="https://dgraph.io/assets/images/logo.svg">
192191
</a>
192+
<a href="javascript:;" class="nav-icon" >
193+
<div class="hamburger">
194+
<div class="line line-1"></div>
195+
<div class="line line-2"></div>
196+
<div class="line line-3"></div>
197+
</div>
198+
</a>
193199
</div>
194200
<nav class="page-nav">
195201
<ul>
@@ -213,6 +219,16 @@
213219
<span>Downloads</span>
214220
</a>
215221
</li>
222+
<li>
223+
<a href="https://dgraph.io/badger" data-label="Badger">
224+
<span>Badger</span>
225+
</a>
226+
</li>
227+
<li>
228+
<a href="https://dgraph.io/compare-features" data-label="Compare Features">
229+
<span>Compare Features</span>
230+
</a>
231+
</li>
216232
</ul>
217233
</li>
218234
<li>
@@ -240,6 +256,11 @@
240256
<span>Slack</span>
241257
</a>
242258
</li>
259+
<li>
260+
<a href="https://dgraph.io/paper" target="_blank" data-label="Paper">
261+
<span>Paper</span>
262+
</a>
263+
</li>
243264
</ul>
244265
</li>
245266
<li>
@@ -301,7 +322,6 @@
301322

302323
</header>
303324

304-
305325

306326

307327
<section class="page-intro no-border">
@@ -407,9 +427,9 @@ <h3 class="post__title">
407427

408428
<div class="post__tags">
409429

410-
<h3>Tags</h3>
430+
<h3 class="text-center">Tags</h3>
411431

412-
<div>
432+
<div class="tag-inner">
413433

414434

415435

authors/balaji/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Dgraph Blog</title>

0 commit comments

Comments
 (0)