diff --git a/css/app.css b/css/app.css
index 012c81c..eabfab5 100644
--- a/css/app.css
+++ b/css/app.css
@@ -63,11 +63,35 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
display: block;
}
+/* float clearing for IE6 */
+/* line 17, ../sass/_base.sass */
+* html .clearfix {
+ height: 1%;
+ overflow: visible;
+}
+
+/* float clearing for IE7 */
+/* line 23, ../sass/_base.sass */
+* + html .clearfix {
+ min-height: 1%;
+}
+
+/* float clearing for everyone else */
+/* line 28, ../sass/_base.sass */
+.clearfix:after {
+ clear: both;
+ content: ".";
+ display: block;
+ height: 0;
+ visibility: hidden;
+ font-size: 0;
+}
+
/* =Global */
/* line 9, ../sass/app.sass */
body, input, textarea {
margin: 40px;
- color: #aaaaaa;
+ color: #888888;
background: #222222;
font: 16px/1.625em "Varela Round", "lucida grande", tahoma, sans-serif;
font-weight: 400;
@@ -76,99 +100,151 @@ body, input, textarea {
/* line 18, ../sass/app.sass */
h1, h2, h3, h4, h5, h6 {
+ color: white;
font-family: "Terminal Dosis", "lucida grande", tahoma, sans-serif;
line-height: 1em;
font-weight: 600;
margin-bottom: 0.5em;
}
-/* line 24, ../sass/app.sass */
+/* line 25, ../sass/app.sass */
h1 {
font-size: 72px;
line-height: 0.5em;
margin-bottom: 0.3em;
}
-/* line 28, ../sass/app.sass */
+/* line 29, ../sass/app.sass */
h1 small {
font-size: 20px;
}
/* line 31, ../sass/app.sass */
+h1 span {
+ -moz-transition: color 1s;
+ -webkit-transition: color 1s;
+ -o-transition: color 1s;
+ transition: color 1s;
+}
+/* line 34, ../sass/app.sass */
h1:hover .char1 {
- color: greenyellow;
-}
-/* line 33, ../sass/app.sass */
-h1:hover .char2 {
- color: indianred;
-}
-/* line 35, ../sass/app.sass */
-h1:hover .char3 {
- color: khaki;
+ -moz-transition: color 0.2s;
+ -webkit-transition: color 0.2s;
+ -o-transition: color 0.2s;
+ transition: color 0.2s;
+ color: red;
}
/* line 37, ../sass/app.sass */
-h1:hover .char4 {
- color: lightsteelblue;
+h1:hover .char2 {
+ -moz-transition: color 0.2s 0.1s;
+ -webkit-transition: color 0.2s 0.1s;
+ -o-transition: color 0.2s 0.1s;
+ transition: color 0.2s 0.1s;
+ color: orange;
}
-/* line 39, ../sass/app.sass */
-h1:hover .char5 {
- color: violet;
-}
-/* line 41, ../sass/app.sass */
-h1:hover .char6 {
- color: skyblue;
+/* line 40, ../sass/app.sass */
+h1:hover .char3 {
+ -moz-transition: color 0.2s 0.2s;
+ -webkit-transition: color 0.2s 0.2s;
+ -o-transition: color 0.2s 0.2s;
+ transition: color 0.2s 0.2s;
+ color: yellow;
}
/* line 43, ../sass/app.sass */
-h1:hover .char7 {
- color: lightseagreen;
+h1:hover .char4 {
+ -moz-transition: color 0.2s 0.3s;
+ -webkit-transition: color 0.2s 0.3s;
+ -o-transition: color 0.2s 0.3s;
+ transition: color 0.2s 0.3s;
+ color: green;
}
-/* line 45, ../sass/app.sass */
-h1:hover .char8 {
- color: tan;
-}
-/* line 47, ../sass/app.sass */
-h1:hover .char9 {
- color: darkmagenta;
+/* line 46, ../sass/app.sass */
+h1:hover .char5 {
+ -moz-transition: color 0.2s 0.4s;
+ -webkit-transition: color 0.2s 0.4s;
+ -o-transition: color 0.2s 0.4s;
+ transition: color 0.2s 0.4s;
+ color: blue;
}
/* line 49, ../sass/app.sass */
-h1:hover .char10 {
- color: tomato;
+h1:hover .char6 {
+ -moz-transition: color 0.2s 0.5s;
+ -webkit-transition: color 0.2s 0.5s;
+ -o-transition: color 0.2s 0.5s;
+ transition: color 0.2s 0.5s;
+ color: indigo;
}
-/* line 51, ../sass/app.sass */
+/* line 52, ../sass/app.sass */
+h1:hover .char7 {
+ -moz-transition: color 0.2s 0.6s;
+ -webkit-transition: color 0.2s 0.6s;
+ -o-transition: color 0.2s 0.6s;
+ transition: color 0.2s 0.6s;
+ color: violet;
+}
+/* line 55, ../sass/app.sass */
+h1:hover .char8 {
+ -moz-transition: color 0.2s 0.7s;
+ -webkit-transition: color 0.2s 0.7s;
+ -o-transition: color 0.2s 0.7s;
+ transition: color 0.2s 0.7s;
+ color: red;
+}
+/* line 58, ../sass/app.sass */
+h1:hover .char9 {
+ -moz-transition: color 0.2s 0.8s;
+ -webkit-transition: color 0.2s 0.8s;
+ -o-transition: color 0.2s 0.8s;
+ transition: color 0.2s 0.8s;
+ color: orange;
+}
+/* line 61, ../sass/app.sass */
+h1:hover .char10 {
+ -moz-transition: color 0.2s 0.9s;
+ -webkit-transition: color 0.2s 0.9s;
+ -o-transition: color 0.2s 0.9s;
+ transition: color 0.2s 0.9s;
+ color: yellow;
+}
+/* line 64, ../sass/app.sass */
h1:hover .char11 {
- color: goldenrod;
+ -moz-transition: color 0.2s 1s;
+ -webkit-transition: color 0.2s 1s;
+ -o-transition: color 0.2s 1s;
+ transition: color 0.2s 1s;
+ color: green;
}
-/* line 55, ../sass/app.sass */
+/* line 69, ../sass/app.sass */
h2 {
font-size: 40px;
line-height: 1.2em;
text-align: center;
}
-/* line 60, ../sass/app.sass */
+/* line 74, ../sass/app.sass */
h3 {
font-size: 16px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
-/* line 65, ../sass/app.sass */
+/* line 79, ../sass/app.sass */
h4 {
font-size: 20px;
margin-bottom: 1.25em;
}
-/* line 69, ../sass/app.sass */
+/* line 83, ../sass/app.sass */
p {
margin-bottom: 1.25em;
}
-/* line 73, ../sass/app.sass */
+/* line 86, ../sass/app.sass */
strong {
font-weight: bold;
}
/* Forms */
-/* line 79, ../sass/app.sass */
+/* line 92, ../sass/app.sass */
input[type=text],
input[type=password],
textarea {
@@ -187,88 +263,128 @@ textarea {
border-radius: 4px;
}
-/* line 90, ../sass/app.sass */
+/* line 103, ../sass/app.sass */
input[type=text]:focus,
textarea:focus {
color: #373737;
}
-/* line 94, ../sass/app.sass */
+/* line 107, ../sass/app.sass */
textarea {
padding-left: 3px;
width: 98%;
}
-/* line 98, ../sass/app.sass */
+/* line 111, ../sass/app.sass */
input[type=text] {
padding: 3px;
}
/* Links */
-/* line 102, ../sass/app.sass */
+/* line 115, ../sass/app.sass */
a {
- color: #5f92aa;
+ color: #09a1ec;
text-decoration: none;
}
-/* line 105, ../sass/app.sass */
+/* line 118, ../sass/app.sass */
a:hover {
- color: #afc8d4;
+ color: #7fd2fa;
}
-/* line 109, ../sass/app.sass */
+/* line 122, ../sass/app.sass */
+#container {
+ width: 900px;
+ margin: 0 auto;
+}
+
+/* line 126, ../sass/app.sass */
header {
padding-bottom: 40px;
text-align: center;
+ width: 600px;
+ margin: 0 auto;
}
-/* line 113, ../sass/app.sass */
-.imageSection {
- overflow: hidden;
- *zoom: 1;
- margin-bottom: 80px;
+/* line 132, ../sass/app.sass */
+.medianCutPalette h3 {
+ margin-top: 20px;
}
-/* line 116, ../sass/app.sass */
+
+/* line 135, ../sass/app.sass */
+.imageSection {
+ margin-bottom: 80px;
+ background: #111111;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+ -o-border-radius: 10px;
+ -ms-border-radius: 10px;
+ -khtml-border-radius: 10px;
+ border-radius: 10px;
+}
+/* line 139, ../sass/app.sass */
.imageSection .imageWrap {
+ -moz-border-radius-topleft: 10px;
+ -webkit-border-top-left-radius: 10px;
+ -o-border-top-left-radius: 10px;
+ -ms-border-top-left-radius: 10px;
+ -khtml-border-top-left-radius: 10px;
+ border-top-left-radius: 10px;
+ -moz-border-radius-bottomleft: 10px;
+ -webkit-border-bottom-left-radius: 10px;
+ -o-border-bottom-left-radius: 10px;
+ -ms-border-bottom-left-radius: 10px;
+ -khtml-border-bottom-left-radius: 10px;
+ border-bottom-left-radius: 10px;
width: 400px;
height: 300px;
float: left;
- position: relative;
margin-right: 20px;
- border: 1px solid #444444;
background: url(../img/dark_checkered_bg.png);
}
-/* line 124, ../sass/app.sass */
+/* line 146, ../sass/app.sass */
.imageSection .imageWrap .targetImage {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -200px;
- margin-top: -150px;
+ -moz-border-radius-topleft: 10px;
+ -webkit-border-top-left-radius: 10px;
+ -o-border-top-left-radius: 10px;
+ -ms-border-top-left-radius: 10px;
+ -khtml-border-top-left-radius: 10px;
+ border-top-left-radius: 10px;
+ -moz-border-radius-bottomleft: 10px;
+ -webkit-border-bottom-left-radius: 10px;
+ -o-border-bottom-left-radius: 10px;
+ -ms-border-bottom-left-radius: 10px;
+ -khtml-border-bottom-left-radius: 10px;
+ border-bottom-left-radius: 10px;
}
-/* line 131, ../sass/app.sass */
+/* line 148, ../sass/app.sass */
.imageSection .colors {
+ margin-top: 20px;
width: 400px;
float: left;
}
-/* line 134, ../sass/app.sass */
+/* line 152, ../sass/app.sass */
.imageSection .colors .function {
clear: left;
margin-bottom: 10px;
}
-/* line 138, ../sass/app.sass */
+/* line 156, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch {
width: 40px;
height: 20px;
- margin: 0 4px 4px 0;
+ margin-right: 2px;
background: #dddddd;
float: left;
- -moz-transition: all 0.2s;
- -webkit-transition: all 0.2s;
- -o-transition: all 0.2s;
- transition: all 0.2s;
+ -moz-transition: all 0.5s;
+ -webkit-transition: all 0.5s;
+ -o-transition: all 0.5s;
+ transition: all 0.5s;
}
-/* line 145, ../sass/app.sass */
+/* line 163, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:hover {
+ -moz-transition: none;
+ -webkit-transition: none;
+ -o-transition: none;
+ transition: none;
-moz-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
@@ -279,7 +395,7 @@ header {
-o-box-shadow: 0 1px 10px black;
box-shadow: 0 1px 10px black;
}
-/* line 148, ../sass/app.sass */
+/* line 167, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:first-child {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
@@ -294,7 +410,7 @@ header {
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
-/* line 150, ../sass/app.sass */
+/* line 169, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:last-child {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
@@ -310,7 +426,21 @@ header {
border-bottom-right-radius: 4px;
}
-/* line 153, ../sass/app.sass */
+/* Hardcoding the offset for the FB icon example */
+/* line 175, ../sass/app.sass */
+.fbIcon .imageWrap .targetImage {
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ -o-border-radius: 0;
+ -ms-border-radius: 0;
+ -khtml-border-radius: 0;
+ border-radius: 0;
+ position: relative;
+ top: 142px;
+ left: 192px;
+}
+
+/* line 182, ../sass/app.sass */
canvas {
display: none;
}
diff --git a/img/1.jpg b/img/1.jpg
deleted file mode 100644
index f2abb15..0000000
Binary files a/img/1.jpg and /dev/null differ
diff --git a/img/10.jpg b/img/10.jpg
deleted file mode 100644
index dc122dc..0000000
Binary files a/img/10.jpg and /dev/null differ
diff --git a/img/2.jpg b/img/2.jpg
deleted file mode 100644
index f6d21aa..0000000
Binary files a/img/2.jpg and /dev/null differ
diff --git a/img/3.jpg b/img/3.jpg
new file mode 100644
index 0000000..a7b2763
Binary files /dev/null and b/img/3.jpg differ
diff --git a/img/4.jpg b/img/4.jpg
new file mode 100644
index 0000000..aacb760
Binary files /dev/null and b/img/4.jpg differ
diff --git a/img/5.jpg b/img/5.jpg
new file mode 100644
index 0000000..a9e0bc3
Binary files /dev/null and b/img/5.jpg differ
diff --git a/img/logo1.png b/img/logo1.png
new file mode 100644
index 0000000..11daa76
Binary files /dev/null and b/img/logo1.png differ
diff --git a/index.html b/index.html
index e250ebb..53f65cc 100755
--- a/index.html
+++ b/index.html
@@ -47,56 +47,68 @@