Skip to content

Commit

Permalink
Repair Website
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmw committed May 1, 2016
1 parent 81c14c7 commit 32ba808
Show file tree
Hide file tree
Showing 13,018 changed files with 309,051 additions and 1,333,548 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 17 additions & 0 deletions .vscode/ftp-sync.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"remotePath": "/var/www/baobab.projekty.surprise.design/public_html/",
"host": "baobab.projekty.surprise.design",
"username": "root",
"password": "!Q2w3e4r5t",
"port": 22,
"protocol": "sftp",
"uploadOnSave": true,
"passive": false,
"debug": false,
"privateKeyPath": null,
"ignore": [
"\\.vscode",
"\\.git",
"\\node_modules"
]
}
1 change: 1 addition & 0 deletions Baobab/.dpd/keys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"437c02b7347b1693fc91d5f890b90200da735509197d9b6d1fa7bb2a0f5b961ad682a04e449f4ebe22cbd000ba3a39118709e9339b692c7b213f8f5569300132b29d1222b5e1d1d8136af2e32a41b7e94e20fe64f3e5a962eb3930d74c5532369b8a3df08c7c25a6cc2e3feea1227926db6705291477e03f0c0c5f6620375566cd8c26434be50a69754e41513862d729648b2bc4ea3c08cb68c0d144473e2cbedc2ff87d0a58048284fe2af239804aae92f8ee65b826cec771a6dddfa1d9371e8ab06b2155433ecd2a561c12d21a4ae652f56f9eb2d956e5734159e0f7939a23bfad25b13b162b4ab0d9b1dbc6c309e303553782e54ef826acdebfc3538b5b57":true}
1 change: 1 addition & 0 deletions Baobab/.dpd/pids/mongod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2957
File renamed without changes.
Binary file added Baobab/data/local.0
Binary file not shown.
Binary file added Baobab/data/local.ns
Binary file not shown.
File renamed without changes.
Binary file added Baobab/data/storage.bson
Binary file not shown.
12 changes: 12 additions & 0 deletions Baobab/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="dpd.js"></script>
</head>
<body>
<h1>Welcome to Deployd!</h1>
<p>You've just created a Deployd app. You can add front-end files in the <code>public</code> folder.</p>
<p>If you're new to Deployd, have a look at the <a href="http://docs.deployd.com/docs/getting-started/what-is-deployd.html">Getting Started Guide</a> or <a href="http://docs.deployd.com/docs/getting-started/your-first-api.html">Hello World Tutorial</a>.</p>
</body>
</html>
45 changes: 45 additions & 0 deletions Baobab/resources/b-kwiaty/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"type": "Collection",
"properties": {
"name": {
"name": "name",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "name",
"order": 0
},
"price": {
"name": "price",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "price",
"order": 1
},
"category": {
"name": "category",
"type": "object",
"typeLabel": "object",
"required": false,
"id": "category",
"order": 2
},
"description": {
"name": "description",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "description",
"order": 3
},
"photo": {
"name": "photo",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "photo",
"order": 4
}
}
}
77 changes: 77 additions & 0 deletions Baobab/resources/b-zamowienia/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"type": "Collection",
"properties": {
"name": {
"name": "name",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "name",
"order": 0
},
"surname": {
"name": "surname",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "surname",
"order": 1
},
"email": {
"name": "email",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "email",
"order": 2
},
"phone": {
"name": "phone",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "phone",
"order": 3
},
"address": {
"name": "address",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "address",
"order": 4
},
"addressSend": {
"name": "addressSend",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "addressSend",
"order": 5
},
"description": {
"name": "description",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "description",
"order": 6
},
"another": {
"name": "another",
"type": "string",
"typeLabel": "string",
"required": false,
"id": "another",
"order": 7
},
"products": {
"name": "products",
"type": "array",
"typeLabel": "array",
"required": false,
"id": "products",
"order": 8
}
}
}
6 changes: 6 additions & 0 deletions Baobab/serv.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
var deployd = require('deployd'),
options = {port: 2407};
var dpd = deployd(options);
dpd.listen();

console.log('Server running at http://127.0.0.1:2404/');
76 changes: 76 additions & 0 deletions Bootstrap-Image-Gallery/css/bootstrap-image-gallery.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
@charset "UTF-8";
/*
* Bootstrap Image Gallery CSS
* https://github.com/blueimp/Bootstrap-Image-Gallery
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/

.blueimp-gallery .modal-body {
position: relative;
text-align: center;
padding: 0 0 56.25% 0;
overflow: hidden;
cursor: pointer;
}
.blueimp-gallery .modal-footer {
margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
max-width: 100%;
max-height: 100%;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.blueimp-gallery .modal-body .video-content video {
display: none;
}
.blueimp-gallery .modal-body .video-playing video {
display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
width: 100%;
height: 100%;
border: none;
left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
display: none;
}
.blueimp-gallery .modal-body .video-content a {
cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
font-family: "Glyphicons Halflings";
-webkit-font-smoothing: antialiased;
content: "\e029";
font-size: 64px;
line-height: 64px;
width: 64px;
height: 64px;
position: absolute;
top: 50%;
margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
background: url(../img/loading.gif) center no-repeat;
background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
content: none;
}

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

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

Binary file added Bootstrap-Image-Gallery/img/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions Bootstrap-Image-Gallery/js/bootstrap-image-gallery.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
/*
* Bootstrap Image Gallery
* https://github.com/blueimp/Bootstrap-Image-Gallery
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/

/*global define, window */

;(function (factory) {
'use strict'
if (typeof define === 'function' && define.amd) {
define([
'jquery',
'./blueimp-gallery'
], factory)
} else {
factory(
window.jQuery,
window.blueimp.Gallery
)
}
}(function ($, Gallery) {
'use strict'

$.extend(Gallery.prototype.options, {
useBootstrapModal: true
})

var close = Gallery.prototype.close
var imageFactory = Gallery.prototype.imageFactory
var videoFactory = Gallery.prototype.videoFactory
var textFactory = Gallery.prototype.textFactory

$.extend(Gallery.prototype, {
modalFactory: function (obj, callback, factoryInterface, factory) {
if (!this.options.useBootstrapModal || factoryInterface) {
return factory.call(this, obj, callback, factoryInterface)
}
var that = this
var modalTemplate = this.container.children('.modal')
var modal = modalTemplate.clone().show().on('click', function (event) {
// Close modal if click is outside of modal-content:
if (event.target === modal[0] ||
event.target === modal.children()[0]) {
event.preventDefault()
event.stopPropagation()
that.close()
}
})
var element = factory.call(this, obj, function (event) {
callback({
type: event.type,
target: modal[0]
})
modal.addClass('in')
}, factoryInterface)
modal.find('.modal-title').text(element.title || String.fromCharCode(160))
modal.find('.modal-body').append(element)
return modal[0]
},

imageFactory: function (obj, callback, factoryInterface) {
return this.modalFactory(obj, callback, factoryInterface, imageFactory)
},

videoFactory: function (obj, callback, factoryInterface) {
return this.modalFactory(obj, callback, factoryInterface, videoFactory)
},

textFactory: function (obj, callback, factoryInterface) {
return this.modalFactory(obj, callback, factoryInterface, textFactory)
},

close: function () {
this.container.find('.modal').removeClass('in')
close.call(this)
}

})
}))
2 changes: 2 additions & 0 deletions Bootstrap-Image-Gallery/js/bootstrap-image-gallery.min.js

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

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

Loading

0 comments on commit 32ba808

Please sign in to comment.