Skip to content

Commit 3b55c31

Browse files
committed
features
1 parent bec64a1 commit 3b55c31

3 files changed

Lines changed: 58 additions & 9 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
The.Fountain*
12
build/node_modules
23
node_modules
34
build/output

css/features.css

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
/*
2+
# Features page
3+
4+
```
5+
<div class="background grey">
6+
7+
</div>
8+
<div class="background light-grey">
9+
<div class="container features-section">
10+
<div class="features-toolbox"></div>
11+
<h2 class="features-heading">GREAT TOOLS</h2>
12+
<p class="features-tag">API Engine comes with a feature set of tools to suit large businesses, start-ups and individual developers alike</p>
13+
<a href="" class="sbtn green">SIGN UP</a>
14+
<div style="clear: both;"></div>
15+
</div>
16+
</div>
17+
<div class="background white">
18+
<div class="container features-section">
19+
</div>
20+
21+
</div>
22+
<div class="background light-grey"></div>
23+
```
24+
25+
*/
26+
.features-section {
27+
padding: 75px 0;
28+
}
29+
.features-toolbox {
30+
background: url('../img/features-toolbox.png');
31+
width: 337px;
32+
height: 252px;
33+
float: right;
34+
}
35+
.features-heading {
36+
font-size: 28px;
37+
font-family: 'Nexa Bold';
38+
font-weight: normal;
39+
}
40+
.features-tag {
41+
font-size: 28px;
42+
font-family: 'Nexa';
43+
}

templates/home/features.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11

2+
<div class="background light-grey">
3+
<div class="container features-section">
4+
<div class="features-toolbox"></div>
5+
<h2 class="features-heading">GREAT TOOLS</h2>
6+
<p class="features-tag">API Engine comes with a feature set of tools to suit large businesses, start-ups and individual developers alike</p>
7+
<a href="" class="sbtn green">SIGN UP</a>
8+
<div style="clear: both;"></div>
9+
</div>
10+
</div>
211
<div class="background white">
3-
<div class="container">
4-
<h2 style="margin: 0">Features</h2>
5-
<p style="margin: 0">We are going to have some feature listing going here</p>
6-
<h2 style="margin: 0">Features</h2>
7-
<p style="margin: 0">We are going to have some feature listing going here</p>
8-
<h2 style="margin: 0">Features</h2>
9-
<p style="margin: 0">We are going to have some feature listing going here</p>
10-
</div>
11-
</div>
12+
<div class="container features-section">
13+
</div>
14+
15+
</div>
16+
<div class="background light-grey"></div>

0 commit comments

Comments
 (0)