Skip to content

Commit 935d337

Browse files
committed
Initial site assets
1 parent ae33801 commit 935d337

22 files changed

+4045
-0
lines changed

css/fonts/FontAwesome.otf

132 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

css/fonts/fontawesome-webfont.svg

Lines changed: 2671 additions & 0 deletions
Loading

css/fonts/fontawesome-webfont.ttf

162 KB
Binary file not shown.

css/fonts/fontawesome-webfont.woff

95.7 KB
Binary file not shown.
75.4 KB
Binary file not shown.

css/site.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.jumbotron {
2+
background-color: #018D74;
3+
color: white;
4+
}
5+
6+
.content .jumbotron h1 {
7+
color: white;
8+
border-bottom: 0;
9+
}
10+
11+
.components {
12+
display: flex;
13+
flex-direction: row;
14+
flex-wrap: wrap;
15+
justify-content: space-between;
16+
align-items: flex-start;
17+
align-content: flex-start;
18+
}
19+
20+
.component {
21+
min-height: 200px;
22+
flex-basis: 48%;
23+
border: 1px solid #CCCCCC;
24+
border-radius: 10px;
25+
margin-bottom: 1em;
26+
padding-top: 0.25em;
27+
padding-bottom: 0.25em;
28+
padding-left: 1em;
29+
padding-right: 1em;
30+
}
31+
32+
.component h4 {
33+
color: #018D74;
34+
font-size: 1.5em;
35+
}
36+
37+
.component h4 a {
38+
color: #018D74;
39+
}
40+
41+
.package {
42+
margin-top: -0.5em;
43+
padding-top: 0;
44+
font-size: 0.8em;
45+
color: #666666;
46+
}

css/styles-e3f3751b65.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/favicon.ico

318 Bytes
Binary file not shown.

img/zend-framework-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)