forked from profstein/QA-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·42 lines (40 loc) · 1.84 KB
/
index.html
File metadata and controls
executable file
·42 lines (40 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Q&A in HTML</title>
<link rel="stylesheet" type="text/css" href="css/style4.css">
</head>
<body>
<div class="wrapper">
<div id="header">
<h1>Assignment 1: Q & A in HTML</h1>
<h2>Giovanni Soto</h2>
</div><!-- end of header -->
<hr>
<div class="entryPost">
<ul>* Do you consider yourself more of a designer or developer (or something else, other answers are acceptable)?
<br>
I consider myself more of a designer/artist/creator</ul>
<ul>* What are you most interested in learning in this class?
<br>
Aesthetics in web design. Making something look good from an idea.</ul>
<ul>* What is good design?
<br>
Good design is when something is created with the point as clear, and clever as can be. A medium between art and functionality </ul>
<ul>* What is good web design?
<br>
Good web design is when a website looks, functions and embodies good design, clarity, and an enjoyable experience. </ul>
<ul>* 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.
<br>
<a href="http://www.eventsy.com">Eventsys</a> - 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.
<br>
<a href="http://barcampomaha.org">BarCamp Omaha</a> - 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.
</ul>
</div><!-- end of entryPost-->
</div><!-- end of mainContent -->
<div id="footer">
</div><!-- end of footer -->
</div><!-- end of wrapper -->
</body>
</html>