Skip to content

Instantly share code, notes, and snippets.

View dk8996's full-sized avatar

Dimitry Kudryavtsev dk8996

View GitHub Profile
@dk8996
dk8996 / example.css
Last active May 31, 2019 13:03
D3.js Gantt Chart, example 3
html,body,#wrapper {
width: 100%;
height: 100%;
margin: 0px;
}
.chart {
font-family: Arial, sans-serif;
font-size: 12px;
}
@dk8996
dk8996 / example.css
Last active December 17, 2015 02:19
D3.js Gantt Chart, example 2
html,body,#wrapper {
width: 100%;
height: 100%;
margin: 0px;
}
.chart {
font-family: Arial, sans-serif;
font-size: 12px;
}
@dk8996
dk8996 / navbar-div.html
Last active December 16, 2015 14:38
Blog post about Bootstrap and social icons in the navbar.
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse"
data-target=".nav-collapse">
<span class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span>
</button>
<a class="brand" href="#">{de-encode}</a>
<div class="nav-collapse collapse">
@dk8996
dk8996 / example.css
Last active September 20, 2023 18:12
D3.js Gantt Chart basic example.
html,body,#wrapper {
width: 100%;
height: 100%;
margin: 0px;
}
.chart {
font-family: Arial, sans-serif;
font-size: 12px;
}