Skip to content

Commit 70c720d

Browse files
committed
update demo
1 parent 1a36571 commit 70c720d

File tree

9 files changed

+316
-0
lines changed

9 files changed

+316
-0
lines changed

css/style.css

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
body {
2+
background:#F8F8F8 url('../img/bg-noise.png') top left;
3+
}
4+
5+
a {
6+
text-decoration: none;
7+
font-weight: bold;
8+
color: #999;
9+
}
10+
11+
p {
12+
font-size: 12px;
13+
font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
14+
line-height: 1.5em;
15+
}
16+
17+
h1 {
18+
font-family: 'MuseoSlab500Regular', sans-serif;
19+
text-align: center;
20+
color: #999;
21+
font-size: 42px;
22+
margin: 30px 0 0 0;
23+
}
24+
25+
.title {
26+
width: 700px;
27+
margin: 0 auto;
28+
padding-right: 35px;
29+
}
30+
31+
.title p {
32+
text-align: center;
33+
}
34+
35+
.credits {
36+
margin: 0 auto;
37+
width: 700px;
38+
text-align: center;
39+
clear: both;
40+
}
41+
42+
#github-logo {
43+
position: fixed;
44+
bottom: -5px;
45+
right: 20px;
46+
z-index: 1;
47+
display: block;
48+
opacity: 0.4;
49+
}
50+
51+
.github-ribbon {
52+
position: absolute;
53+
top: 0;
54+
right: 0;
55+
border: 0;
56+
}
57+
58+
.projects{
59+
width: 700px;
60+
margin: 0 auto;
61+
padding: 30px;
62+
}
63+
64+
/* Font-face */
65+
66+
@font-face {
67+
font-family: 'MuseoSlab500Regular';
68+
src: url('../font/Museo_Slab_500-webfont.eot');
69+
src: url('../font/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
70+
url('../font/Museo_Slab_500-webfont.woff') format('woff'),
71+
url('../font/Museo_Slab_500-webfont.ttf') format('truetype'),
72+
url('../font/Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
73+
font-weight: normal;
74+
font-style: normal;
75+
}

font/Museo_Slab_500-webfont.eot

25.9 KB
Binary file not shown.

font/Museo_Slab_500-webfont.svg

Lines changed: 241 additions & 0 deletions
Loading

font/Museo_Slab_500-webfont.ttf

57.6 KB
Binary file not shown.

font/Museo_Slab_500-webfont.woff

29.3 KB
Binary file not shown.

img/bg-noise.png

17.3 KB
Loading

img/github-cat.png

3.15 KB
Loading

img/github-ribbon.png

6.73 KB
Loading

index.html

758 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)