Skip to content

Commit c404b65

Browse files
Make the landing page awesome
1 parent fcab22a commit c404b65

File tree

7 files changed

+312
-12
lines changed

7 files changed

+312
-12
lines changed

docs/assets/theme-colors.less

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,51 @@
11
@color-primary: #22A699;
2+
3+
.docstart {
4+
width: 110%;
5+
height: 222px;
6+
border-right: 1px solid #22A699;
7+
//border:0px solid #22A699;
8+
}
9+
10+
.fundamentals, .quickstart, .guides {
11+
border:1px solid #22A699;
12+
width: 33.33%;
13+
float: left;
14+
padding-top: 10px;
15+
padding-bottom: 10px;
16+
padding-left: 10px;
17+
padding-right: 10px;
18+
border-right: 0px;
19+
}
20+
21+
p {
22+
font-size: 14px;
23+
}
24+
25+
.documentation {
26+
width: 110%;
27+
height: 100px;
28+
}
29+
30+
.btn.default.hollow {
31+
color: #e535ab;
32+
border: 2px solid #e535ab;
33+
border-radius: 3em;
34+
text-indent: .1em;
35+
letter-spacing: .1em;
36+
text-transform: uppercase;
37+
font-size: 14px;
38+
line-height: 20px;
39+
font-weight: 600;
40+
padding: 12px 24px;
41+
background-color: #fff;
42+
}
43+
44+
.doc {
45+
width: 33.33%;
46+
float: left;
47+
padding-top: 10px;
48+
padding-bottom: 10px;
49+
padding-left: 10px;
50+
padding-right: 10px;
51+
}

docs/package-lock.json

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

docs/source/images/docs.svg

Lines changed: 45 additions & 0 deletions
Loading
Lines changed: 44 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)