http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/css/bootswatch.less ---------------------------------------------------------------------- diff --git a/assets/css/bootswatch.less b/assets/css/bootswatch.less new file mode 100644 index 0000000..1a4ebd7 --- /dev/null +++ b/assets/css/bootswatch.less @@ -0,0 +1,266 @@ +// Cosmo 3.3.7 +// Bootswatch +// ----------------------------------------------------- + +@web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700"; + +.web-font(@path) { + @import url("@{path}"); +} +.web-font(@web-font-path); + +// Navbar ===================================================================== + +.navbar { + + &-inverse { + + .badge { + background-color: #fff; + color: @brand-primary; + } + } +} + +// Buttons ==================================================================== + +// Typography ================================================================= + +body { + -webkit-font-smoothing: antialiased; +} + +.text-primary, +.text-primary:hover { + color: @brand-primary; +} + +.text-success, +.text-success:hover { + color: @brand-success; +} + +.text-danger, +.text-danger:hover { + color: @brand-danger; +} + +.text-warning, +.text-warning:hover { + color: @brand-warning; +} + +.text-info, +.text-info:hover { + color: @brand-info; +} + +// Tables ===================================================================== + +table, +.table { + + a:not(.btn) { + text-decoration: underline; + } + + .dropdown-menu a { + text-decoration: none; + } + + .success, + .warning, + .danger, + .info { + color: #fff; + + a { + color: #fff; + } + } +} + +// Forms ====================================================================== + + +.has-warning { + .help-block, + .control-label, + .radio, + .checkbox, + .radio-inline, + .checkbox-inline, + &.radio label, + &.checkbox label, + &.radio-inline label, + &.checkbox-inline label, + .form-control-feedback { + color: @brand-warning; + } + + .form-control, + .form-control:focus, + .input-group-addon { + border: 1px solid @brand-warning; + } +} + +.has-error { + .help-block, + .control-label, + .radio, + .checkbox, + .radio-inline, + .checkbox-inline, + &.radio label, + &.checkbox label, + &.radio-inline label, + &.checkbox-inline label, + .form-control-feedback { + color: @brand-danger; + } + + .form-control, + .form-control:focus, + .input-group-addon { + border: 1px solid @brand-danger; + } +} + +.has-success { + .help-block, + .control-label, + .radio, + .checkbox, + .radio-inline, + .checkbox-inline, + &.radio label, + &.checkbox label, + &.radio-inline label, + &.checkbox-inline label, + .form-control-feedback { + color: @brand-success; + } + + .form-control, + .form-control:focus, + .input-group-addon { + border: 1px solid @brand-success; + } +} + +// Navs ======================================================================= + +.nav-pills { + + & > li > a { + border-radius: 0; + } +} + +.dropdown-menu { + + & > li > a:hover, + & > li > a:focus { + background-image: none; + } +} + +// Indicators ================================================================= + +.close { + text-decoration: none; + text-shadow: none; + opacity: 0.4; + + &:hover, + &:focus { + opacity: 1; + } +} + +.alert { + border: none; + + .alert-link { + text-decoration: underline; + color: #fff; + } +} + +.label { + border-radius: 0; +} + +// Progress bars ============================================================== + +.progress { + height: 8px; + .box-shadow(none); + .progress-bar { + font-size: 8px; + line-height: 8px; + } +} + +// Containers ================================================================= + +.panel { + &-heading, + &-footer { + border-top-right-radius: 0; + border-top-left-radius: 0; + } + + &-default { + .close { + color: @text-color; + } + } +} + +a.list-group-item { + + &-success { + &.active { + background-color: @state-success-bg; + } + + &.active:hover, + &.active:focus { + background-color: darken(@state-success-bg, 5%); + } + } + + &-warning { + &.active { + background-color: @state-warning-bg; + } + + &.active:hover, + &.active:focus { + background-color: darken(@state-warning-bg, 5%); + } + } + + &-danger { + &.active { + background-color: @state-danger-bg; + } + + &.active:hover, + &.active:focus { + background-color: darken(@state-danger-bg, 5%); + } + } +} + +.modal { + .close { + color: @text-color; + } +} + +.popover { + color: @text-color; +}
http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/css/custom.min.css ---------------------------------------------------------------------- diff --git a/assets/css/custom.min.css b/assets/css/custom.min.css new file mode 100644 index 0000000..f07b35c --- /dev/null +++ b/assets/css/custom.min.css @@ -0,0 +1 @@ +body{padding-top:50px}body>.navbar{-webkit-transition:background-color .3s ease-in;transition:background-color .3s ease-in}@media (min-width:768px){body>.navbar-transparent{background-color:transparent}body>.navbar-transparent .navbar-nav>.open>a{background-color:transparent!important}}#home{padding-top:0}#home .navbar-brand{padding:13.5px 15px 12.5px}#home .navbar-brand>img{display:inline;margin:0 10px;height:100%}#banner{min-height:300px;border-bottom:none}.table-of-contents{margin-top:1em}.page-header h1{font-size:4em}.bs-docs-section{margin-top:6em}.bs-docs-section h1{padding-top:100px}.bs-component{position:relative}.bs-component .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-component .modal-dialog{width:90%}.bs-component .popover{position:relative;display:inline-block;width:220px;margin:20px}#source-button{position:absolute;top:0;right:0;z-index:100;font-weight:700}.nav-tabs{margin-bottom:15px}.progress{margin-bottom:10px}footer {margin:5em 0}footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}footer p{clear:left;margin-bottom:0}.splash{padding:9em 0 2em;background-color:#141d27;background-image:url(../img/bg.jpg);background-size:cover;background-attachment:fixed;color:#fff;text-align:center}.splash .logo{width:160px}.splash h1{font-size:3em}.splash #social{margin:2em 0}.splash .alert{margin:2em 0}.section-tout{padding:4em 0 3em;border-bottom:1px solid rgba(0,0,0,.05);background-color:#eaf1f1}.section-tout .fa{margin-right:.5em}.section-tout p{margin-bottom:3em}.section-preview{padding:4em 0 4em}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1}.section-preview .preview .image{position:relative}.section-preview .preview .image:before{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);position:absolute;top:0;left:0;width:100%;height:100%;content:"";pointer-events:none}.section-preview .preview .options{padding:1em 2em 2em;border:1px solid rgba(0,0,0,.05);border-top:none;text-align:center}.s ection-preview .preview .options p{margin-bottom:2em}.section-preview .dropdown-menu{text-align:left}.section-preview .lead{margin-bottom:2em}@media (max-width:767px){.section-preview .image img{width:100%}}.sponsor #carbonads{max-width:240px;margin:0 auto}.sponsor .carbon-text{display:block;margin-top:1em;font-size:12px}.sponsor .carbon-poweredby{float:right;margin-top:1em;font-size:10px}@media (max-width:767px){.splash{padding-top:4em}.splash .logo{width:100px}.splash h1{font-size:2em}#banner{margin-bottom:2em;text-align:center}} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/css/gobblin.css ---------------------------------------------------------------------- diff --git a/assets/css/gobblin.css b/assets/css/gobblin.css new file mode 100644 index 0000000..436a21a --- /dev/null +++ b/assets/css/gobblin.css @@ -0,0 +1,156 @@ +/******************************** +* Body +*********************************/ + +/******************************** +* Navigation Bar +*********************************/ +.fa-external-link { + font-size: 12px; +} +/******************************** +* Primary container +*********************************/ +.primary-container-header h1 { + margin-top: 0px; +} + +.gobblin-logo-h1 { + width: 1.8em; + +} +/******************************** +* News Items +*********************************/ +.latest-news-panel { + border: none; + border-radius: 2px; + -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3); + box-shadow: 0 1px 4px rgba(0,0,0,0.3); +} +.latest-news-header { + font-size: 24px; + margin-top: 10px; + margin-bottom: 5px; +} +.latest-news-item { + font-size: 15px; + line-height: 18px; + margin-bottom: 10px; +} +/******************************** +* Animated Gobblin +*********************************/ +#apache-gobblin-gobbling-container { + width: 100%; + height: 115px; + background-image: url('../images/stripe_work.png'); + background-position: 0px 0px; + background-repeat: repeat-x; + animation: animatedBackground 12s linear infinite; +} + +.apache-gobblin-gobbling { + margin: 0px 0px; + background-color: #fff; + width: 60px; + padding-left: 0px; + margin-left: 0px; +} + +.apache-gobblin-gobbling-upper { + background-color: #cc6600; + background: linear-gradient(to right, #cc6600 , #cc6600, #cc9900); + height: 55px; + width: 110px; + border-radius: 100px 100px 0px 0px; + animation: mouthOpen 0.5s infinite linear; + font-size: 40px; + text-align: right; +} + +.apache-gobblin-gobbling-lower { + background-color: #cc6600; + background: linear-gradient(to right, #cc6600 , #cc6600, #cc9900); + height: 55px; + width: 110px; + border-radius: 0 0 100px 100px; + animation: mouthClose 0.5s infinite linear; +} + +@keyframes animatedBackground { + from { background-position: 4500px 25px; } + to { background-position: 0 25px; } +} + +@keyframes mouthOpen { + 0% {transform: rotate(0deg);} + 50% {transform: rotate(-35deg);} +} + +@keyframes mouthClose { + 0% {transform: rotate(0deg);} + 50% {transform: rotate(35deg);} +} + +@-moz-keyframes mouthOpen { + 0% {transform: rotate(0deg);} + 50%{transform: rotate(-35deg);} + +} +@-moz-keyframes mouthClose { + 0% {transform: rotate(0deg);} + 50% {transform: rotate(35deg);} +} + +@-webkit-keyframes mouthOpen { + 0% {transform: rotate(0deg);} + 50% {transform: rotate(-35deg);} + +} +@-webkit-keyframes mouthClose { + 0% {transform: rotate(0deg);} + 50% {transform: rotate(35deg);} +} + +/******************************** +* Animated Button +*********************************/ +.btn-outline { + background-color: transparent; + color: inherit; + transition: all .5s; +} + +.btn-primary.btn-outline { + color: #111; +} + +.btn-primary.btn-outline:hover, +.btn-success.btn-outline:hover, +.btn-info.btn-outline:hover, +.btn-warning.btn-outline:hover, +.btn-danger.btn-outline:hover { + color: #fff; +} +.btn-animated { + -webkit-animation-name: gobblinPulse; + -webkit-animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + font: 300 1em/1.5 'Open Sans', 'Helvetica Neue', Arial, sans-serif; +} +@-webkit-keyframes gobblinPulse { + from { -webkit-box-shadow: 0 0 9px #333; } + 50% { -webkit-box-shadow: 0 0 18px #2daebf; } + to { -webkit-box-shadow: 0 0 9px #333; } +} +/******************************** +* Misc +*********************************/ +.header-link { + padding-left: 5px; + opacity: 0; + -webkit-transition: opacity 0.2s ease-in-out 0.1s; + -moz-transition: opacity 0.2s ease-in-out 0.1s; + -ms-transition: opacity 0.2s ease-in-out 0.1s; +} http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/css/owl.carousel.css ---------------------------------------------------------------------- diff --git a/assets/css/owl.carousel.css b/assets/css/owl.carousel.css new file mode 100644 index 0000000..4e3c17c --- /dev/null +++ b/assets/css/owl.carousel.css @@ -0,0 +1,71 @@ +/* + * Core Owl Carousel CSS File + * v1.3.3 + */ + +/* clearfix */ +.owl-carousel .owl-wrapper:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; +} +/* display none until init */ +.owl-carousel{ + display: none; + position: relative; + width: 100%; + -ms-touch-action: pan-y; +} +.owl-carousel .owl-wrapper{ + display: none; + position: relative; + -webkit-transform: translate3d(0px, 0px, 0px); +} +.owl-carousel .owl-wrapper-outer{ + overflow: hidden; + position: relative; + width: 100%; +} +.owl-carousel .owl-wrapper-outer.autoHeight{ + -webkit-transition: height 500ms ease-in-out; + -moz-transition: height 500ms ease-in-out; + -ms-transition: height 500ms ease-in-out; + -o-transition: height 500ms ease-in-out; + transition: height 500ms ease-in-out; +} + +.owl-carousel .owl-item{ + float: left; +} +.owl-controls .owl-page, +.owl-controls .owl-buttons div{ + cursor: pointer; +} +.owl-controls { + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +/* mouse grab icon */ +.grabbing { + cursor:url(grabbing.png) 8 8, move; +} + +/* fix */ +.owl-carousel .owl-wrapper, +.owl-carousel .owl-item{ + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + -webkit-transform: translate3d(0,0,0); + -moz-transform: translate3d(0,0,0); + -ms-transform: translate3d(0,0,0); +} + http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/css/variables.less ---------------------------------------------------------------------- diff --git a/assets/css/variables.less b/assets/css/variables.less new file mode 100644 index 0000000..0c9a578 --- /dev/null +++ b/assets/css/variables.less @@ -0,0 +1,869 @@ +// Cosmo 3.3.7 +// Variables +// -------------------------------------------------- + + +//== Colors +// +//## Gray and brand colors for use across Bootstrap. + +@gray-base: #000; +@gray-darker: lighten(@gray-base, 13.5%); // #222 +@gray-dark: lighten(@gray-base, 20%); // #333 +@gray: lighten(@gray-base, 33.5%); // #555 +@gray-light: lighten(@gray-base, 60%); // #999 +@gray-lighter: lighten(@gray-base, 90%); // #eee + +@brand-primary: #2780E3; +@brand-success: #3FB618; +@brand-info: #9954BB; +@brand-warning: #FF7518; +@brand-danger: #FF0039; + + +//== Scaffolding +// +//## Settings for some of the most global styles. + +//** Background color for `<body>`. +@body-bg: #fff; +//** Global text color on `<body>`. +@text-color: @gray-dark; + +//** Global textual link color. +@link-color: @brand-primary; +//** Link hover color set via `darken()` function. +@link-hover-color: darken(@link-color, 15%); +//** Link hover decoration. +@link-hover-decoration: underline; + + +//== Typography +// +//## Font, line-height, and color for body text, headings, and more. + +@font-family-sans-serif: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif; +@font-family-serif: Georgia, "Times New Roman", Times, serif; +//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. +@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; +@font-family-base: @font-family-sans-serif; + +@font-size-base: 15px; +@font-size-large: ceil((@font-size-base * 1.25)); // ~18px +@font-size-small: ceil((@font-size-base * 0.85)); // ~12px + +@font-size-h1: floor((@font-size-base * 2.6)); // ~36px +@font-size-h2: floor((@font-size-base * 2.15)); // ~30px +@font-size-h3: ceil((@font-size-base * 1.7)); // ~24px +@font-size-h4: ceil((@font-size-base * 1.25)); // ~18px +@font-size-h5: @font-size-base; +@font-size-h6: ceil((@font-size-base * 0.85)); // ~12px + +//** Unit-less `line-height` for use in components like buttons. +@line-height-base: 1.428571429; // 20/14 +//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc. +@line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px + +//** By default, this inherits from the `<body>`. +@headings-font-family: @font-family-base; +@headings-font-weight: 300; +@headings-line-height: 1.1; +@headings-color: inherit; + + +//== Iconography +// +//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower. + +//** Load fonts from this directory. +@icon-font-path: "../fonts/"; +//** File name for all font files. +@icon-font-name: "glyphicons-halflings-regular"; +//** Element ID within SVG icon file. +@icon-font-svg-id: "glyphicons_halflingsregular"; + + +//== Components +// +//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). + +@padding-base-vertical: 10px; +@padding-base-horizontal: 18px; + +@padding-large-vertical: 18px; +@padding-large-horizontal: 30px; + +@padding-small-vertical: 5px; +@padding-small-horizontal: 10px; + +@padding-xs-vertical: 1px; +@padding-xs-horizontal: 5px; + +@line-height-large: 1.3333333; // extra decimals for Win 8.1 Chrome +@line-height-small: 1.5; + +@border-radius-base: 0; +@border-radius-large: 0; +@border-radius-small: 0; + +//** Global color for active items (e.g., navs or dropdowns). +@component-active-color: #fff; +//** Global background color for active items (e.g., navs or dropdowns). +@component-active-bg: @brand-primary; + +//** Width of the `border` for generating carets that indicate dropdowns. +@caret-width-base: 4px; +//** Carets increase slightly in size for larger components. +@caret-width-large: 5px; + + +//== Tables +// +//## Customizes the `.table` component with basic values, each used across all table variations. + +//** Padding for `<th>`s and `<td>`s. +@table-cell-padding: 8px; +//** Padding for cells in `.table-condensed`. +@table-condensed-cell-padding: 5px; + +//** Default background color used for all tables. +@table-bg: transparent; +//** Background color used for `.table-striped`. +@table-bg-accent: #f9f9f9; +//** Background color used for `.table-hover`. +@table-bg-hover: #f5f5f5; +@table-bg-active: @table-bg-hover; + +//** Border color for table and cell borders. +@table-border-color: #ddd; + + +//== Buttons +// +//## For each of Bootstrap's buttons, define text, background and border color. + +@btn-font-weight: normal; + +@btn-default-color: #fff; +@btn-default-bg: @gray-darker; +@btn-default-border: @btn-default-bg; + +@btn-primary-color: @btn-default-color; +@btn-primary-bg: @brand-primary; +@btn-primary-border: @btn-primary-bg; + +@btn-success-color: @btn-default-color; +@btn-success-bg: @brand-success; +@btn-success-border: @btn-success-bg; + +@btn-info-color: @btn-default-color; +@btn-info-bg: @brand-info; +@btn-info-border: @btn-info-bg; + +@btn-warning-color: @btn-default-color; +@btn-warning-bg: @brand-warning; +@btn-warning-border: @btn-warning-bg; + +@btn-danger-color: @btn-default-color; +@btn-danger-bg: @brand-danger; +@btn-danger-border: @btn-danger-bg; + +@btn-link-disabled-color: @gray-light; + +// Allows for customizing button radius independently from global border radius +@btn-border-radius-base: @border-radius-base; +@btn-border-radius-large: @border-radius-large; +@btn-border-radius-small: @border-radius-small; + + +//== Forms +// +//## + +//** `<input>` background color +@input-bg: #fff; +//** `<input disabled>` background color +@input-bg-disabled: @gray-lighter; + +//** Text color for `<input>`s +@input-color: @text-color; +//** `<input>` border color +@input-border: #ccc; + +// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4 +//** Default `.form-control` border radius +// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS. +@input-border-radius: @border-radius-base; +//** Large `.form-control` border radius +@input-border-radius-large: @border-radius-large; +//** Small `.form-control` border radius +@input-border-radius-small: @border-radius-small; + +//** Border color for inputs on focus +@input-border-focus: #66afe9; + +//** Placeholder text color +@input-color-placeholder: @gray-light; + +//** Default `.form-control` height +@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2); +//** Large `.form-control` height +@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2); +//** Small `.form-control` height +@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2); + +//** `.form-group` margin +@form-group-margin-bottom: 15px; + +@legend-color: @text-color; +@legend-border-color: #e5e5e5; + +//** Background color for textual input addons +@input-group-addon-bg: @gray-lighter; +//** Border color for textual input addons +@input-group-addon-border-color: @input-border; + +//** Disabled cursor for form controls and buttons. +@cursor-disabled: not-allowed; + + +//== Dropdowns +// +//## Dropdown menu container and contents. + +//** Background for the dropdown menu. +@dropdown-bg: #fff; +//** Dropdown menu `border-color`. +@dropdown-border: rgba(0,0,0,.15); +//** Dropdown menu `border-color` **for IE8**. +@dropdown-fallback-border: #ccc; +//** Divider color for between dropdown items. +@dropdown-divider-bg: #e5e5e5; + +//** Dropdown link text color. +@dropdown-link-color: @gray-dark; +//** Hover color for dropdown links. +@dropdown-link-hover-color: #fff; +//** Hover background for dropdown links. +@dropdown-link-hover-bg: @component-active-bg; + +//** Active dropdown menu item text color. +@dropdown-link-active-color: #fff; +//** Active dropdown menu item background color. +@dropdown-link-active-bg: @component-active-bg; + +//** Disabled dropdown menu item background color. +@dropdown-link-disabled-color: @gray-light; + +//** Text color for headers within dropdown menus. +@dropdown-header-color: @gray-light; + +//** Deprecated `@dropdown-caret-color` as of v3.1.0 +@dropdown-caret-color: #000; + + +//-- Z-index master list +// +// Warning: Avoid customizing these values. They're used for a bird's eye view +// of components dependent on the z-axis and are designed to all work together. +// +// Note: These variables are not generated into the Customizer. + +@zindex-navbar: 1000; +@zindex-dropdown: 1000; +@zindex-popover: 1060; +@zindex-tooltip: 1070; +@zindex-navbar-fixed: 1030; +@zindex-modal-background: 1040; +@zindex-modal: 1050; + + +//== Media queries breakpoints +// +//## Define the breakpoints at which your layout will change, adapting to different screen sizes. + +// Extra small screen / phone +//** Deprecated `@screen-xs` as of v3.0.1 +@screen-xs: 480px; +//** Deprecated `@screen-xs-min` as of v3.2.0 +@screen-xs-min: @screen-xs; +//** Deprecated `@screen-phone` as of v3.0.1 +@screen-phone: @screen-xs-min; + +// Small screen / tablet +//** Deprecated `@screen-sm` as of v3.0.1 +@screen-sm: 768px; +@screen-sm-min: @screen-sm; +//** Deprecated `@screen-tablet` as of v3.0.1 +@screen-tablet: @screen-sm-min; + +// Medium screen / desktop +//** Deprecated `@screen-md` as of v3.0.1 +@screen-md: 992px; +@screen-md-min: @screen-md; +//** Deprecated `@screen-desktop` as of v3.0.1 +@screen-desktop: @screen-md-min; + +// Large screen / wide desktop +//** Deprecated `@screen-lg` as of v3.0.1 +@screen-lg: 1200px; +@screen-lg-min: @screen-lg; +//** Deprecated `@screen-lg-desktop` as of v3.0.1 +@screen-lg-desktop: @screen-lg-min; + +// So media queries don't overlap when required, provide a maximum +@screen-xs-max: (@screen-sm-min - 1); +@screen-sm-max: (@screen-md-min - 1); +@screen-md-max: (@screen-lg-min - 1); + + +//== Grid system +// +//## Define your custom responsive grid. + +//** Number of columns in the grid. +@grid-columns: 12; +//** Padding between columns. Gets divided in half for the left and right. +@grid-gutter-width: 30px; +// Navbar collapse +//** Point at which the navbar becomes uncollapsed. +@grid-float-breakpoint: @screen-sm-min; +//** Point at which the navbar begins collapsing. +@grid-float-breakpoint-max: (@grid-float-breakpoint - 1); + + +//== Container sizes +// +//## Define the maximum width of `.container` for different screen sizes. + +// Small screen / tablet +@container-tablet: (720px + @grid-gutter-width); +//** For `@screen-sm-min` and up. +@container-sm: @container-tablet; + +// Medium screen / desktop +@container-desktop: (940px + @grid-gutter-width); +//** For `@screen-md-min` and up. +@container-md: @container-desktop; + +// Large screen / wide desktop +@container-large-desktop: (1140px + @grid-gutter-width); +//** For `@screen-lg-min` and up. +@container-lg: @container-large-desktop; + + +//== Navbar +// +//## + +// Basics of a navbar +@navbar-height: 50px; +@navbar-margin-bottom: @line-height-computed; +@navbar-border-radius: @border-radius-base; +@navbar-padding-horizontal: floor((@grid-gutter-width / 2)); +@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2); +@navbar-collapse-max-height: 340px; + +@navbar-default-color: #fff; +@navbar-default-bg: @gray-darker; +@navbar-default-border: darken(@navbar-default-bg, 6.5%); + +// Navbar links +@navbar-default-link-color: #fff; +@navbar-default-link-hover-color: #fff; +@navbar-default-link-hover-bg: darken(@navbar-default-bg, 10%); +@navbar-default-link-active-color: @navbar-default-link-hover-color; +@navbar-default-link-active-bg: @navbar-default-link-hover-bg; +@navbar-default-link-disabled-color: #ccc; +@navbar-default-link-disabled-bg: transparent; + +// Navbar brand label +@navbar-default-brand-color: @navbar-default-link-color; +@navbar-default-brand-hover-color: #fff; +@navbar-default-brand-hover-bg: none; + +// Navbar toggle +@navbar-default-toggle-hover-bg: @navbar-default-link-hover-bg; +@navbar-default-toggle-icon-bar-bg: #fff; +@navbar-default-toggle-border-color: transparent; + + +//=== Inverted navbar +// Reset inverted navbar basics +@navbar-inverse-color: #fff; +@navbar-inverse-bg: @brand-primary; +@navbar-inverse-border: darken(@navbar-inverse-bg, 10%); + +// Inverted navbar links +@navbar-inverse-link-color: #fff; +@navbar-inverse-link-hover-color: #fff; +@navbar-inverse-link-hover-bg: darken(@navbar-inverse-bg, 10%); +@navbar-inverse-link-active-color: @navbar-inverse-link-hover-color; +@navbar-inverse-link-active-bg: @navbar-inverse-link-hover-bg; +@navbar-inverse-link-disabled-color: #fff; +@navbar-inverse-link-disabled-bg: transparent; + +// Inverted navbar brand label +@navbar-inverse-brand-color: @navbar-inverse-link-color; +@navbar-inverse-brand-hover-color: #fff; +@navbar-inverse-brand-hover-bg: none; + +// Inverted navbar toggle +@navbar-inverse-toggle-hover-bg: @navbar-inverse-link-hover-bg; +@navbar-inverse-toggle-icon-bar-bg: #fff; +@navbar-inverse-toggle-border-color: transparent; + + +//== Navs +// +//## + +//=== Shared nav styles +@nav-link-padding: 10px 15px; +@nav-link-hover-bg: @gray-lighter; + +@nav-disabled-link-color: @gray-light; +@nav-disabled-link-hover-color: @gray-light; + +//== Tabs +@nav-tabs-border-color: #ddd; + +@nav-tabs-link-hover-border-color: @gray-lighter; + +@nav-tabs-active-link-hover-bg: @body-bg; +@nav-tabs-active-link-hover-color: @gray; +@nav-tabs-active-link-hover-border-color: #ddd; + +@nav-tabs-justified-link-border-color: #ddd; +@nav-tabs-justified-active-link-border-color: @body-bg; + +//== Pills +@nav-pills-border-radius: @border-radius-base; +@nav-pills-active-link-hover-bg: @component-active-bg; +@nav-pills-active-link-hover-color: @component-active-color; + + +//== Pagination +// +//## + +@pagination-color: @link-color; +@pagination-bg: #fff; +@pagination-border: #ddd; + +@pagination-hover-color: @link-hover-color; +@pagination-hover-bg: @gray-lighter; +@pagination-hover-border: #ddd; + +@pagination-active-color: @gray-light; +@pagination-active-bg: #f5f5f5; +@pagination-active-border: #ddd; + +@pagination-disabled-color: @gray-light; +@pagination-disabled-bg: #fff; +@pagination-disabled-border: #ddd; + + +//== Pager +// +//## + +@pager-bg: @pagination-bg; +@pager-border: @pagination-border; +@pager-border-radius: @border-radius-base; + +@pager-hover-bg: @pagination-hover-bg; + +@pager-active-bg: @pagination-active-bg; +@pager-active-color: @pagination-active-color; + +@pager-disabled-color: @gray-light; + + +//== Jumbotron +// +//## + +@jumbotron-padding: 30px; +@jumbotron-color: inherit; +@jumbotron-bg: @gray-lighter; +@jumbotron-heading-color: inherit; +@jumbotron-font-size: ceil((@font-size-base * 1.5)); +@jumbotron-heading-font-size: ceil((@font-size-base * 4.5)); + + +//== Form states and alerts +// +//## Define colors for form feedback states and, by default, alerts. + +@state-success-text: #fff; +@state-success-bg: @brand-success; +@state-success-border: darken(spin(@state-success-bg, -10), 5%); + +@state-info-text: #fff; +@state-info-bg: @brand-info; +@state-info-border: darken(spin(@state-info-bg, -10), 7%); + +@state-warning-text: #fff; +@state-warning-bg: @brand-warning; +@state-warning-border: darken(spin(@state-warning-bg, -10), 3%); + +@state-danger-text: #fff; +@state-danger-bg: @brand-danger; +@state-danger-border: darken(spin(@state-danger-bg, -10), 3%); + + +//== Tooltips +// +//## + +//** Tooltip max width +@tooltip-max-width: 200px; +//** Tooltip text color +@tooltip-color: #fff; +//** Tooltip background color +@tooltip-bg: #000; +@tooltip-opacity: .9; + +//** Tooltip arrow width +@tooltip-arrow-width: 5px; +//** Tooltip arrow color +@tooltip-arrow-color: @tooltip-bg; + + +//== Popovers +// +//## + +//** Popover body background color +@popover-bg: #fff; +//** Popover maximum width +@popover-max-width: 276px; +//** Popover border color +@popover-border-color: rgba(0,0,0,.2); +//** Popover fallback border color +@popover-fallback-border-color: #ccc; + +//** Popover title background color +@popover-title-bg: darken(@popover-bg, 3%); + +//** Popover arrow width +@popover-arrow-width: 10px; +//** Popover arrow color +@popover-arrow-color: @popover-bg; + +//** Popover outer arrow width +@popover-arrow-outer-width: (@popover-arrow-width + 1); +//** Popover outer arrow color +@popover-arrow-outer-color: fadein(@popover-border-color, 5%); +//** Popover outer arrow fallback color +@popover-arrow-outer-fallback-color: darken(@popover-fallback-border-color, 20%); + + +//== Labels +// +//## + +//** Default label background color +@label-default-bg: @btn-default-bg; +//** Primary label background color +@label-primary-bg: @brand-primary; +//** Success label background color +@label-success-bg: @brand-success; +//** Info label background color +@label-info-bg: @brand-info; +//** Warning label background color +@label-warning-bg: @brand-warning; +//** Danger label background color +@label-danger-bg: @brand-danger; + +//** Default label text color +@label-color: #fff; +//** Default text color of a linked label +@label-link-hover-color: #fff; + + +//== Modals +// +//## + +//** Padding applied to the modal body +@modal-inner-padding: 20px; + +//** Padding applied to the modal title +@modal-title-padding: 15px; +//** Modal title line-height +@modal-title-line-height: @line-height-base; + +//** Background color of modal content area +@modal-content-bg: #fff; +//** Modal content border color +@modal-content-border-color: transparent; +//** Modal content border color **for IE8** +@modal-content-fallback-border-color: #999; + +//** Modal backdrop background color +@modal-backdrop-bg: #000; +//** Modal backdrop opacity +@modal-backdrop-opacity: .5; +//** Modal header border color +@modal-header-border-color: #e5e5e5; +//** Modal footer border color +@modal-footer-border-color: @modal-header-border-color; + +@modal-lg: 900px; +@modal-md: 600px; +@modal-sm: 300px; + + +//== Alerts +// +//## Define alert colors, border radius, and padding. + +@alert-padding: 15px; +@alert-border-radius: @border-radius-base; +@alert-link-font-weight: bold; + +@alert-success-bg: @state-success-bg; +@alert-success-text: @state-success-text; +@alert-success-border: @state-success-border; + +@alert-info-bg: @state-info-bg; +@alert-info-text: @state-info-text; +@alert-info-border: @state-info-border; + +@alert-warning-bg: @state-warning-bg; +@alert-warning-text: @state-warning-text; +@alert-warning-border: @state-warning-border; + +@alert-danger-bg: @state-danger-bg; +@alert-danger-text: @state-danger-text; +@alert-danger-border: @state-danger-border; + + +//== Progress bars +// +//## + +//** Background color of the whole progress component +@progress-bg: #ccc; +//** Progress bar text color +@progress-bar-color: #fff; +//** Variable for setting rounded corners on progress bar. +@progress-border-radius: @border-radius-base; + +//** Default progress bar color +@progress-bar-bg: @brand-primary; +//** Success progress bar color +@progress-bar-success-bg: @brand-success; +//** Warning progress bar color +@progress-bar-warning-bg: @brand-warning; +//** Danger progress bar color +@progress-bar-danger-bg: @brand-danger; +//** Info progress bar color +@progress-bar-info-bg: @brand-info; + + +//== List group +// +//## + +//** Background color on `.list-group-item` +@list-group-bg: #fff; +//** `.list-group-item` border color +@list-group-border: #ddd; +//** List group border radius +@list-group-border-radius: @border-radius-base; + +//** Background color of single list items on hover +@list-group-hover-bg: #f5f5f5; +//** Text color of active list items +@list-group-active-color: @component-active-color; +//** Background color of active list items +@list-group-active-bg: @component-active-bg; +//** Border color of active list elements +@list-group-active-border: @list-group-border; +//** Text color for content within active list items +@list-group-active-text-color: lighten(@list-group-active-bg, 40%); + +//** Text color of disabled list items +@list-group-disabled-color: @gray-light; +//** Background color of disabled list items +@list-group-disabled-bg: @gray-lighter; +//** Text color for content within disabled list items +@list-group-disabled-text-color: @list-group-disabled-color; + +@list-group-link-color: #555; +@list-group-link-hover-color: @list-group-link-color; +@list-group-link-heading-color: #333; + + +//== Panels +// +//## + +@panel-bg: #fff; +@panel-body-padding: 15px; +@panel-heading-padding: 10px 15px; +@panel-footer-padding: @panel-heading-padding; +@panel-border-radius: @border-radius-base; + +//** Border color for elements within panels +@panel-inner-border: #ddd; +@panel-footer-bg: #f5f5f5; + +@panel-default-text: @gray-dark; +@panel-default-border: #ddd; +@panel-default-heading-bg: #f5f5f5; + +@panel-primary-text: #fff; +@panel-primary-border: @brand-primary; +@panel-primary-heading-bg: @brand-primary; + +@panel-success-text: @state-success-text; +@panel-success-border: @state-success-border; +@panel-success-heading-bg: @state-success-bg; + +@panel-info-text: @state-info-text; +@panel-info-border: @state-info-border; +@panel-info-heading-bg: @state-info-bg; + +@panel-warning-text: @state-warning-text; +@panel-warning-border: @state-warning-border; +@panel-warning-heading-bg: @state-warning-bg; + +@panel-danger-text: @state-danger-text; +@panel-danger-border: @state-danger-border; +@panel-danger-heading-bg: @state-danger-bg; + + +//== Thumbnails +// +//## + +//** Padding around the thumbnail image +@thumbnail-padding: 4px; +//** Thumbnail background color +@thumbnail-bg: @body-bg; +//** Thumbnail border color +@thumbnail-border: #ddd; +//** Thumbnail border radius +@thumbnail-border-radius: @border-radius-base; + +//** Custom text color for thumbnail captions +@thumbnail-caption-color: @text-color; +//** Padding around the thumbnail caption +@thumbnail-caption-padding: 9px; + + +//== Wells +// +//## + +@well-bg: #f5f5f5; +@well-border: darken(@well-bg, 7%); + + +//== Badges +// +//## + +@badge-color: #fff; +//** Linked badge text color on hover +@badge-link-hover-color: #fff; +@badge-bg: @brand-primary; + +//** Badge text color in active nav link +@badge-active-color: @link-color; +//** Badge background color in active nav link +@badge-active-bg: #fff; + +@badge-font-weight: bold; +@badge-line-height: 1; +@badge-border-radius: 10px; + + +//== Breadcrumbs +// +//## + +@breadcrumb-padding-vertical: 8px; +@breadcrumb-padding-horizontal: 15px; +//** Breadcrumb background color +@breadcrumb-bg: #f5f5f5; +//** Breadcrumb text color +@breadcrumb-color: #ccc; +//** Text color of current page in the breadcrumb +@breadcrumb-active-color: @gray-light; +//** Textual separator for between breadcrumb elements +@breadcrumb-separator: "/"; + + +//== Carousel +// +//## + +@carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6); + +@carousel-control-color: #fff; +@carousel-control-width: 15%; +@carousel-control-opacity: .5; +@carousel-control-font-size: 20px; + +@carousel-indicator-active-bg: #fff; +@carousel-indicator-border-color: #fff; + +@carousel-caption-color: #fff; + + +//== Close +// +//## + +@close-font-weight: bold; +@close-color: #fff; +@close-text-shadow: 0 1px 0 #fff; + + +//== Code +// +//## + +@code-color: #c7254e; +@code-bg: #f9f2f4; + +@kbd-color: #fff; +@kbd-bg: #333; + +@pre-bg: #f5f5f5; +@pre-color: @gray-dark; +@pre-border-color: #ccc; +@pre-scrollable-max-height: 340px; + + +//== Type +// +//## + +//** Horizontal offset for forms and lists. +@component-offset-horizontal: 180px; +//** Text muted color +@text-muted: @gray-light; +//** Abbreviations and acronyms border color +@abbr-border-color: @gray-light; +//** Headings small color +@headings-small-color: @gray-light; +//** Blockquote small color +@blockquote-small-color: @gray-light; +//** Blockquote font size +@blockquote-font-size: (@font-size-base * 1.25); +//** Blockquote border color +@blockquote-border-color: @gray-lighter; +//** Page header border color +@page-header-border-color: @gray-lighter; +//** Width of horizontal description list titles +@dl-horizontal-offset: @component-offset-horizontal; +//** Point at which .dl-horizontal becomes horizontal +@dl-horizontal-breakpoint: @grid-float-breakpoint; +//** Horizontal line color. +@hr-border: @gray-lighter; http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/abhishek.jpg ---------------------------------------------------------------------- diff --git a/assets/images/abhishek.jpg b/assets/images/abhishek.jpg new file mode 100644 index 0000000..4d6df70 Binary files /dev/null and b/assets/images/abhishek.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/apache-gobblin-logo.png ---------------------------------------------------------------------- diff --git a/assets/images/apache-gobblin-logo.png b/assets/images/apache-gobblin-logo.png new file mode 100644 index 0000000..b4b45a2 Binary files /dev/null and b/assets/images/apache-gobblin-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/apache-gobblin-nofeather-logo.jpg ---------------------------------------------------------------------- diff --git a/assets/images/apache-gobblin-nofeather-logo.jpg b/assets/images/apache-gobblin-nofeather-logo.jpg new file mode 100644 index 0000000..8eb625b Binary files /dev/null and b/assets/images/apache-gobblin-nofeather-logo.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/apache-gobblin-nofeather-logo.png ---------------------------------------------------------------------- diff --git a/assets/images/apache-gobblin-nofeather-logo.png b/assets/images/apache-gobblin-nofeather-logo.png new file mode 100644 index 0000000..03249dc Binary files /dev/null and b/assets/images/apache-gobblin-nofeather-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/applift.png ---------------------------------------------------------------------- diff --git a/assets/images/applift.png b/assets/images/applift.png new file mode 100644 index 0000000..ca18bc6 Binary files /dev/null and b/assets/images/applift.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/aws.jpg ---------------------------------------------------------------------- diff --git a/assets/images/aws.jpg b/assets/images/aws.jpg new file mode 100644 index 0000000..001ecec Binary files /dev/null and b/assets/images/aws.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/aws.png ---------------------------------------------------------------------- diff --git a/assets/images/aws.png b/assets/images/aws.png new file mode 100644 index 0000000..eb9e1e8 Binary files /dev/null and b/assets/images/aws.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/cern.png ---------------------------------------------------------------------- diff --git a/assets/images/cern.png b/assets/images/cern.png new file mode 100644 index 0000000..b1d077c Binary files /dev/null and b/assets/images/cern.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/chavdar.jpg ---------------------------------------------------------------------- diff --git a/assets/images/chavdar.jpg b/assets/images/chavdar.jpg new file mode 100644 index 0000000..8379a77 Binary files /dev/null and b/assets/images/chavdar.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/cleverdata.png ---------------------------------------------------------------------- diff --git a/assets/images/cleverdata.png b/assets/images/cleverdata.png new file mode 100644 index 0000000..9cd2550 Binary files /dev/null and b/assets/images/cleverdata.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/data-binary.png ---------------------------------------------------------------------- diff --git a/assets/images/data-binary.png b/assets/images/data-binary.png new file mode 100644 index 0000000..9b4496e Binary files /dev/null and b/assets/images/data-binary.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/ebay.png ---------------------------------------------------------------------- diff --git a/assets/images/ebay.png b/assets/images/ebay.png new file mode 100644 index 0000000..6471ee5 Binary files /dev/null and b/assets/images/ebay.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/favicon.ico ---------------------------------------------------------------------- diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico new file mode 100644 index 0000000..70a749c Binary files /dev/null and b/assets/images/favicon.ico differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/hadoop.png ---------------------------------------------------------------------- diff --git a/assets/images/hadoop.png b/assets/images/hadoop.png new file mode 100644 index 0000000..26d0198 Binary files /dev/null and b/assets/images/hadoop.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/hung.jpg ---------------------------------------------------------------------- diff --git a/assets/images/hung.jpg b/assets/images/hung.jpg new file mode 100644 index 0000000..abff323 Binary files /dev/null and b/assets/images/hung.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/ibm.png ---------------------------------------------------------------------- diff --git a/assets/images/ibm.png b/assets/images/ibm.png new file mode 100644 index 0000000..a098e62 Binary files /dev/null and b/assets/images/ibm.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/incubator_feather_egg_logo.png ---------------------------------------------------------------------- diff --git a/assets/images/incubator_feather_egg_logo.png b/assets/images/incubator_feather_egg_logo.png new file mode 100644 index 0000000..338169e Binary files /dev/null and b/assets/images/incubator_feather_egg_logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/intel.png ---------------------------------------------------------------------- diff --git a/assets/images/intel.png b/assets/images/intel.png new file mode 100644 index 0000000..da82e15 Binary files /dev/null and b/assets/images/intel.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/issac.jpeg ---------------------------------------------------------------------- diff --git a/assets/images/issac.jpeg b/assets/images/issac.jpeg new file mode 100644 index 0000000..55c4c39 Binary files /dev/null and b/assets/images/issac.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/java.png ---------------------------------------------------------------------- diff --git a/assets/images/java.png b/assets/images/java.png new file mode 100644 index 0000000..0a54ce0 Binary files /dev/null and b/assets/images/java.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/jean.jpg ---------------------------------------------------------------------- diff --git a/assets/images/jean.jpg b/assets/images/jean.jpg new file mode 100644 index 0000000..3cefc27 Binary files /dev/null and b/assets/images/jean.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/jim.jpg ---------------------------------------------------------------------- diff --git a/assets/images/jim.jpg b/assets/images/jim.jpg new file mode 100644 index 0000000..159869a Binary files /dev/null and b/assets/images/jim.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/kishore.jpg ---------------------------------------------------------------------- diff --git a/assets/images/kishore.jpg b/assets/images/kishore.jpg new file mode 100644 index 0000000..d5754a2 Binary files /dev/null and b/assets/images/kishore.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/linkedin.png ---------------------------------------------------------------------- diff --git a/assets/images/linkedin.png b/assets/images/linkedin.png new file mode 100644 index 0000000..5cc2465 Binary files /dev/null and b/assets/images/linkedin.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/lorand.jpeg ---------------------------------------------------------------------- diff --git a/assets/images/lorand.jpeg b/assets/images/lorand.jpeg new file mode 100644 index 0000000..3f49433 Binary files /dev/null and b/assets/images/lorand.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/mapreduce.png ---------------------------------------------------------------------- diff --git a/assets/images/mapreduce.png b/assets/images/mapreduce.png new file mode 100644 index 0000000..0d0163a Binary files /dev/null and b/assets/images/mapreduce.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/mesos-cluster.png ---------------------------------------------------------------------- diff --git a/assets/images/mesos-cluster.png b/assets/images/mesos-cluster.png new file mode 100644 index 0000000..dacb440 Binary files /dev/null and b/assets/images/mesos-cluster.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/mesos.png ---------------------------------------------------------------------- diff --git a/assets/images/mesos.png b/assets/images/mesos.png new file mode 100644 index 0000000..13197a2 Binary files /dev/null and b/assets/images/mesos.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/microsoft.png ---------------------------------------------------------------------- diff --git a/assets/images/microsoft.png b/assets/images/microsoft.png new file mode 100644 index 0000000..72bcfef Binary files /dev/null and b/assets/images/microsoft.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/nerdwallet.png ---------------------------------------------------------------------- diff --git a/assets/images/nerdwallet.png b/assets/images/nerdwallet.png new file mode 100644 index 0000000..0852f52 Binary files /dev/null and b/assets/images/nerdwallet.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/olivier.jpg ---------------------------------------------------------------------- diff --git a/assets/images/olivier.jpg b/assets/images/olivier.jpg new file mode 100644 index 0000000..bfea395 Binary files /dev/null and b/assets/images/olivier.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/paypal.png ---------------------------------------------------------------------- diff --git a/assets/images/paypal.png b/assets/images/paypal.png new file mode 100644 index 0000000..54c7cf7 Binary files /dev/null and b/assets/images/paypal.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/prezi.png ---------------------------------------------------------------------- diff --git a/assets/images/prezi.png b/assets/images/prezi.png new file mode 100644 index 0000000..a48bca3 Binary files /dev/null and b/assets/images/prezi.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/sahil.jpg ---------------------------------------------------------------------- diff --git a/assets/images/sahil.jpg b/assets/images/sahil.jpg new file mode 100644 index 0000000..66fdd63 Binary files /dev/null and b/assets/images/sahil.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/sandia.png ---------------------------------------------------------------------- diff --git a/assets/images/sandia.png b/assets/images/sandia.png new file mode 100644 index 0000000..0f9596b Binary files /dev/null and b/assets/images/sandia.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/shirshanka.jpeg ---------------------------------------------------------------------- diff --git a/assets/images/shirshanka.jpeg b/assets/images/shirshanka.jpeg new file mode 100644 index 0000000..c07fb03 Binary files /dev/null and b/assets/images/shirshanka.jpeg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/stripe_work.png ---------------------------------------------------------------------- diff --git a/assets/images/stripe_work.png b/assets/images/stripe_work.png new file mode 100644 index 0000000..635a24e Binary files /dev/null and b/assets/images/stripe_work.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/stunlock-studios.png ---------------------------------------------------------------------- diff --git a/assets/images/stunlock-studios.png b/assets/images/stunlock-studios.png new file mode 100644 index 0000000..d611b5a Binary files /dev/null and b/assets/images/stunlock-studios.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/swisscom.png ---------------------------------------------------------------------- diff --git a/assets/images/swisscom.png b/assets/images/swisscom.png new file mode 100644 index 0000000..013b196 Binary files /dev/null and b/assets/images/swisscom.png differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/threads.gif ---------------------------------------------------------------------- diff --git a/assets/images/threads.gif b/assets/images/threads.gif new file mode 100644 index 0000000..c0bc634 Binary files /dev/null and b/assets/images/threads.gif differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/yinan.jpg ---------------------------------------------------------------------- diff --git a/assets/images/yinan.jpg b/assets/images/yinan.jpg new file mode 100644 index 0000000..03048f7 Binary files /dev/null and b/assets/images/yinan.jpg differ http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/assets/images/ziyang.jpg ---------------------------------------------------------------------- diff --git a/assets/images/ziyang.jpg b/assets/images/ziyang.jpg new file mode 100644 index 0000000..86722a0 Binary files /dev/null and b/assets/images/ziyang.jpg differ
