Skip to content

Commit 97a8628

Browse files
committed
first commit
direct transfer from old site
0 parents  commit 97a8628

File tree

173 files changed

+22329
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+22329
-0
lines changed

.gitattributes

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
11+
12+
# Standard to msysgit
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Numerous always-ignore extensions
2+
*.bak
3+
*.diff
4+
*.err
5+
*.orig
6+
*.log
7+
*.rej
8+
*.swo
9+
*.swp
10+
*.vi
11+
.sass-cache
12+
13+
# OS or Editor folders
14+
.DS_Store
15+
._*
16+
Thumbs.db
17+
.cache
18+
.project
19+
.settings
20+
.tmproj
21+
nbproject
22+
*.sublime-project
23+
*.sublime-workspace
24+
25+
# Dreamweaver added files
26+
_notes
27+
dwsync.xml
28+
29+
# Komodo
30+
*.komodoproject
31+
.komodotools
32+
33+
# Espresso
34+
*.esproj
35+
*.espressostorage
36+
37+
# Rubinius
38+
*.rbc
39+
40+
# Folders to ignore
41+
.hg
42+
.svn
43+
.CVS
44+
.idea

.jshintignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
js/libs/*.min.js
2+
js/*.min.js
3+
*.min.js
4+
js/plugins.js

.jshintrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"evil": false, // Make sure to warn about eval
3+
"regexdash": true,
4+
"browser": true,
5+
"jquery": true,
6+
"trailing": false,
7+
"sub": true,
8+
"multistr": true,
9+
"expr": true
10+
}

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- '0.10'
4+
before_install:
5+
- npm install -g jshint
6+
- gem install sass compass modular-scale
7+
script:
8+
- jshint .
9+
- compass compile
10+
notifications:
11+
email:
12+
recipients:
13+
- secure: NYyWrnOzCZC5VrrZiVaBt1BMb3LAvDb/v0gtXnZyXJz4D8kpV4D+FMDcpc44cId5hx2NMfvv26bIKtCj9N8PHBgM2rlztH8rhlI5uC2d2WK4tl2+Do1NCp/MbJKkhDiRDQGukEf+QBoKv/f/xsbuJIHTvPfwNbpiqw1iwGKxzoo=
14+
campfire:
15+
secure: KMTupKSaR1ThG0rW8RpsXcyVCTPfFKvNhU/TJh1QwVx9mPEfU8oeYh65gSiw5IUYy65yL0cB3jAmzJt6pCpujKj/vdy3l6fq4WAzvVLuPOoGK2QYnAPrB3y3CkDH/rG/tfaktyhJ6DntEHqnwJ+GvTU5M5StPHaL1YnweU87FUE=

Czubakowski_Resume_2014_web.pdf

423 KB
Binary file not shown.

README.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Gumby Framework [![Build Status](https://travis-ci.org/GumbyFramework/Gumby.png?branch=master)](https://travis-ci.org/GumbyFramework/Gumby)
2+
=====================
3+
4+
Gumby Framework is a flexible, responsive CSS Framework, Powered by SASS. Create rapid and logical page layout and app
5+
prototypes with a flexible and responsive grid system and UI kit.
6+
7+
Full documentation can be found at [http://gumbyframework.com](http://gumbyframework.com/docs).
8+
9+
More information, including our changelog, can be found in the [Wiki](https://github.com/GumbyFramework/Gumby/wiki).
10+
11+
Our [Google Plus Community](https://plus.google.com/u/0/communities/108760896951473344451) is rapidly growing, we recommend heading over there with any questions you may have or to geek out and discuss the framework and rwd in general.
12+
13+
Gumby is developed with love by your friends at [Digital Surgeons](http://www.digitalsurgeons.com).
14+
15+
Gumby has a few dependencies. Big thank you to the innovative geniuses behind these awesome technologies.
16+
17+
- [Sass](https://github.com/nex3/sass) - Nathan Weizenbaum
18+
- [Compass](https://github.com/chriseppstein/compass) - Chris Eppstein
19+
- [Modular Scale](https://github.com/Team-Sass/modular-scale) - Scott Kellum *Note: Please use modular scale 1.0.6, 2.x has not been integrated yet*
20+
- [FitText](http://fittextjs.com/) - Paravel
21+
- [jQuery](http://jquery.com/)
22+
- [Modernizr](http://modernizr.com/)
23+
24+
**MIT Open Source License**
25+
26+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
27+
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
28+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
29+
persons to whom the Software is furnished to do so, subject to the following conditions:
30+
31+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
32+
Software.
33+
34+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
35+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
36+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
37+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

apple-touch-icon-precomposed.png

54.1 KB
Loading

apple-touch-icon.png

54.1 KB
Loading

bg-1.jpg

975 KB
Loading

bg-1.png

3.96 KB
Loading

bg-2.jpg

1.28 MB
Loading

bg-2.png

3.99 KB
Loading

bg-3.jpg

1.66 MB
Loading

bg-3.png

3.99 KB
Loading

bg-4.jpg

1.73 MB
Loading

bg-5.jpg

905 KB
Loading

bg-6.jpg

783 KB
Loading

bower.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "gumby",
3+
"version": "2.6.3",
4+
"main": ["./js/libs/gumby.min.js", "./css/gumby.css"]
5+
}

bxslider/bower.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "bxslider-4",
3+
"version": "4.1.2",
4+
"homepage": "http://bxslider.com",
5+
"license": "MIT",
6+
"main": [
7+
"jquery.bxslider.js",
8+
"jquery.bxslider.css",
9+
"images/bx_loader.gif",
10+
"images/controls.png"
11+
],
12+
"keywords": [
13+
"bxslider",
14+
"javascript",
15+
"jquery",
16+
"library"
17+
],
18+
"ignore": [
19+
"**/.*",
20+
"*.md"
21+
],
22+
"dependencies": {
23+
"jquery": ">=1.6"
24+
}
25+
}

bxslider/images/bx_loader.gif

8.38 KB
Loading

bxslider/images/controls.png

2.74 KB
Loading

bxslider/jquery.bxslider.css

+204
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
1+
/**
2+
* BxSlider v4.1.2 - Fully loaded, responsive content slider
3+
* http://bxslider.com
4+
*
5+
* Written by: Steven Wanderski, 2014
6+
* http://stevenwanderski.com
7+
* (while drinking Belgian ales and listening to jazz)
8+
*
9+
* CEO and founder of bxCreative, LTD
10+
* http://bxcreative.com
11+
*/
12+
13+
14+
/** RESET AND LAYOUT
15+
===================================*/
16+
17+
.bx-wrapper {
18+
position: relative;
19+
margin: 0 auto 60px;
20+
padding: 0;
21+
*zoom: 1;
22+
}
23+
24+
.bx-wrapper img {
25+
max-width: 100%;
26+
display: block;
27+
}
28+
29+
/** THEME
30+
===================================*/
31+
32+
.bx-wrapper .bx-viewport {
33+
/*-moz-box-shadow: 0 0 5px #ccc;
34+
-webkit-box-shadow: 0 0 5px #ccc;
35+
box-shadow: 0 0 5px #ccc;
36+
border: 1px solid #fff;
37+
left: -5px;*/
38+
background: #fff;
39+
40+
/*fix other elements on the page moving (on Chrome)*/
41+
-webkit-transform: translatez(0);
42+
-moz-transform: translatez(0);
43+
-ms-transform: translatez(0);
44+
-o-transform: translatez(0);
45+
transform: translatez(0);
46+
}
47+
48+
.bx-wrapper .bx-pager,
49+
.bx-wrapper .bx-controls-auto {
50+
position: absolute;
51+
bottom: -30px;
52+
width: 100%;
53+
}
54+
55+
/* LOADER */
56+
57+
.bx-wrapper .bx-loading {
58+
min-height: 50px;
59+
background: url(images/bx_loader.gif) center center no-repeat #fff;
60+
height: 100%;
61+
width: 100%;
62+
position: absolute;
63+
top: 0;
64+
left: 0;
65+
z-index: 2000;
66+
}
67+
68+
/* PAGER */
69+
70+
.bx-wrapper .bx-pager {
71+
text-align: center;
72+
font-size: .85em;
73+
font-family: Arial;
74+
font-weight: bold;
75+
color: #666;
76+
padding-top: 20px;
77+
}
78+
79+
.bx-wrapper .bx-pager .bx-pager-item,
80+
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
81+
display: inline-block;
82+
*zoom: 1;
83+
*display: inline;
84+
}
85+
86+
.bx-wrapper .bx-pager.bx-default-pager a {
87+
background: #666;
88+
text-indent: -9999px;
89+
display: block;
90+
width: 10px;
91+
height: 10px;
92+
margin: 0 5px;
93+
outline: 0;
94+
-moz-border-radius: 5px;
95+
-webkit-border-radius: 5px;
96+
border-radius: 5px;
97+
}
98+
99+
.bx-wrapper .bx-pager.bx-default-pager a:hover,
100+
.bx-wrapper .bx-pager.bx-default-pager a.active {
101+
background: #000;
102+
}
103+
104+
/* DIRECTION CONTROLS (NEXT / PREV) */
105+
106+
.bx-wrapper .bx-prev {
107+
left: 10px;
108+
background: url(images/controls.png) no-repeat 0 -32px;
109+
}
110+
111+
.bx-wrapper .bx-next {
112+
right: 10px;
113+
background: url(images/controls.png) no-repeat -43px -32px;
114+
}
115+
116+
.bx-wrapper .bx-prev:hover {
117+
background-position: 0 0;
118+
}
119+
120+
.bx-wrapper .bx-next:hover {
121+
background-position: -43px 0;
122+
}
123+
124+
.bx-wrapper .bx-controls-direction a {
125+
position: absolute;
126+
top: 50%;
127+
margin-top: -16px;
128+
outline: 0;
129+
width: 32px;
130+
height: 32px;
131+
text-indent: -9999px;
132+
z-index: 9999;
133+
}
134+
135+
.bx-wrapper .bx-controls-direction a.disabled {
136+
display: none;
137+
}
138+
139+
/* AUTO CONTROLS (START / STOP) */
140+
141+
.bx-wrapper .bx-controls-auto {
142+
text-align: center;
143+
}
144+
145+
.bx-wrapper .bx-controls-auto .bx-start {
146+
display: block;
147+
text-indent: -9999px;
148+
width: 10px;
149+
height: 11px;
150+
outline: 0;
151+
background: url(images/controls.png) -86px -11px no-repeat;
152+
margin: 0 3px;
153+
}
154+
155+
.bx-wrapper .bx-controls-auto .bx-start:hover,
156+
.bx-wrapper .bx-controls-auto .bx-start.active {
157+
background-position: -86px 0;
158+
}
159+
160+
.bx-wrapper .bx-controls-auto .bx-stop {
161+
display: block;
162+
text-indent: -9999px;
163+
width: 9px;
164+
height: 11px;
165+
outline: 0;
166+
background: url(images/controls.png) -86px -44px no-repeat;
167+
margin: 0 3px;
168+
}
169+
170+
.bx-wrapper .bx-controls-auto .bx-stop:hover,
171+
.bx-wrapper .bx-controls-auto .bx-stop.active {
172+
background-position: -86px -33px;
173+
}
174+
175+
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
176+
177+
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
178+
text-align: left;
179+
width: 80%;
180+
}
181+
182+
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
183+
right: 0;
184+
width: 35px;
185+
}
186+
187+
/* IMAGE CAPTIONS */
188+
189+
.bx-wrapper .bx-caption {
190+
position: absolute;
191+
bottom: 0;
192+
left: 0;
193+
background: #666\9;
194+
background: rgba(80, 80, 80, 0.75);
195+
width: 100%;
196+
}
197+
198+
.bx-wrapper .bx-caption span {
199+
color: #fff;
200+
font-family: Arial;
201+
display: block;
202+
font-size: .85em;
203+
padding: 10px;
204+
}

0 commit comments

Comments
 (0)