Moar updates

This commit is contained in:
Ariejan de Vroom 2013-03-24 14:27:51 +01:00
parent fe33d5c1c8
commit dbae98c4c0
519 changed files with 7550 additions and 663 deletions

View File

@ -9,7 +9,6 @@ gem 'coderay'
gem 'sass' gem 'sass'
gem 'compass' gem 'compass'
gem 'bourbon'
gem 'typogruby' gem 'typogruby'
gem 'nanoc-cachebuster' gem 'nanoc-cachebuster'

View File

@ -3,9 +3,6 @@ GEM
specs: specs:
adsf (1.1.1) adsf (1.1.1)
rack (>= 1.0.0) rack (>= 1.0.0)
bourbon (3.1.1)
sass (>= 3.2.0)
thor
chunky_png (1.2.7) chunky_png (1.2.7)
coderay (1.0.9) coderay (1.0.9)
colored (1.2) colored (1.2)
@ -37,7 +34,6 @@ GEM
rubypants (0.2.0) rubypants (0.2.0)
sass (3.2.7) sass (3.2.7)
systemu (2.5.2) systemu (2.5.2)
thor (0.17.0)
tilt (1.3.6) tilt (1.3.6)
typogruby (1.0.15) typogruby (1.0.15)
rubypants rubypants
@ -53,7 +49,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
adsf adsf
bourbon
coderay coderay
compass compass
haml haml

6
Rules
View File

@ -1,9 +1,5 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
SASS_LOAD_PATHS = [
File.join(`bundle show bourbon`.chomp, *%w[app assets stylesheets])
]
BYPASS_FILES = %w(404.html crossdomain.xml humans.txt robots.txt) unless defined?(BYPASS_FILES) BYPASS_FILES = %w(404.html crossdomain.xml humans.txt robots.txt) unless defined?(BYPASS_FILES)
BYPASS_FILES.each do |file| BYPASS_FILES.each do |file|
@ -18,7 +14,7 @@ end
compile '/css/*/' do compile '/css/*/' do
# filter :sass, syntax: :scss, load_paths: SASS_LOAD_PATHS # filter :sass, syntax: :scss, load_paths: SASS_LOAD_PATHS
filter :sass, Compass.sass_engine_options.merge(load_paths: SASS_LOAD_PATHS) filter :sass, Compass.sass_engine_options
end end
compile '/js/*/' do compile '/js/*/' do

266
content/css/_fonts.scss Normal file
View File

@ -0,0 +1,266 @@
body {font:13px/18px Arial, Helvetica, 'Nimbus Sans L', sans-serif;}
li p {
font-size:13px;
line-height:18px;
}
input, textarea {font:13px/18px "Droid Sans", Helvetica, "Nimbus Sans L", sans-serif;}
code {font:12px/16px Monaco,Menlo,Consolas,"Courier New",monospace;}
h1 {font:36px/54px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
h2 {font:800 24px/36px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
h3,
.sitemap > li > a {font:22px/36px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
h4,
#sidebar .widgettitle {font:18px/24px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
h5 {font:italic 18px/24px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
h6,
.portfolio_inner .hover_effect .post_category a,
.sitemap > li > ul > li > a,
.cms_archive li {font:italic 14px/18px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
small,
abbr {font:12px/18px Arial, Helvetica, 'Nimbus Sans L', sans-serif;}
blockquote,
q,
.format-aside .entry-content {font:italic 18px/24px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
q:after, blockquote:after {font-family:"Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
span.dropcap,
span.dropcap2 {font-family: "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
.button,
.button_medium,
.button_large,
.comment-reply-link,
.tabs li a,
.cmsms_comments {font-family:"Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
#navigation > li > a {font:600 14px/20px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
#navigation ul li a {font:600 13px/20px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
/* Colors */
/* ---------------------------------------------- Content Color */
body,
a:hover,
.jp-playlist-current a,
.wp-pagenavi a,
.cmsmsLike span {color:#808080;}
input,
textarea {color:#808080;}
.cmsmsLike {background-color:#cccccc;}
.cont_nav,
.cont_nav a {color:#ffffff;}
/* ---------------------------------------------- Navigation Color */
#navigation > li > a {
background-color:#313131;
color:#ffffff;
}
.nav_wrap_inner.navi_scrolled {background-color:#313131;}
#navigation ul li a {
background-color:#313131;
color:#838383;
}
#navigation > li > ul {background-color:#313131;}
#navigation ul li.current_page_item > a,
#navigation ul li > a:hover,
#navigation ul li:hover > a {
background-color:#252525;
color:#ffffff;
}
/* ---------------------------------------------- Buttons Colors */
.cmsmsLike:hover,
.resp_navigation.active,
.widget_custom_popular_portfolio_entries .cmsms_content_slider_parent ul.cmsms_slides_nav li.active a,
.widget_custom_popular_portfolio_entries .cmsms_content_slider_parent ul.cmsms_slides_nav li:hover a,
.widget_custom_testimonials_entries .cmsms_content_slider_parent ul.cmsms_slides_nav li.active a,
.widget_custom_testimonials_entries .cmsms_content_slider_parent ul.cmsms_slides_nav li:hover a,
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected,
#slide_top {background-color:#ff9108;}
/* ---------------------------------------------- Headings Colors */
h1,
.post .entry-title a,
.post.format-link .entry-title a:hover {color:#565656;}
h2 {color:#565656;}
h3 {color:#565656;}
h4 {color:#565656;}
h5 {color:#565656;}
h6,
.portfolio_inner .entry-title a {color:#565656;}
.color_2,
q:before,
blockquote:before,
q,
blockquote,
.tog,
.tog:hover,
.tabs li a,
.tour li a {color:#565656;}
/* ---------------------------------------------- Links Colors */
a,
.color_3,
.post footer .published,
.post .entry-title a:hover,
.post.format-link .entry-title a,
.cmsmsLike:hover span,
.portfolio_inner .entry-title a:hover {color:#ff9108;}
ul.cmsms_slides_nav li.active a,
ul.cmsms_slides_nav li:hover a,
span.dropcap2,
.tog:hover .cmsms_plus,
.tog.current .cmsms_plus,
.tour li.current .cmsms_plus,
.tour li a:hover .cmsms_plus,
.cmsms_comments,
.wp-pagenavi > span.current,
.wp-pagenavi a:hover,
.portfolio_inner .hover_effect {background-color:#ff9108;}
.tabs li a.current {background:#ff9108;}
input[type="text"]:focus,
textarea:focus,
select:focus,
#bottom input:focus,
#bottom textarea:focus,
#bottom select:focus,
.tabs > li a.current,
.wp-pagenavi > span.current,
.wp-pagenavi a:hover {
border-color:#ff9108;
}
/* ---------------------------------------------- Slider colors */
a.cmsms_close_video:hover {background-color:#ff9108;}
.slideCaptionInnerBlock {
background:#000000;
background:rgba(0, 0, 0, .7);
}
.responsiveSlider,
.responsiveSlider h1,
.responsiveSlider h2,
.responsiveSlider h3,
.responsiveSlider h4,
.responsiveSlider h5,
.responsiveSlider h6 {color:#ffffff;}
.responsiveSlider h1 {
font-size:30px;
line-height:36px;
}
/* ---------------------------------------------- Revolution Slider */
.fullwidthbanner h1 {
font:36px/36px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;
color:#3a3a3a;
}
.fullwidthbanner h2 {
font:800 36px/36px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;
color:#3a3a3a;
}
.fullwidthbanner h3 {font:800 72px/72px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;}
/* ---------------------------------------------- Bottom and Footer Colors */
#bottom,
#bottom a:hover {color:#817e75;}
#bottom h1 {color:#ffffff;}
#bottom h2 {color:#ffffff;}
#bottom h3 {color:#ffffff;}
#bottom h4 {color:#ffffff;}
#bottom h5 {color:#ffffff;}
#bottom h6 {color:#ffffff;}
#bottom .color_2 {color:#ffffff;}
#footer,
#footer a {color:#808080;}
/* ---------- Small Monitor (Note: Design for a width less than 1024px) ---------- */
@media only screen and (max-width: 1023px) {
.responsiveSlider h1 {
font-size:1.5em;
line-height:1.2em;
}
.portfolio_inner .hover_effect .post_category a {font-size:.9em;}
.portfolio_inner .hover_effect .entry-title {font-size:1.1em;}
}
/* ---------- Small Tablet & Mobile (Note: Design for a width less than 541px) ---------- */
@media only screen and (max-width: 540px) {
.responsibe_block_inner {border-color:#ff9108;}
#navigation > li > ul {background:none;}
#navigation > li > a,
#navigation ul li a{
background-color:#ffffff;
color:#3c3c3c;
font-weight:normal;
font-style:italic;
}
#navigation ul li.current_page_item a,
#navigation ul li a:hover,
#navigation ul li:hover > a {
background-color:#fcfcfc;
color:#3c3c3c;
}
}

File diff suppressed because one or more lines are too long

View File

@ -1,60 +1,3 @@
body { body {
@include background(linear-gradient(red, green) left repeat); font: 14px/20px "Open Sans", Helvetica, "Nimbus Sans L", sans-serif;
color: white;
font-weight: bold;
}
h1, h2, h3 {
text-shadow: 1px 1px 2px #9af;
}
#content > h1 {
overflow: auto;
img {
border: 1px solid #888;
margin-right: 0.5em;
float: left;
}
}
p, li {
text-shadow: 1px 1px black;
}
a, a:link, a:visited {
color: #9af;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#content {
position: absolute;
top: 40px;
left: 300px;
margin-right: 100px;
border-left: 3px solid #888;
padding-left: 40px;
}
#sidebar {
position: absolute;
top: 40px;
left: 20px;
width: 260px;
padding: 20px 20px 0 0;
text-align: right;
}
#sidebar ul {
list-style-type: none;
margin: 20px 0;
} }

View File

@ -1,504 +0,0 @@
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
* and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-size: 100%; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */
}
/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
margin: 0.83em 0;
}
h3 {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
font-size: 1em;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.67em;
margin: 2.33em 0;
}
/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
background: #ff0;
color: #000;
}
/*
* Addresses margins set differently in IE 6/7.
*/
p,
pre {
margin: 1em 0;
}
/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
quotes: none;
}
/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
content: '';
content: none;
}
/*
* Addresses inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
margin: 1em 0;
}
dd {
margin: 0 0 0 40px;
}
/*
* Addresses paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
padding: 0 0 0 40px;
}
/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/
img {
border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */
}
/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/
form {
margin: 0;
}
/*
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
border: 0; /* 1 */
padding: 0;
white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */
}
/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
* and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
font-size: 100%; /* 1 */
margin: 0; /* 2 */
vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */
}
/*
* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
* `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
*overflow: visible; /* 4 */
}
/*
* Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
cursor: default;
}
/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
*height: 13px; /* 3 */
*width: 13px; /* 3 */
}
/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}

3879
content/css/_willbridge.scss Normal file

File diff suppressed because it is too large Load Diff

70
content/css/ie.css Normal file
View File

@ -0,0 +1,70 @@
.p_options_block,
.p_filter_container:hover ul.p_filter {filter:alpha(opacity=100);}
.p_filter_container ul.p_filter,
.cmsms-form-builder .check_parent input[type="checkbox"],
.cmsms-form-builder .check_parent input[type="radio"],
.loading {filter:alpha(opacity=0);}
.button,
.button_medium,
.button_large,
.dropcap2,
.tabs li a.current,
.related_posts > ul > li a.current,
.tour li a,
.comment-reply-link,
.cmsmsLike,
.cmsms_rounding {
position:relative;
z-index:0;
}
div.p_filter {height:1000px;}
.p_filter_container ul.p_filter {top:32px;}
.button span,
.button_medium span,
.button_large span {transition:none;}
.button,
.button_medium,
.button_large {margin-right:3px;}
.cmsms-form-builder .check_parent input[type="radio"]+label,
.cmsms-form-builder .check_parent input[type="checkbox"]+label {background-image:none;}
.cmsms-form-builder .check_parent input[type="radio"],
.cmsms-form-builder .check_parent input[type="checkbox"] {
filter:alpha(opacity=100);
margin-top:11px;
}
.cmsms_slider_video.hidden {display:none;}
@media only screen and (min-width: 541px) and (max-width: 767px) {
.widget_colored.four_box,
.one_fourth,
.one_fourth.last,
.one_fourth+.one_fourth,
.one_fourth+.one_fourth+.one_fourth,
.one_fourth+.one_fourth+.one_fourth+.one_fourth,
.portfolio_container.two_blocks .portfolio,
.portfolio_container.four_blocks .portfolio:nth-child(odd),
.portfolio_container.four_blocks .portfolio:nth-child(even),
.format-album.four_blocks .resize .cmsms_media_box:nth-child(odd),
.format-album.four_blocks .resize .cmsms_media_box:nth-child(even),
.post_type_shortcode.four_blocks article:nth-child(odd),
.post_type_shortcode.four_blocks article:nth-child(even),
.cms_archive li:nth-child(odd),
.cms_archive li:nth-child(even),
.sitemap > li > ul > li:nth-child(odd),
.sitemap > li > ul > li:nth-child(even) {
width:100%;
float:none;
padding-right:0;
}
}

21
content/css/ieCss3.css Normal file
View File

@ -0,0 +1,21 @@
span.dropcap2,
.button,
.button > span,
.button_medium,
.button_medium >span,
.button_large,
.button_large > span,
.cmsmsLike,
.cmsms_close_video,
#slide_top,
.cmsms_slides_nav,
a.cmsms_prev_slide,
a.cmsms_next_slide,
.cmsms_rounding,
.widget_custom_popular_portfolio_entries figure img,
.tp-bullets,
.tp-leftarrow,
.tp-rightarrow{behavior:url(css/styles/pie.htc);}
.p_options_block .button,
.p_options_block .button span {behavior:none;}

View File

@ -1,3 +1,5 @@
@import "normalize"; @import "willbridge";
@import "bourbon"; @import "fonts";
@import "jquery_prettyphoto";
@import "main"; @import "main";

BIN
content/images/arrow_list.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

BIN
content/images/arrow_navi.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

BIN
content/images/arrow_project.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

BIN
content/images/arrow_slide.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

BIN
content/images/arrow_sort.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

BIN
content/images/bg_sharp.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
content/images/bgs/01.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
content/images/bgs/02.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
content/images/bgs/03.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
content/images/bgs/04.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
content/images/bgs/05.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
content/images/button.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

BIN
content/images/button_large.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

BIN
content/images/button_medium.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

BIN
content/images/comment_line.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

BIN
content/images/content_sep.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

BIN
content/images/download.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
content/images/effect_image.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

BIN
content/images/effect_link.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 812 B

BIN
content/images/effect_video.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B

BIN
content/images/error.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
content/images/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
content/images/heart.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
content/images/hover_content.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
content/images/hover_image.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
content/images/hover_link.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
content/images/hover_video.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
content/images/icon_format.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
content/images/icon_search.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

BIN
content/images/img/about.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
content/images/img/about_1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
content/images/img/about_2.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
content/images/img/about_3.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
content/images/img/about_4.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
content/images/img/ambleside.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
content/images/img/animal.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
content/images/img/author.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

BIN
content/images/img/blog_1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
content/images/img/blog_2.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
content/images/img/blog_3.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
content/images/img/icon_docs.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

BIN
content/images/img/oakland.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
content/images/img/pacifico.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
content/images/img/services_1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
content/images/img/shepard.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
content/images/img/slide_1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
content/images/img/slide_1_1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
content/images/img/slide_1_2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
content/images/img/slide_1_3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
content/images/img/slide_2.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
content/images/img/slide_2_1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

BIN
content/images/img/slide_2_2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

BIN
content/images/img/slide_2_3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

BIN
content/images/img/slide_2_4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

BIN
content/images/img/slide_2_5.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

BIN
content/images/img/slide_2_6.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

BIN
content/images/img/slide_2_7.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

BIN
content/images/img/slide_2_8.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

BIN
content/images/img/slide_3.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
content/images/img/slide_3_1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
content/images/img/slide_4.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
content/images/img/splash_1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
content/images/img/splash_2.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
content/images/img/splash_3.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
content/images/img/tab_1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

BIN
content/images/img/tab_2.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

BIN
content/images/img/tab_3.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

BIN
content/images/img/tour.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

BIN
content/images/img/user.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

BIN
content/images/img/video_img.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B

Some files were not shown because too many files have changed in this diff Show More