diff --git a/bg1/final1.png b/bg1/final1.png new file mode 100644 index 0000000..3bf9e9b Binary files /dev/null and b/bg1/final1.png differ diff --git a/bg1/final10.png b/bg1/final10.png new file mode 100644 index 0000000..4839956 Binary files /dev/null and b/bg1/final10.png differ diff --git a/bg1/final2.png b/bg1/final2.png new file mode 100644 index 0000000..a9739af Binary files /dev/null and b/bg1/final2.png differ diff --git a/bg1/final3.png b/bg1/final3.png new file mode 100644 index 0000000..849138a Binary files /dev/null and b/bg1/final3.png differ diff --git a/bg1/final4.png b/bg1/final4.png new file mode 100644 index 0000000..52d4ff1 Binary files /dev/null and b/bg1/final4.png differ diff --git a/bg1/final5.png b/bg1/final5.png new file mode 100644 index 0000000..1d89f9d Binary files /dev/null and b/bg1/final5.png differ diff --git a/bg1/final6.png b/bg1/final6.png new file mode 100644 index 0000000..1bfa86e Binary files /dev/null and b/bg1/final6.png differ diff --git a/bg1/final7.png b/bg1/final7.png new file mode 100644 index 0000000..59e0510 Binary files /dev/null and b/bg1/final7.png differ diff --git a/bg1/final8.png b/bg1/final8.png new file mode 100644 index 0000000..c0fef38 Binary files /dev/null and b/bg1/final8.png differ diff --git a/bg1/final9.png b/bg1/final9.png new file mode 100644 index 0000000..c187951 Binary files /dev/null and b/bg1/final9.png differ diff --git a/bg1/robotBG-10.png b/bg1/robotBG-10.png new file mode 100755 index 0000000..4228a48 Binary files /dev/null and b/bg1/robotBG-10.png differ diff --git a/bg1/robotBG-11.png b/bg1/robotBG-11.png new file mode 100755 index 0000000..ea2d857 Binary files /dev/null and b/bg1/robotBG-11.png differ diff --git a/bg1/robotBG-12.png b/bg1/robotBG-12.png new file mode 100755 index 0000000..9335220 Binary files /dev/null and b/bg1/robotBG-12.png differ diff --git a/bg2/robotBG-01.png b/bg2/robotBG-01.png new file mode 100755 index 0000000..481bdf6 Binary files /dev/null and b/bg2/robotBG-01.png differ diff --git a/bg2/robotBG-02.png b/bg2/robotBG-02.png new file mode 100755 index 0000000..20ecb82 Binary files /dev/null and b/bg2/robotBG-02.png differ diff --git a/bg2/robotBG-03.png b/bg2/robotBG-03.png new file mode 100755 index 0000000..31a8876 Binary files /dev/null and b/bg2/robotBG-03.png differ diff --git a/bg2/robotBG-04.png b/bg2/robotBG-04.png new file mode 100755 index 0000000..d676637 Binary files /dev/null and b/bg2/robotBG-04.png differ diff --git a/bg2/robotBG-06.png b/bg2/robotBG-06.png new file mode 100755 index 0000000..19dfa67 Binary files /dev/null and b/bg2/robotBG-06.png differ diff --git a/bg2/robotBG-07.png b/bg2/robotBG-07.png new file mode 100755 index 0000000..a0a84d5 Binary files /dev/null and b/bg2/robotBG-07.png differ diff --git a/bg2/robotBG-08.png b/bg2/robotBG-08.png new file mode 100755 index 0000000..577c316 Binary files /dev/null and b/bg2/robotBG-08.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/css/main.css b/source/Slate_Finals/HTML FILES/Blue/css/main.css new file mode 100644 index 0000000..0ab83e9 --- /dev/null +++ b/source/Slate_Finals/HTML FILES/Blue/css/main.css @@ -0,0 +1,430 @@ +@charset "UTF-8"; +/* CSS Document */ + +@font-face { + font-family: 'MyriadProRegular'; + src: url('myriadpro-regular-webfont.eot'); + src: local('☺'), url('myriadpro-regular-webfont.woff') format('woff'), url('myriadpro-regular-webfont.ttf') format('truetype'), url('myriadpro-regular-webfont.svg#webfonto70rnzVV') format('svg'); + font-weight: normal; + font-style: normal; + } + +body { + background-image:url(../img/page_bground.jpg); + margin: 0px; + padding: 0px; + background-repeat:repeat-x; + } + +p { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:16px; + color: #8d8e92; + text-shadow:#000000 -1px -1px 0px; + line-height: 18px; + padding-bottom: 15px; + } + +.intro_text { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:18px; + color: #8d8e92; + text-shadow:#000000 -1px -1px 0px; + line-height: 22px; + } + +h1 { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:40px; + color: #afb0b4; + text-shadow:#000000 -1px -1px 0px; + letter-spacing:-2px; + line-height: 50px; + text-transform:uppercase; + } + +h2 { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:24px; + color: #afb0b4; + text-shadow:#000000 -1px -1px 0px; + letter-spacing:-2px; + text-transform:uppercase; + } + +h3 { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:30px; + color: #afb0b4; + text-shadow:#000000 -1px -1px 0px; + line-height: 30px; + letter-spacing:-1px; + text-transform:uppercase; + } +div.hr hr { display: none;} +div.hr { + height: 30px; + background: url(../img/hr.png) no-repeat scroll center; + clear: both; + margin: 30px 0 40px 0; + } + + +.clear { + clear: both; + margin: 0 0 30px 0; + } + + +.section_title { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:30px; + color: #afb0b4; + text-shadow:#000000 -1px -1px 0px; + line-height: 40px; + letter-spacing:-1px; + text-transform:uppercase; + margin-bottom: 30px; + } + +.footer_heading { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:24px; + color: #afb0b4; + text-shadow:#000000 1px 1px 0px; + letter-spacing:-.05em; + } + + +.large_quote { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:24px; + color: #afb0b4; + text-shadow:#000000 -1px -1px 0px; + line-height: 40px; + letter-spacing:-.05em; + } + +.small_quote { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:14px; + color: #707174; + text-shadow:#000000 -1px -1px 0px; + letter-spacing:-.05em; + } + +.benefit_header { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:24px; + color: #afb0b4; + text-shadow:#000000 -1px -1px 0px; + letter-spacing:-.05em; + } + +#header_fullwidth { + margin: 0 auto; + background-image:url(../img/header_bground.jpg); + background-repeat:repeat-x; + width: 100%; + height: 223px; + } + +#header { + width: 960px; + margin: 0 auto; + height: 223px; + } + +#wrapper { + width: 960px; + margin: 0 auto; + } + + +#top_logo { + width: 960px; + margin: 0 auto; + text-align: center; + padding-top: 30px; + } + +a img { + border: none; + } + +img { +border: none; +} + +img.left { + float: left; + } + +img.right { + float: right; + } + +.content_section { + width: 960px; + text-align: left; + clear: both; + padding-top: 6r0px; + } + +.content_section ul.gallery li { + display: inline; + margin: 0 34px 0 0; + } + +.intro_section { + width: 960px; + text-align: center; + clear: both; + padding-top: 30px; + } + +.quotes_wrapper { + margin: 0 auto; + clear: both; + background-image:url(../img/quote_bground.jpg); + background-repeat:no-repeat; + width: 960px; + height: 130px; + padding-top: 20px; + } + +.left_quote { + width: 480px; + float: left; + text-align:center; + } + +.right_quote { + width: 480px; + float: right; + text-align:center; + } + +.left_content { + width: 480px; + float: left; + text-align:left; + } + +.benefit { + float: left; + width: 480px; + margin-top: 30px; + } + +.benefit_right { + float: right; + width: 390px; + } + +.content_section ul.social li { + display: inline; + margin: 0 15px 0 0; + padding:2px 0 0 0; + } + +.social { + padding:20px 0 20px 0; + } + +.social img, img.a { + padding:2px 0 0 0; + } + +.social a:hover { + filter: gray; + } + +.right_content { + width: 480px; + float: right; + text-align:left; + } + +.right_content ul.gallery li { + display: inline; + margin: 0 9px 0 0; + } + +#gallery { + padding:20px 0 20px 0; + } + +#gallery img, img.a { + padding:2px 0 0 0; + } + +ul { + margin:0; + padding: 0; + list-style:none; + list-style-position: inside; + line-height: 1.8em; + list-style-type:disc; + } + +li { + padding: 0 0 0 0; + margin:0; + font-family:Helvetica, sans-serif; + font-size:12px; + } + +.tiny { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:10px; + color: #8f8f8f; + } + + + +#footer_wrapper { + clear: both; + background-image:url(../img/footer_bground.jpg); + background-repeat:repeat-x; + min-height:224px; + margin-top: 0 auto; + } + +#footer_container { + margin: 0 auto; + width: 960px; + } + +#footer_left { + float: left; + width: 400px; + margin-top: 100px; + } + +#footer_right { + float: right; + width: 500px; + margin-top: 80px; + text-align:right; + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:11px; + color: #737373; + } + +#footer_bottom { + margin: 0 auto; + width: 960px; +} + +.follow a { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:11px; + color: #c1c1c1; + font-style:italic; + text-decoration:none; + } + + +.copyright { + float:left; + clear: both; + width: 520px; + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:11px; + color: #737373; + } + +.copyright a { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:11px; + color: #737373; + text-decoration:underline; + } + +.bottom_logo { + float:right; + width: 300px; + text-align: right; + } + +/*********************************************************************************************************************** + STYLES FOR TWITTER FEED +************************************************************************************************************************/ + +.tweet, .query { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:12px; + color:#333333; + line-height:1.5em; } + +.tweet .tweet_list, .query .tweet_list { + list-style-type: none; + } + +.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic { + text-transform: uppercase; } + +.tweet .tweet_list li, .query .tweet_list li { + overflow-y: auto; + overflow-x: hidden; + padding: 0; + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:12px; + color:#737373; +list-style:none; +margin-bottom:10px; +padding-top:10px; +padding-bottom:10px;} + +.tweet .tweet_list li a, .query .tweet_list li a { + color: #c1c1c1; } + +.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar { + padding-right: .5em; + float: left; } + +.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img { + vertical-align: middle; + padding:0 10px 0 0;} + +.tweet .tweet_first { + padding: 0;} + +.tweet-button_container { + margin-bottom: 20px;} + + + +/*********************************************************************************************************************** + STYLES FOR Tipsy Rollovers +************************************************************************************************************************/ + +.tipsy { padding: 5px; font-size: 11px; opacity: 1.0; filter: alpha(opacity=100); background-repeat: no-repeat; background-image: url(../img/tipsy.gif); margin-top: 10px; color:#1F242F; font-family: Helvetica, Arial, sans-serif; } + .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #0969a6; color: white; max-width: 500px; text-align: center; } + .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; } + .tipsy-north { background-position: top center; } + .tipsy-south { background-position: bottom center;} + .tipsy-east { background-position: right center; } + .tipsy-west { background-position: left center; } + + + .pp_nav p { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:20px; + color: #8d8e92; + letter-spacing:-.05em; + margin:10px 0 5px 15px; + z-index:9999; + text-shadow: none; + } + +.pp_description { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:20px; + color: #8d8e92; + letter-spacing:-.05em; + margin:10px 0 5px 15px; + z-index:9999; + text-shadow: none; + } diff --git a/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.eot b/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.eot new file mode 100644 index 0000000..25f5828 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.eot differ diff --git a/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.svg b/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.svg new file mode 100644 index 0000000..bf656f0 --- /dev/null +++ b/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.svg @@ -0,0 +1,240 @@ + + + \ No newline at end of file diff --git a/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.ttf b/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.ttf new file mode 100644 index 0000000..2fdbccf Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.ttf differ diff --git a/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.woff b/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.woff new file mode 100644 index 0000000..3fcc22a Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/css/myriadpro-regular-webfont.woff differ diff --git a/source/Slate_Finals/HTML FILES/Blue/css/prettyPhoto.css b/source/Slate_Finals/HTML FILES/Blue/css/prettyPhoto.css new file mode 100644 index 0000000..500d00d --- /dev/null +++ b/source/Slate_Finals/HTML FILES/Blue/css/prettyPhoto.css @@ -0,0 +1,463 @@ +/* ------------------------------------------------------------------------ + This you can edit. +------------------------------------------------------------------------- */ + + div.light_rounded .pp_top .pp_left { background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */ + div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */ + div.light_rounded .pp_top .pp_right { background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */ + + div.light_rounded .pp_content .ppt { color: #000; } + div.light_rounded .pp_content_container .pp_left, + div.light_rounded .pp_content_container .pp_right { background: #fff; } + div.light_rounded .pp_content { background-color: #fff; } /* Content background */ + div.light_rounded .pp_next:hover { background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ + div.light_rounded .pp_previous:hover { background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */ + div.light_rounded .pp_expand { background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */ + div.light_rounded .pp_expand:hover { background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */ + div.light_rounded .pp_contract { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */ + div.light_rounded .pp_contract:hover { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */ + div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */ + div.light_rounded #pp_full_res .pp_inline { color: #000; } + div.light_rounded .pp_gallery a.pp_arrow_previous, + div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; } + div.light_rounded .pp_nav .pp_play { background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; } + div.light_rounded .pp_nav .pp_pause { background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; } + + div.light_rounded .pp_arrow_previous { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */ + div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; } + div.light_rounded .pp_arrow_next { background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */ + div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; } + + div.light_rounded .pp_bottom .pp_left { background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */ + div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */ + div.light_rounded .pp_bottom .pp_right { background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */ + + div.light_rounded .pp_loaderIcon { background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */ + + /* ---------------------------------- + Dark Rounded Theme + ----------------------------------- */ + + div.dark_rounded .pp_top .pp_left { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */ + div.dark_rounded .pp_top .pp_middle { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */ + div.dark_rounded .pp_top .pp_right { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */ + + div.dark_rounded .pp_content_container .pp_left { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */ + div.dark_rounded .pp_content_container .pp_right { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */ + div.dark_rounded .pp_content { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */ + div.dark_rounded .pp_next:hover { background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ + div.dark_rounded .pp_previous:hover { background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */ + div.dark_rounded .pp_expand { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */ + div.dark_rounded .pp_expand:hover { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */ + div.dark_rounded .pp_contract { background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */ + div.dark_rounded .pp_contract:hover { background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */ + div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */ + div.dark_rounded .currentTextHolder { color: #c4c4c4; } + div.dark_rounded .pp_description { color: #fff; } + div.dark_rounded #pp_full_res .pp_inline { color: #fff; } + div.dark_rounded .pp_gallery a.pp_arrow_previous, + div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; } + div.dark_rounded .pp_nav .pp_play { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; } + div.dark_rounded .pp_nav .pp_pause { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; } + + div.dark_rounded .pp_arrow_previous { background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */ + div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; } + div.dark_rounded .pp_arrow_next { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */ + div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; } + + div.dark_rounded .pp_bottom .pp_left { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */ + div.dark_rounded .pp_bottom .pp_middle { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */ + div.dark_rounded .pp_bottom .pp_right { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */ + + div.dark_rounded .pp_loaderIcon { background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */ + + + /* ---------------------------------- + Dark Square Theme + ----------------------------------- */ + + div.dark_square .pp_left , + div.dark_square .pp_middle, + div.dark_square .pp_right, + div.dark_square .pp_content { background: url(../img/prettyPhoto/dark_square/contentPattern.png) top left repeat; } + div.dark_square .currentTextHolder { color: #c4c4c4; } + div.dark_square .pp_description { color: #fff; } + div.dark_square .pp_loaderIcon { background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */ + + div.dark_square .pp_content_container .pp_left { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */ + div.dark_square .pp_content_container .pp_right { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */ + div.dark_square .pp_expand { background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */ + div.dark_square .pp_expand:hover { background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */ + div.dark_square .pp_contract { background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */ + div.dark_square .pp_contract:hover { background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */ + div.dark_square .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */ + div.dark_square #pp_full_res .pp_inline { color: #fff; } + div.dark_square .pp_gallery a.pp_arrow_previous, + div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; } + div.dark_square .pp_nav .pp_play { background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; } + div.dark_square .pp_nav .pp_pause { background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; } + + div.dark_square .pp_arrow_previous { background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */ + div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; } + div.dark_square .pp_arrow_next { background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */ + div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; } + + div.dark_square .pp_next:hover { background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ + div.dark_square .pp_previous:hover { background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */ + + + /* ---------------------------------- + Light Square Theme + ----------------------------------- */ + + div.light_square .pp_left , + div.light_square .pp_middle, + div.light_square .pp_right, + div.light_square .pp_content { background: #fff; } + + div.light_square .pp_content .ppt { color: #000; } + div.light_square .pp_expand { background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */ + div.light_square .pp_expand:hover { background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */ + div.light_square .pp_contract { background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */ + div.light_square .pp_contract:hover { background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */ + div.light_square .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */ + div.light_square #pp_full_res .pp_inline { color: #000; } + div.light_square .pp_gallery a.pp_arrow_previous, + div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; } + div.light_square .pp_nav .pp_play { background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; } + div.light_square .pp_nav .pp_pause { background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; } + + div.light_square .pp_arrow_previous { background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */ + div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; } + div.light_square .pp_arrow_next { background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */ + div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; } + + div.light_square .pp_next:hover { background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ + div.light_square .pp_previous:hover { background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */ + + + /* ---------------------------------- + Facebook style Theme + ----------------------------------- */ + + div.facebook .pp_top .pp_left { background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */ + div.facebook .pp_top .pp_middle { background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */ + div.facebook .pp_top .pp_right { background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */ + + div.facebook .pp_content .ppt { color: #000; } + div.facebook .pp_content_container .pp_left { background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */ + div.facebook .pp_content_container .pp_right { background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */ + div.facebook .pp_content { background: #fff; } /* Content background */ + div.facebook .pp_expand { background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */ + div.facebook .pp_expand:hover { background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */ + div.facebook .pp_contract { background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */ + div.facebook .pp_contract:hover { background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */ + div.facebook .pp_close { width: 22px; height: 22px; background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */ + div.facebook #pp_full_res .pp_inline { color: #000; } + div.facebook .pp_loaderIcon { background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */ + + div.facebook .pp_arrow_previous { background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */ + div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; } + div.facebook .pp_arrow_next { background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */ + div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; } + div.facebook .pp_nav { margin-top: 0; } + div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; } + div.facebook .pp_nav .pp_play { background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; } + div.facebook .pp_nav .pp_pause { background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; } + + div.facebook .pp_next:hover { background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ + div.facebook .pp_previous:hover { background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */ + + div.facebook .pp_bottom .pp_left { background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */ + div.facebook .pp_bottom .pp_middle { background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */ + div.facebook .pp_bottom .pp_right { background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */ + + +/* ------------------------------------------------------------------------ + DO NOT CHANGE +------------------------------------------------------------------------- */ + + div.pp_pic_holder a:focus { outline:none; } + + div.pp_overlay { + background: #000; + display: none; + left: 0; + position: absolute; + top: 0; + width: 100%; + z-index: 9500; + } + + div.pp_pic_holder { + display: none; + position: absolute; + width: 100px; + z-index: 10000; + } + + .pp_top { + height: 20px; + position: relative; + } + * html .pp_top { padding: 0 20px; } + + .pp_top .pp_left { + height: 20px; + left: 0; + position: absolute; + width: 20px; + } + .pp_top .pp_middle { + height: 20px; + left: 20px; + position: absolute; + right: 20px; + } + * html .pp_top .pp_middle { + left: 0; + position: static; + } + + .pp_top .pp_right { + height: 20px; + left: auto; + position: absolute; + right: 0; + top: 0; + width: 20px; + } + + .pp_content { height: 40px; } + + .pp_fade { display: none; } + + .pp_content_container { + position: relative; + text-align: left; + width: 100%; + } + + .pp_content_container .pp_left { padding-left: 20px; } + .pp_content_container .pp_right { padding-right: 20px; } + + .pp_content_container .pp_details { + float: left; + margin: 10px 0 2px 0; + } + .pp_description { + display: none; + margin: 0 0 5px 0; + } + + .pp_nav { + clear: left; + float: left; + margin: 3px 0 0 0; + } + + .pp_nav p { + float: left; + margin: 2px 4px; + } + + .pp_nav .pp_play, + .pp_nav .pp_pause { + float: left; + margin-right: 4px; + text-indent: -10000px; + } + + a.pp_arrow_previous, + a.pp_arrow_next { + display: block; + float: left; + height: 15px; + margin-top: 3px; + overflow: hidden; + text-indent: -10000px; + width: 14px; + } + + .pp_hoverContainer { + position: absolute; + top: 0; + width: 100%; + z-index: 2000; + } + + .pp_gallery { + left: 50%; + margin-top: -50px; + position: absolute; + z-index: 10000; + } + + .pp_gallery ul { + float: left; + height: 35px; + margin: 0 0 0 5px; + overflow: hidden; + position: relative; + } + + .pp_gallery ul a { + border: 1px #000 solid; + border: 1px rgba(0,0,0,0.5) solid; + display: block; + float: left; + height: 33px; + overflow: hidden; + } + + .pp_gallery ul a:hover, + .pp_gallery li.selected a { border-color: #fff; } + + .pp_gallery ul a img { border: 0; } + + .pp_gallery li { + display: block; + float: left; + margin: 0 5px 0 0; + } + + .pp_gallery li.default a { + background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat; + display: block; + height: 33px; + width: 50px; + } + + .pp_gallery li.default a img { display: none; } + + .pp_gallery .pp_arrow_previous, + .pp_gallery .pp_arrow_next { + margin-top: 7px !important; + } + + a.pp_next { + background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat; + display: block; + float: right; + height: 100%; + text-indent: -10000px; + width: 49%; + } + + a.pp_previous { + background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat; + display: block; + float: left; + height: 100%; + text-indent: -10000px; + width: 49%; + } + + a.pp_expand, + a.pp_contract { + cursor: pointer; + display: none; + height: 20px; + position: absolute; + right: 30px; + text-indent: -10000px; + top: 10px; + width: 20px; + z-index: 20000; + } + + a.pp_close { + display: block; + float: right; + line-height:22px; + text-indent: -10000px; + } + + .pp_bottom { + height: 20px; + position: relative; + } + * html .pp_bottom { padding: 0 20px; } + + .pp_bottom .pp_left { + height: 20px; + left: 0; + position: absolute; + width: 20px; + } + .pp_bottom .pp_middle { + height: 20px; + left: 20px; + position: absolute; + right: 20px; + } + * html .pp_bottom .pp_middle { + left: 0; + position: static; + } + + .pp_bottom .pp_right { + height: 20px; + left: auto; + position: absolute; + right: 0; + top: 0; + width: 20px; + } + + .pp_loaderIcon { + display: block; + height: 24px; + left: 50%; + margin: -12px 0 0 -12px; + position: absolute; + top: 50%; + width: 24px; + } + + #pp_full_res { + line-height: 1 !important; + } + + #pp_full_res .pp_inline { + text-align: left; + } + + #pp_full_res .pp_inline p { margin: 0 0 15px 0; } + + div.ppt { + color: #fff; + display: none; + font-size: 17px; + margin: 0 0 5px 15px; + z-index: 9999; + } + +/* ------------------------------------------------------------------------ + Miscellaneous +------------------------------------------------------------------------- */ + + .clearfix:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; + } + + .clearfix {display: inline-block;} + + /* Hides from IE-mac \*/ + * html .clearfix {height: 1%;} + .clearfix {display: block;} + /* End hide from IE-mac */ + + div.ppt { + font-family:MyriadProRegular, Helvetica, sans-serif; + font-size:20px; + color: #8d8e92; + letter-spacing:-.05em; + margin:10px 0 5px 15px; + z-index:9999; + text-shadow: none; + } \ No newline at end of file diff --git a/source/Slate_Finals/HTML FILES/Blue/img/1.jpg b/source/Slate_Finals/HTML FILES/Blue/img/1.jpg new file mode 100644 index 0000000..49e8887 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/1.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/bottom_logo.png b/source/Slate_Finals/HTML FILES/Blue/img/bottom_logo.png new file mode 100644 index 0000000..915a33f Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/bottom_logo.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/buy_button.png b/source/Slate_Finals/HTML FILES/Blue/img/buy_button.png new file mode 100644 index 0000000..c258860 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/buy_button.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/delicious_color.png b/source/Slate_Finals/HTML FILES/Blue/img/delicious_color.png new file mode 100644 index 0000000..d1f8438 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/delicious_color.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/digg_color.png b/source/Slate_Finals/HTML FILES/Blue/img/digg_color.png new file mode 100644 index 0000000..b00a448 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/digg_color.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/facebook_color.png b/source/Slate_Finals/HTML FILES/Blue/img/facebook_color.png new file mode 100644 index 0000000..fc40607 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/facebook_color.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/footer_bground.jpg b/source/Slate_Finals/HTML FILES/Blue/img/footer_bground.jpg new file mode 100644 index 0000000..ab6f2b7 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/footer_bground.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/header_bground.jpg b/source/Slate_Finals/HTML FILES/Blue/img/header_bground.jpg new file mode 100644 index 0000000..9fe8e34 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/header_bground.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/hr.png b/source/Slate_Finals/HTML FILES/Blue/img/hr.png new file mode 100644 index 0000000..45a7a2b Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/hr.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/imac_iphone.jpg b/source/Slate_Finals/HTML FILES/Blue/img/imac_iphone.jpg new file mode 100644 index 0000000..f1388af Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/imac_iphone.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/image_well.jpg b/source/Slate_Finals/HTML FILES/Blue/img/image_well.jpg new file mode 100644 index 0000000..fcb75d1 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/image_well.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/indented_star.png b/source/Slate_Finals/HTML FILES/Blue/img/indented_star.png new file mode 100644 index 0000000..e5fc4d0 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/indented_star.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/ipad.jpg b/source/Slate_Finals/HTML FILES/Blue/img/ipad.jpg new file mode 100644 index 0000000..9e6af0b Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/ipad.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/linkedin_color.png b/source/Slate_Finals/HTML FILES/Blue/img/linkedin_color.png new file mode 100644 index 0000000..88e4a59 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/linkedin_color.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/page_bground.jpg b/source/Slate_Finals/HTML FILES/Blue/img/page_bground.jpg new file mode 100644 index 0000000..fcc99f0 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/page_bground.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/btnNext.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/btnNext.png new file mode 100755 index 0000000..b28c1ef Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/btnNext.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/btnPrevious.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/btnPrevious.png new file mode 100755 index 0000000..e0cd9c4 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/btnPrevious.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/contentPattern.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/contentPattern.png new file mode 100755 index 0000000..e5a047c Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/contentPattern.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/default_thumbnail.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/default_thumbnail.gif new file mode 100755 index 0000000..2b1280f Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/default_thumbnail.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/loader.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/loader.gif new file mode 100755 index 0000000..50820ee Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/loader.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/sprite.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/sprite.png new file mode 100755 index 0000000..fb8c0f8 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_rounded/sprite.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/btnNext.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/btnNext.png new file mode 100755 index 0000000..b28c1ef Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/btnNext.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/btnPrevious.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/btnPrevious.png new file mode 100755 index 0000000..e0cd9c4 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/btnPrevious.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/contentPattern.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/contentPattern.png new file mode 100755 index 0000000..7b50aff Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/contentPattern.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/default_thumbnail.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/default_thumbnail.gif new file mode 100755 index 0000000..2b1280f Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/default_thumbnail.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/loader.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/loader.gif new file mode 100755 index 0000000..50820ee Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/loader.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/sprite.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/sprite.png new file mode 100755 index 0000000..4fe3547 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/dark_square/sprite.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/btnNext.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/btnNext.png new file mode 100755 index 0000000..e809c3b Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/btnNext.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/btnPrevious.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/btnPrevious.png new file mode 100755 index 0000000..0812542 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/btnPrevious.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternBottom.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternBottom.png new file mode 100755 index 0000000..a9be3b2 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternBottom.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternLeft.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternLeft.png new file mode 100755 index 0000000..277c87a Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternLeft.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternRight.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternRight.png new file mode 100755 index 0000000..76e50d0 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternRight.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternTop.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternTop.png new file mode 100755 index 0000000..8b110ba Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/contentPatternTop.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/default_thumbnail.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/default_thumbnail.gif new file mode 100755 index 0000000..2b1280f Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/default_thumbnail.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/loader.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/loader.gif new file mode 100755 index 0000000..7ac990c Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/loader.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/sprite.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/sprite.png new file mode 100755 index 0000000..660a254 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/facebook/sprite.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/btnNext.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/btnNext.png new file mode 100755 index 0000000..b28c1ef Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/btnNext.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/btnPrevious.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/btnPrevious.png new file mode 100755 index 0000000..e0cd9c4 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/btnPrevious.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/default_thumbnail.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/default_thumbnail.gif new file mode 100755 index 0000000..2b1280f Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/default_thumbnail.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/loader.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/loader.gif new file mode 100755 index 0000000..7ac990c Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/loader.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/sprite.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/sprite.png new file mode 100755 index 0000000..7f28379 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_rounded/sprite.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/btnNext.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/btnNext.png new file mode 100755 index 0000000..b28c1ef Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/btnNext.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/btnPrevious.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/btnPrevious.png new file mode 100755 index 0000000..e0cd9c4 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/btnPrevious.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/default_thumbnail.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/default_thumbnail.gif new file mode 100755 index 0000000..2b1280f Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/default_thumbnail.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/loader.gif b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/loader.gif new file mode 100755 index 0000000..7ac990c Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/loader.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/sprite.png b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/sprite.png new file mode 100755 index 0000000..4fe3547 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/prettyPhoto/light_square/sprite.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/quote_bground.jpg b/source/Slate_Finals/HTML FILES/Blue/img/quote_bground.jpg new file mode 100644 index 0000000..4fddf0b Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/quote_bground.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/report_icon.jpg b/source/Slate_Finals/HTML FILES/Blue/img/report_icon.jpg new file mode 100644 index 0000000..833c2e0 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/report_icon.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/share_icon.jpg b/source/Slate_Finals/HTML FILES/Blue/img/share_icon.jpg new file mode 100644 index 0000000..17d3f60 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/share_icon.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/star.png b/source/Slate_Finals/HTML FILES/Blue/img/star.png new file mode 100644 index 0000000..2837e20 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/star.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/star_icon.jpg b/source/Slate_Finals/HTML FILES/Blue/img/star_icon.jpg new file mode 100644 index 0000000..d8ab185 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/star_icon.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/stumbleupon_color.png b/source/Slate_Finals/HTML FILES/Blue/img/stumbleupon_color.png new file mode 100644 index 0000000..f4c3a79 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/stumbleupon_color.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/tipsy.gif b/source/Slate_Finals/HTML FILES/Blue/img/tipsy.gif new file mode 100644 index 0000000..aa6fba8 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/tipsy.gif differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/top_logo.png b/source/Slate_Finals/HTML FILES/Blue/img/top_logo.png new file mode 100644 index 0000000..779df35 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/top_logo.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/tut_icon.jpg b/source/Slate_Finals/HTML FILES/Blue/img/tut_icon.jpg new file mode 100644 index 0000000..c1892b7 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/tut_icon.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/twitter_color.png b/source/Slate_Finals/HTML FILES/Blue/img/twitter_color.png new file mode 100644 index 0000000..9eb6f10 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/twitter_color.png differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/usability_icon.jpg b/source/Slate_Finals/HTML FILES/Blue/img/usability_icon.jpg new file mode 100644 index 0000000..4a4a0ba Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/usability_icon.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/img/video_link.jpg b/source/Slate_Finals/HTML FILES/Blue/img/video_link.jpg new file mode 100644 index 0000000..c899432 Binary files /dev/null and b/source/Slate_Finals/HTML FILES/Blue/img/video_link.jpg differ diff --git a/source/Slate_Finals/HTML FILES/Blue/index.html b/source/Slate_Finals/HTML FILES/Blue/index.html new file mode 100644 index 0000000..d1a4564 --- /dev/null +++ b/source/Slate_Finals/HTML FILES/Blue/index.html @@ -0,0 +1,465 @@ + + +
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna diam porttitor mauris, quis sollicitudin sapien justo in libero. Vestibulum mollis mauris enim. Morbi euismod magna ac lorem rutrum elementum.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra.
+ + + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra.
+ + + + + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna diam porttitor mauris, quis sollicitudin sapien justo in libero. Vestibulum mollis mauris enim. Morbi euismod magna ac lorem rutrum elementum.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra.
+ + + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra.
+ + + + + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta.
+ +