Skip to content

Instantly share code, notes, and snippets.

View hiteshbal91's full-sized avatar

Hitesh Baldaniya hiteshbal91

View GitHub Profile
@hiteshbal91
hiteshbal91 / disk-usage-sample-response.json
Created September 11, 2018 13:41
disk-usage-sample-response.json
{
"took": 0,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
},
"hits": {
{
"watch_id": "_inlined_",
"node": "--------------",
"state": "execution_not_needed",
"status": {
"state": {
"active": true,
"timestamp": "2018-09-11T12:01:56.774Z"
},
"last_checked": "2018-09-11T12:01:56.774Z",
@hiteshbal91
hiteshbal91 / home_page-index.html
Created June 22, 2015 09:07
Built.io Contentstack "Tutorials"
{% extends "layouts/default.html" %}
{% block content %}
<div id="features-carousel" class="carousel slide features-carousel" data-ride="carousel" data-interval="1000">
<div class="carousel-content">
{% for hero in entry.hero_unit %}
<div data-title="{{hero.abstract}}" class="item {{hero.title}}-slide hero-slide" data-hash="{{hero.title}}" style="background-image: url({{ getAssetUrl(hero.background_image) }});">
<div class="overlay"></div>
</div>
{% endfor %}
</div>
@hiteshbal91
hiteshbal91 / header.html
Created June 22, 2015 08:59
Built.io Contentstack "Tutorials"
{% set header = get("header") %}
<div class="header-wrap header-for-home">
<header role="navigation" class="header navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
@hiteshbal91
hiteshbal91 / footer.html
Created June 22, 2015 08:54
Built.io Contentstack "Tutorials"
@hiteshbal91
hiteshbal91 / default.html
Last active August 29, 2015 14:23
Built.io Contentstack "Tutorials"
<!DOCTYPE HTML>
<html>
<head>
<title>{{entry.seo.title}}</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
{% if entry.seo %}
{% if entry.seo.title %}