Skip to content

Commit

Permalink
Merge pull request #1 from dpmittal/master
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
upsehaj authored Jul 16, 2018
2 parents 9e91a40 + 30affa0 commit 1d5e948
Show file tree
Hide file tree
Showing 260 changed files with 69,882 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions assets/css/now-ui-kit.min.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions assets/css/now-ui-kit.min23cd.css

Large diffs are not rendered by default.

1,112 changes: 1,112 additions & 0 deletions assets/demo/demo.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/demo/docs.min.css

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions assets/demo/docs.min.js

Large diffs are not rendered by default.

585 changes: 585 additions & 0 deletions assets/demo/jquery.sharrre.js

Large diffs are not rendered by default.

119 changes: 119 additions & 0 deletions assets/demo/src/application.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
// IT'S ALL JUST JUNK FOR OUR DOCS!
// ++++++++++++++++++++++++++++++++++++++++++

/*!
* JavaScript for Bootstrap's docs (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/.
*/

/* global Clipboard, anchors */

(function($) {
'use strict';

$(function() {
// Indeterminate checkbox example
$('.bd-example-indeterminate [type="checkbox"]').prop(
'indeterminate',
true
);

// Tooltip and popover demos
$('.tooltip-demo').tooltip({
selector: '[data-toggle="tooltip"]',
container: 'body',
});

$('[data-toggle="popover"]').popover();

// Demos within modals
$('.tooltip-test').tooltip();
$('.popover-test').popover();

// Indeterminate checkbox example
$('.bd-example-indeterminate [type="checkbox"]').prop(
'indeterminate',
true
);

// Disable empty links in docs examples
$('.bd-content [href="#"]').click(function(e) {
e.preventDefault();
});

// Modal relatedTarget demo
$('#exampleModal').on('show.bs.modal', function(event) {
var $button = $(event.relatedTarget); // Button that triggered the modal
var recipient = $button.data('whatever'); // Extract info from data-* attributes
// If necessary, you could initiate an AJAX request here (and then do the updating in a callback).
// Update the modal's content. We'll use jQuery here, but you could use a data binding library or other methods instead.
var $modal = $(this);
$modal.find('.modal-title').text('New message to ' + recipient);
$modal.find('.modal-body input').val(recipient);
});

// Activate animated progress bar
$('.bd-toggle-animated-progress').on('click', function() {
$(this)
.siblings('.progress')
.find('.progress-bar-striped')
.toggleClass('progress-bar-animated');
});

// Insert copy to clipboard button before .highlight
$('.highlight').each(function() {
var btnHtml =
'<div class="bd-clipboard"><button class="btn-clipboard" title="Copy to clipboard">Copy</button></div>';
$(this).before(btnHtml);
$('.btn-clipboard').tooltip().on('mouseleave', function() {
// explicitly hide tooltip, since after clicking it remains
// focused (as it's a button), so tooltip would otherwise
// remain visible until focus is moved away
$(this).tooltip('hide');
});
});

var clipboard = new Clipboard('.btn-clipboard', {
target: function(trigger) {
return trigger.parentNode.nextElementSibling;
},
});

clipboard.on('success', function(e) {
$(e.trigger)
.attr('title', 'Copied!')
.tooltip('_fixTitle')
.tooltip('show')
.attr('title', 'Copy to clipboard')
.tooltip('_fixTitle');

e.clearSelection();
});

clipboard.on('error', function(e) {
var modifierKey = /Mac/i.test(navigator.userAgent) ? '\u2318' : 'Ctrl-';
var fallbackMsg = 'Press ' + modifierKey + 'C to copy';

$(e.trigger)
.attr('title', fallbackMsg)
.tooltip('_fixTitle')
.tooltip('show')
.attr('title', 'Copy to clipboard')
.tooltip('_fixTitle');
});

anchors.options = {
icon: '#',
};
anchors.add(
'.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5'
);
$(
'.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5'
).wrapInner('<div></div>');
});
})(jQuery);
6 changes: 6 additions & 0 deletions assets/demo/vendor/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions assets/demo/vendor/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions assets/demo/vendor/holder.min.js

Large diffs are not rendered by default.

Binary file added assets/img/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/balmain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg17.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg18.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg19.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg20.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg21.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg22.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg23.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg24.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg25.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg26.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg27.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg28.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg29.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg30.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg31.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg32.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg35.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bg37.jpg
Binary file added assets/img/bg38.jpg
Binary file added assets/img/bg39.jpg
Binary file added assets/img/bg4.jpg
Binary file added assets/img/bg40.jpg
Binary file added assets/img/bg41.jpg
Binary file added assets/img/bg43.jpg
Binary file added assets/img/bg44.jpg
Binary file added assets/img/bg45.jpg
Binary file added assets/img/bg5.jpg
Binary file added assets/img/bg51.jpg
Binary file added assets/img/bg7.jpg
Binary file added assets/img/bg9.jpg
Binary file added assets/img/blurred-image-1.jpg
Binary file added assets/img/boglioli.jpg
Binary file added assets/img/card-blog2.jpg
Binary file added assets/img/card-blog3.jpg
Binary file added assets/img/contact1.jpg
Binary file added assets/img/creative-tim-white-slim2.png
Binary file added assets/img/emily.jpg
Binary file added assets/img/examples/card-blog10.jpg
Binary file added assets/img/examples/card-blog11.jpg
Binary file added assets/img/examples/card-blog12.jpg
Binary file added assets/img/examples/card-blog13.jpg
Binary file added assets/img/examples/card-blog14.jpg
Binary file added assets/img/examples/card-blog15.jpg
Binary file added assets/img/examples/card-blog16.jpg
Binary file added assets/img/examples/card-blog17.jpg
Binary file added assets/img/examples/card-blog18.jpg
Binary file added assets/img/examples/card-blog4.jpg
Binary file added assets/img/examples/card-blog6.jpg
Binary file added assets/img/examples/card-blog7.jpg
Binary file added assets/img/examples/card-blog9.jpg
Binary file added assets/img/examples/card-profile1.jpg
Binary file added assets/img/examples/card-profile2.jpg
Binary file added assets/img/examples/card-profile3.jpg
Binary file added assets/img/favicon.png
Binary file added assets/img/gucci.jpg
Binary file added assets/img/hero-image-1.png
Binary file added assets/img/hero-image-2.png
Binary file added assets/img/hero-image-3.png
Binary file added assets/img/image_placeholder.jpg
Binary file added assets/img/invision-white-slim.png
Binary file added assets/img/ipad.png
Binary file added assets/img/ipad2-inverted.png
Binary file added assets/img/ipad3.png
Binary file added assets/img/iphone2.png
Binary file added assets/img/james.jpg
Binary file added assets/img/julie.jpg
Binary file added assets/img/kingsman.jpg
Binary file added assets/img/login.jpg
Binary file added assets/img/marie.jpg
Binary file added assets/img/michael.jpg
Binary file added assets/img/mike.jpg
Binary file added assets/img/now-logo.png
Binary file added assets/img/olivia.jpg
Binary file added assets/img/placeholder.jpg
Binary file added assets/img/polo.jpg
Binary file added assets/img/pp-1.jpg
Binary file added assets/img/pp-2.jpg
Binary file added assets/img/pp-3.jpg
Binary file added assets/img/pp-4.jpg
Binary file added assets/img/pp-5.jpg
Binary file added assets/img/pp-cov.jpg
Binary file added assets/img/prada.jpg
Binary file added assets/img/presentation-page/basic_thumb.jpg
Binary file added assets/img/presentation-page/blogpost1.jpg
Binary file added assets/img/presentation-page/blogpost2.jpg
Binary file added assets/img/presentation-page/blogpost3.jpg
Binary file added assets/img/presentation-page/blogpost4.jpg
Binary file added assets/img/presentation-page/blogpost5.jpg
Binary file added assets/img/presentation-page/card3.jpg
Binary file added assets/img/presentation-page/card4.jpg
Binary file added assets/img/presentation-page/card5.jpg
Binary file added assets/img/presentation-page/card6.jpg
Binary file added assets/img/presentation-page/card7.jpg
Binary file added assets/img/presentation-page/cards_thumb.jpg
Binary file added assets/img/presentation-page/coloured-card.jpg
Binary file added assets/img/presentation-page/contact1.jpg
Binary file added assets/img/presentation-page/contact2.jpg
Binary file added assets/img/presentation-page/content1.jpg
Binary file added assets/img/presentation-page/content4.jpg
Binary file added assets/img/presentation-page/features1.jpg
Binary file added assets/img/presentation-page/features2.jpg
Binary file added assets/img/presentation-page/features3.jpg
Binary file added assets/img/presentation-page/features4.jpg
Binary file added assets/img/presentation-page/features5.jpg
Binary file added assets/img/presentation-page/features6.jpg
Binary file added assets/img/presentation-page/features7.jpg
Binary file added assets/img/presentation-page/features8.jpg
Binary file added assets/img/presentation-page/harvard.jpg
Binary file added assets/img/presentation-page/header1.jpg
Binary file added assets/img/presentation-page/header2.jpg
Binary file added assets/img/presentation-page/header3.jpg
Binary file added assets/img/presentation-page/header4.jpg
Binary file added assets/img/presentation-page/linkedin-btn.jpg
Binary file added assets/img/presentation-page/microsoft.jpg
Binary file added assets/img/presentation-page/pages/about-us.jpg
Binary file added assets/img/presentation-page/pages/blog-post.jpg
Binary file added assets/img/presentation-page/pages/contact.jpg
Binary file added assets/img/presentation-page/pages/ecommerce.jpg
Binary file added assets/img/presentation-page/pages/landing.jpg
Binary file added assets/img/presentation-page/pages/login.jpg
Binary file added assets/img/presentation-page/pages/pricing.jpg
Binary file added assets/img/presentation-page/pages/product.jpg
Binary file added assets/img/presentation-page/pages/profile.jpg
Binary file added assets/img/presentation-page/pages/signup.jpg
Binary file added assets/img/presentation-page/pages2_thumb.jpg
Binary file added assets/img/presentation-page/pricing1.jpg
Binary file added assets/img/presentation-page/pricing2.jpg
Binary file added assets/img/presentation-page/pricing3.jpg
Binary file added assets/img/presentation-page/pricing4.jpg
Binary file added assets/img/presentation-page/pricing5.jpg
Binary file added assets/img/presentation-page/projects1.jpg
Binary file added assets/img/presentation-page/projects2.jpg
Binary file added assets/img/presentation-page/projects4.jpg
Binary file added assets/img/presentation-page/projects5.jpg
Binary file added assets/img/presentation-page/sections_thumb.jpg
Binary file added assets/img/presentation-page/share-btn.jpg
Binary file added assets/img/presentation-page/social-row.jpg
Binary file added assets/img/presentation-page/stanford.jpg
Binary file added assets/img/presentation-page/table.jpg
Binary file added assets/img/presentation-page/team1.jpg
Binary file added assets/img/presentation-page/team2.jpg
Binary file added assets/img/presentation-page/team3.jpg
Binary file added assets/img/presentation-page/team4.jpg
Binary file added assets/img/presentation-page/team5.jpg
Binary file added assets/img/presentation-page/testimonials1.jpg
Binary file added assets/img/presentation-page/testimonials2.jpg
Binary file added assets/img/presentation-page/testimonials3.jpg
Binary file added assets/img/presentation-page/vodafone.jpg
Binary file added assets/img/pricing1.jpg
Binary file added assets/img/pricing2.jpg
Binary file added assets/img/pricing3.jpg
Binary file added assets/img/project1.jpg
Binary file added assets/img/project10.jpg
Binary file added assets/img/project11.jpg
Binary file added assets/img/project12.jpg
Binary file added assets/img/project13.jpg
Binary file added assets/img/project14.jpg
Binary file added assets/img/project15.jpg
Binary file added assets/img/project16.jpg
Binary file added assets/img/project17.jpg
Binary file added assets/img/project18.jpg
Binary file added assets/img/project19.jpg
Binary file added assets/img/project20.jpg
Binary file added assets/img/project21.jpg
Binary file added assets/img/project23.jpg
Binary file added assets/img/project24.jpg
Binary file added assets/img/project4.jpg
Binary file added assets/img/project6.jpg
Binary file added assets/img/project8.jpg
Binary file added assets/img/project9.jpg
Binary file added assets/img/ryan.jpg
Binary file added assets/img/saint-laurent.jpg
Binary file added assets/img/saint-laurent1.jpg
Binary file added assets/img/sweeney.jpg
Binary file added assets/img/tom-ford.jpg
Binary file added assets/img/usher.jpg
Binary file added assets/img/wooyoungmi.jpg
Loading

0 comments on commit 1d5e948

Please sign in to comment.