diff --git a/assets/images/1/bg.jpg b/assets/images/1/bg.jpg new file mode 100644 index 0000000..b18914d Binary files /dev/null and b/assets/images/1/bg.jpg differ diff --git a/assets/images/1/potato1.png b/assets/images/1/potato1.png new file mode 100644 index 0000000..58ba237 Binary files /dev/null and b/assets/images/1/potato1.png differ diff --git a/assets/images/2/bg.jpg b/assets/images/2/bg.jpg new file mode 100644 index 0000000..1f157a7 Binary files /dev/null and b/assets/images/2/bg.jpg differ diff --git a/assets/images/2/blur.png b/assets/images/2/blur.png new file mode 100644 index 0000000..8e8b545 Binary files /dev/null and b/assets/images/2/blur.png differ diff --git a/assets/images/2/potato2.png b/assets/images/2/potato2.png new file mode 100644 index 0000000..fdfa081 Binary files /dev/null and b/assets/images/2/potato2.png differ diff --git a/assets/images/3/bg.jpg b/assets/images/3/bg.jpg new file mode 100644 index 0000000..b911ef9 Binary files /dev/null and b/assets/images/3/bg.jpg differ diff --git a/assets/images/3/blur2.png b/assets/images/3/blur2.png new file mode 100644 index 0000000..1d2eb74 Binary files /dev/null and b/assets/images/3/blur2.png differ diff --git a/assets/images/3/potato.png b/assets/images/3/potato.png new file mode 100644 index 0000000..483f377 Binary files /dev/null and b/assets/images/3/potato.png differ diff --git a/assets/images/4/4 b/assets/images/4/4 new file mode 100644 index 0000000..24a532f Binary files /dev/null and b/assets/images/4/4 differ diff --git a/assets/images/4/bg.jpg b/assets/images/4/bg.jpg new file mode 100644 index 0000000..8ad9a4e Binary files /dev/null and b/assets/images/4/bg.jpg differ diff --git a/assets/images/4/cips.png b/assets/images/4/cips.png new file mode 100644 index 0000000..8abb54f Binary files /dev/null and b/assets/images/4/cips.png differ diff --git a/assets/images/4/devider.png b/assets/images/4/devider.png new file mode 100644 index 0000000..4eef04a Binary files /dev/null and b/assets/images/4/devider.png differ diff --git a/assets/images/4/potato-3.png b/assets/images/4/potato-3.png new file mode 100644 index 0000000..0064d9a Binary files /dev/null and b/assets/images/4/potato-3.png differ diff --git a/css/style.css b/css/style.css index e69de29..f8cb4c3 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,55 @@ + +/*====== RESET BROWSER SPACINGS =====*/ + +ul, section, nav, body { + padding: 0; + margin: 0; +} + +/* ====== Helpers =========*/ +html { + box-sizing: border-box; + *, *:before, *:after { + box-sizing: inherit; + } +} +/*====== Main Styles =====*/ + +body { + font-family: 'Open Sans', sans-serif; + font-size: 16px; /*baseline text size of whole page*/ +} +nav ul { + font-size: .75em; /* equivalent to 12px*/ + font-weight:lighter; + letter-spacing:.05em; +} +h2 { + font-size: 1em; /*equivalent to 32 px, or 2 x 16 = 32*/ + font-weight:lighter; + letter-spacing:.05em; +} + +h1 { + font-size: 2em; /*equivalent to 32 px, or 2 x 16 = 32*/ + font-weight:600; /*thickness of font*/ + letter-spacing: .1em; /*equivalent to .1 x [default letter-spacing of Open Sans Font] */ + +} +h2 { + font-size: 1.2em; /*equivalent to 19.2 px, or 1.2 x 16 = 19.2*/ + font-weight:lighter; + letter-spacing:.05em; +} +li { + list-style: none; +} +potato { + font-weight: bold; +} +.logo { + font-size: 1.5em; /*equivalent to 24 px, or 1.5 x 16 = 24*/ + font-weight:bold; + letter-spacing:.05em; + +} diff --git a/index.html b/index.html index a38d3ab..cd8a17e 100644 --- a/index.html +++ b/index.html @@ -7,17 +7,18 @@ +
- +
@@ -25,11 +26,38 @@
-

-

+

"Sweet Nutritious and Delicious"

+

The key to happiness is in the Potatoe™

+

This is a sample paragraph that shows the font size and weight

+
+ +
+ + +
+
+

"Sweet Nutritious and Delicious"

+

The key to happiness is in the

+
+ +
+ + +
+
+

"Sweet Nutritious and Delicious"

+

The key to happiness is in the

+ +
+
+

"Sweet Nutritious and Delicious"

+

The key to happiness is in the

+
+ +
diff --git a/potato.zip b/potato.zip new file mode 100644 index 0000000..779fef9 Binary files /dev/null and b/potato.zip differ diff --git a/potato/potato.psd b/potato/potato.psd new file mode 100644 index 0000000..8a64cfa Binary files /dev/null and b/potato/potato.psd differ