diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..db861b1 Binary files /dev/null and b/.DS_Store differ diff --git a/Kwok_Eugene/.DS_Store b/Kwok_Eugene/.DS_Store new file mode 100644 index 0000000..72ce5fc Binary files /dev/null and b/Kwok_Eugene/.DS_Store differ diff --git a/Kwok_Eugene/mockup1/index.html b/Kwok_Eugene/mockup1/index.html new file mode 100644 index 0000000..c788753 --- /dev/null +++ b/Kwok_Eugene/mockup1/index.html @@ -0,0 +1,17 @@ + + + + + My Webpage + + + + +
Galvanize Contact Information
+ + + \ No newline at end of file diff --git a/Kwok_Eugene/mockup1/style.css b/Kwok_Eugene/mockup1/style.css new file mode 100644 index 0000000..1061fe7 --- /dev/null +++ b/Kwok_Eugene/mockup1/style.css @@ -0,0 +1,11 @@ +html, +div { + font-size: 1.2em; + margin-top: 20px; + margin-left: 12px; +} + +ul { + list-style: none; + margin-top: 0px; +} \ No newline at end of file diff --git a/Kwok_Eugene/mockup2/.DS_Store b/Kwok_Eugene/mockup2/.DS_Store new file mode 100644 index 0000000..e6d7cae Binary files /dev/null and b/Kwok_Eugene/mockup2/.DS_Store differ diff --git a/Kwok_Eugene/mockup2/Screen Shot 2015-08-06 at 2.32.08 AM.png b/Kwok_Eugene/mockup2/Screen Shot 2015-08-06 at 2.32.08 AM.png new file mode 100644 index 0000000..ed4fe28 Binary files /dev/null and b/Kwok_Eugene/mockup2/Screen Shot 2015-08-06 at 2.32.08 AM.png differ diff --git a/Kwok_Eugene/mockup2/index.html b/Kwok_Eugene/mockup2/index.html new file mode 100644 index 0000000..7fc0921 --- /dev/null +++ b/Kwok_Eugene/mockup2/index.html @@ -0,0 +1,14 @@ + + + + + My Webpage + + + + +

Galvanize Profile Page

+ +
(Photo Caption)
+ + \ No newline at end of file diff --git a/Kwok_Eugene/mockup2/style.css b/Kwok_Eugene/mockup2/style.css new file mode 100644 index 0000000..41a3d24 --- /dev/null +++ b/Kwok_Eugene/mockup2/style.css @@ -0,0 +1,14 @@ +h1 { + margin-top: 30px; + margin-left: 18px; + margin-bottom: 50px; +} + +img { + margin-left: 140px; +} + +div { + margin-left: 150px; + font-size: 130%; +} \ No newline at end of file diff --git a/Kwok_Eugene/mockup3/index.html b/Kwok_Eugene/mockup3/index.html new file mode 100644 index 0000000..7090593 --- /dev/null +++ b/Kwok_Eugene/mockup3/index.html @@ -0,0 +1,25 @@ + + + + + My Webpage + + + + +

Details:

+ + + + +

+
View Additional Details
+ + + \ No newline at end of file diff --git a/Kwok_Eugene/mockup3/style.css b/Kwok_Eugene/mockup3/style.css new file mode 100644 index 0000000..1f5ea86 --- /dev/null +++ b/Kwok_Eugene/mockup3/style.css @@ -0,0 +1,40 @@ +h1 { + margin-top: 30px; + margin-left: 18px; + margin-bottom: 0px; +} + +ul { + display: inline-block; + list-style: none; + margin-bottom: 0px; + border-style: solid; + padding-left: 0px; +} + +#last { + border-style: solid; + margin-left: 50px; + margin-right: 1045px; +} + +#pets { + margin-left: 40px; + margin-top: 0px; + padding-bottom: 0px; +} + +#cities { + margin-left: 20px; +} + + + + + + + + + + + diff --git a/Kwok_Eugene/mockup4/index.html b/Kwok_Eugene/mockup4/index.html new file mode 100644 index 0000000..29bef99 --- /dev/null +++ b/Kwok_Eugene/mockup4/index.html @@ -0,0 +1,37 @@ + + + + + My Webpage + + + + +

Your Information

+
+

+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ +

+
+ + \ No newline at end of file diff --git a/Kwok_Eugene/mockup4/index2.html b/Kwok_Eugene/mockup4/index2.html new file mode 100644 index 0000000..e69de29 diff --git a/Kwok_Eugene/mockup4/style.css b/Kwok_Eugene/mockup4/style.css new file mode 100644 index 0000000..d5d5dee --- /dev/null +++ b/Kwok_Eugene/mockup4/style.css @@ -0,0 +1,14 @@ +html { + margin-left: 50px; + margin-top: 50px; +} + +#checkbox { + margin-top: 0px; + display: inline-block; +} + +#cb1, +#cb2 { + float: left +} \ No newline at end of file diff --git a/Kwok_Eugene/mockup5/index.html b/Kwok_Eugene/mockup5/index.html new file mode 100644 index 0000000..761370d --- /dev/null +++ b/Kwok_Eugene/mockup5/index.html @@ -0,0 +1,64 @@ + + + + + My Webpage + + + + +

My Awesome Table

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FirstnameLastnamePetnameCity
JohnDoeFifiDenver
JaneDoeFidoSanta Fe
JenniferSmithPikachuLos Angeles
StephenHawkingFurbyNew York
+ + \ No newline at end of file diff --git a/Kwok_Eugene/mockup5/style.css b/Kwok_Eugene/mockup5/style.css new file mode 100644 index 0000000..42c4899 --- /dev/null +++ b/Kwok_Eugene/mockup5/style.css @@ -0,0 +1,23 @@ +html { + margin-left: 50px; + margin-top: 15px; +} +table, th { + font-size: 115%; + border: 1px solid black; + border-collapse: collapse; +} + +td { + border-left: 1px solid black; + border-right: 1px solid black; + height: 25px; +} + +#color { + background-color: grey; +} + +#color2 { + background-color: #E0DDE2; +} \ No newline at end of file diff --git a/mockup3.jpg b/mockup3.jpg index aa61e36..570198a 100644 Binary files a/mockup3.jpg and b/mockup3.jpg differ