Skip to content

Commit 9471d3b

Browse files
committed
added sp14 files
1 parent 3489662 commit 9471d3b

File tree

144 files changed

+9756
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+9756
-0
lines changed

sp14/lab-master/design1.pdf

47.6 KB
Binary file not shown.
51.7 KB
Binary file not shown.
847 KB
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
html {
2+
width: 100%;
3+
height: 100%;
4+
}
5+
6+
body { /*the outer layer of the site and global style attributes*/
7+
width: 100%;
8+
font-family: "Lato", "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
9+
margin: 0px;
10+
background: #f7f5f2;
11+
padding: 90px 30px;
12+
}
13+
14+
a {
15+
color: inherit;
16+
text-decoration: none;
17+
}
18+
19+
i {
20+
display: none;
21+
}
22+
23+
.clear {
24+
clear: both;
25+
}
26+
27+
.img-scaled {
28+
width: 100%;
29+
}
30+
31+
.img-scaled-wh {
32+
width: 100%;
33+
height: 100%;
34+
}
35+
36+
.img-scaled-h {
37+
height: 100%;
38+
}
39+
40+
.button {
41+
float: left;
42+
}
43+
44+
#title {
45+
font-size: 36px;
46+
font-weight: 300;
47+
}
48+
#info {
49+
font-size: 16px;
50+
color: #757c78;
51+
font-style: italic;
52+
}
53+
#cover {
54+
border-radius: 5px;
55+
overflow: hidden;
56+
}
57+
h1 {
58+
font-size: 20px;
59+
font-weight: 700;
60+
}
61+
#content {
62+
padding: 10px 0px;
63+
}
64+
p {
65+
font-size: 16px;
66+
}

sp14/lab-master/design2/blog.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<html>
2+
<head>
3+
<title>Web Design DeCal Hands-On | Design Section Week 2</title>
4+
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
5+
<link rel="stylesheet" type="text/css" href="assets/style.css" />
6+
</head>
7+
<body>
8+
<div id="container">
9+
<div id="title">Introducing Iris</div>
10+
<div id="info">By Shawn Park, February 20th, 2014.</div>
11+
<div id="cover"><img class="img-scaled" src="assets/cover.png" /></div>
12+
<div id="content">
13+
<h1>My Personal vision is to connect like-minded people.</h1>
14+
<p>We all have many different interests. Meeting people with similar interests and exchanging ideas about our interests is one of the greatest joys in life. However, actually finding these people is quite difficult. We would often post on our blogs or social networks, but only to find out not enough people in our personal networks share the same interests that we do. I might write a long article about how to create a faux gradient background for websites, but many people in my social network are not that interested in web design. On the other hand, there's a ton of people who crave to learn web design, but cannot find these articles that experienced designers would want to write about. There's this disjoint between writers and readers - people with similar interests in general. That's why I want to create Ego, a community for people's interests.</p>
15+
<h1>Iris is a place where collective minds come together.</h1>
16+
<p>The goal of Iris is to connect like-minded people by helping writers reach the audience and helping readers find content that cater to their interests. We do this by taking an article that users publish on Ego, identify its topic using our keyword extraction algorithm, and share it with users who are subscribed to the topic. Imagine what this would do for people. You can write a rant about Bitcoins, and share it with people who are interested in investing in Bitcoins. Or, you can talk about the upcoming Coldplay concert and see if anyone interested in Coldplay would like to go with you. You can even use this to market your business by asking questions to a specific interest group.</p>
17+
</div>
18+
</div>
19+
</body>
20+
</html>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<html>
2+
<head>
3+
<title>Web Design DeCal Hands-On | Design Section Week 2</title>
4+
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
5+
<link rel="stylesheet" type="text/css" href="assets/style.css" />
6+
</head>
7+
<body>
8+
<div id="submit" class="button">Submit</div>
9+
<div id="confirm" class="button">Confirm</div>
10+
<div id="cancel" class="button">Cancel</div>
11+
<div class="clear"></div>
12+
</body>
13+
</html>
72.2 KB
Binary file not shown.
107 KB
331 KB
115 KB

0 commit comments

Comments
 (0)