From 53d9344e4378fc2c88a74a12793a7bfebee4aa52 Mon Sep 17 00:00:00 2001 From: Giovanni Soto Date: Mon, 10 Feb 2014 14:24:22 -0500 Subject: [PATCH] Homewokrk --- css/style4.css | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 42 +++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100755 css/style4.css create mode 100755 index.html diff --git a/css/style4.css b/css/style4.css new file mode 100755 index 0000000..ed87a88 --- /dev/null +++ b/css/style4.css @@ -0,0 +1,64 @@ +/* this centers my content on the browser window */ +.wrapper{ + width:800px; + height:620px; + margin:0px auto; + padding:10px 20px; + border:3px solid #999; +} +#header{ + +h1, h2{ + color:#999; + text-align:center; +} +h2{ + color:#666; +} +#navigation{ + height:50px; +} +#navigation li{ + display:inline; + float:right; + margin-right:20px; +} +a:link{ + text-decoration:none; + color:#ff0066; +} +a:visited{ + text-decoration:none; + color:#666; +} +a:hover{ + text-decoration:none; + color:#00ccff; +} +#mainContent{ + +} +h3{ + +} +hr{ + +} +.entryPost p{ + +} +#sideBar{ + +} +#sideBar h3{ + +} +#sideBar hr{ + +} +#sideBar ul li{ + +} +#footer{ + text-align:center; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100755 index 0000000..7603b8e --- /dev/null +++ b/index.html @@ -0,0 +1,42 @@ + + + + + Q&A in HTML + + + +
+ + +
+
+
    * Do you consider yourself more of a designer or developer (or something else, other answers are acceptable)? +
    + I consider myself more of a designer/artist/creator
+
    * What are you most interested in learning in this class? +
    + Aesthetics in web design. Making something look good from an idea.
+
    * What is good design? +
    + Good design is when something is created with the point as clear, and clever as can be. A medium between art and functionality
+
    * What is good web design? +
    + Good web design is when a website looks, functions and embodies good design, clarity, and an enjoyable experience.
+
    * What are the good examples of conference/event web sites? Answer by listing at least two sites including each URL and why you chose the site. +
    + Eventsys - This website has a simplistic approach with very nice "flat" design. They use colors that pop, and simplistic icons. Clear, simple, and full of character. +
    + BarCamp Omaha - I chose this site because of the friendly, fun, and thoughtful design. It has a very unique flow all throughout the website. Nice images and good color scheme. +
+
+
+ + + + \ No newline at end of file