Initial import: mockups, visual identity, stock photos, project plan, README
7
docs/mockups/Resources/SampleStyle.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
place extra stylesheet here
|
||||
*/
|
||||
|
||||
.ImageContainer img {
|
||||
border: solid 2px #999;
|
||||
}
|
||||
2
docs/mockups/index.html
Normal file
BIN
docs/mockups/pages/01_start_page.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
docs/mockups/pages/02_main_menu.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
docs/mockups/pages/03_sidebar_menu.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
docs/mockups/pages/04_search_page.png
Normal file
|
After Width: | Height: | Size: 196 KiB |
BIN
docs/mockups/pages/05_search_item.png
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
docs/mockups/pages/06_inventory.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
docs/mockups/pages/071_inventory_item_edit_.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
docs/mockups/pages/07_inventory_item.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
docs/mockups/pages/08_your_profile.png
Normal file
|
After Width: | Height: | Size: 162 KiB |
BIN
docs/mockups/pages/09_public_profile.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
docs/mockups/pages/10_chat.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
docs/mockups/pages/99_main_page.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
docs/mockups/pages/main_menu.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
docs/mockups/pages/search_item.png
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
docs/mockups/pages/search_page.png
Normal file
|
After Width: | Height: | Size: 196 KiB |
4
docs/mockups/robots.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# robotstxt.org/
|
||||
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
5
docs/mockups/static/css/bootstrap.min.css
vendored
Normal file
79
docs/mockups/static/css/main.css
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext);
|
||||
|
||||
#affix-nav {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#affix-nav ul {
|
||||
background-color: white;
|
||||
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 1px 6px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
#affix-nav li a:hover {
|
||||
color: #000000;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
#affix-nav li a {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
padding: 20px 0px 20px 0px;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
color: #333;
|
||||
border-radius: 0;
|
||||
-webkit-transition: background 200ms linear;
|
||||
-moz-transition: background 200ms linear;
|
||||
-ms-transition: background 200ms linear;
|
||||
-o-transition: background 200ms linear;
|
||||
transition: background 200ms linear;
|
||||
}
|
||||
|
||||
#affix-nav li.active a {
|
||||
background-color: #DEDEDE;
|
||||
}
|
||||
|
||||
/* Medium devices (desktops, 992px and up) */
|
||||
@media (min-width: 992px) {
|
||||
.container-full {
|
||||
margin-left: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
#navbar .nav {
|
||||
position: fixed;
|
||||
width: 220px;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#images .image-header {
|
||||
margin-left: 10px;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
#images .image-header h2 {
|
||||
color: #5265A2;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
margin-top: 5px;
|
||||
letter-spacing: 1.2px;
|
||||
}
|
||||
|
||||
#images hr {
|
||||
border-top-width: 8px;
|
||||
}
|
||||
|
||||
#images img {
|
||||
margin: 0 auto 10px auto;
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
padding: 10px 15px 10px 15px;
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
BIN
docs/mockups/static/icons/apple-touch-icon-114x114.png
Normal file
|
After Width: | Height: | Size: 7 KiB |
BIN
docs/mockups/static/icons/apple-touch-icon-120x120.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
docs/mockups/static/icons/apple-touch-icon-57x57.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
docs/mockups/static/icons/apple-touch-icon-60x60.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
docs/mockups/static/icons/apple-touch-icon-72x72.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
docs/mockups/static/icons/apple-touch-icon-76x76.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
docs/mockups/static/icons/apple-touch-icon-precomposed.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
docs/mockups/static/icons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
11
docs/mockups/static/icons/browserconfig.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="static/icons/mstile-70x70.png"/>
|
||||
<square150x150logo src="static/icons/mstile-150x150.png"/>
|
||||
<wide310x150logo src="static/icons/mstile-310x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
docs/mockups/static/icons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
docs/mockups/static/icons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
docs/mockups/static/icons/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
docs/mockups/static/icons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
docs/mockups/static/icons/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
docs/mockups/static/icons/mstile-310x150.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
docs/mockups/static/icons/mstile-70x70.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
7
docs/mockups/static/js/bootstrap.min.js
vendored
Normal file
5
docs/mockups/static/js/html5shiv.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
|
||||
a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}</style>";
|
||||
c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
|
||||
"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment();
|
||||
for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
|
||||