Skip to content

Commit 29116f3

Browse files
committed
removing the CTA on key features section
1 parent f5b8600 commit 29116f3

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

layouts/partials/keyfeatures.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{{- $keyfeatures := .Site.Params.keyfeatures }}
22
{{- $title := index $keyfeatures "title" }}
33
{{- $features := index $keyfeatures "features" }}
4+
45
<section class="keyfeatures">
56
<div class="container">
67
<h1 class="keyfeatures-header">
78
{{ $title }}
8-
<a class="keyfeatures-header-link hvr-icon-forward" href="/learn">
9-
<span class="keyfeatures-header-link-title">LEARN MORE</span>
10-
<span class="keyfeatures-header-link-icon" style="color: firebrick;">
11-
<i class="fal fa-arrow-circle-right hvr-icon"></i>
12-
</span>
13-
</a>
149
</h1>
1510
<div class="keyfeatures-box-container">
1611
{{- range $features }}

static/css/keyfeatures.css

-48
Original file line numberDiff line numberDiff line change
@@ -16,54 +16,6 @@
1616
font-size: 27px;
1717
}
1818

19-
.keyfeatures-header-link {
20-
display: flex;
21-
width: 156px;
22-
align-items: baseline;
23-
justify-content: space-around;
24-
font-size: 14px;
25-
background-color: #EEEEEE;
26-
text-decoration: none !important;
27-
border-radius: 3px;
28-
padding: 8px 15px;
29-
margin-top: 5px;
30-
}
31-
32-
.keyfeatures-header-link-title {
33-
padding: 2px 5px 0 0;
34-
color: #013243;
35-
}
36-
37-
keyfeatures-header-link i {
38-
padding: 2px 0 0 0;
39-
}
40-
41-
/* Icon Forward */
42-
.hvr-icon-forward {
43-
display: inline-block;
44-
vertical-align: middle;
45-
-webkit-transform: perspective(1px) translateZ(0);
46-
transform: perspective(1px) translateZ(0);
47-
/* Black, with 0% opacity */
48-
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
49-
-webkit-transition-duration: 0.1s;
50-
transition-duration: 0.1s;
51-
}
52-
.hvr-icon-forward .hvr-icon {
53-
-webkit-transform: translateZ(0);
54-
transform: translateZ(0);
55-
-webkit-transition-duration: 0.1s;
56-
transition-duration: 0.1s;
57-
-webkit-transition-property: transform;
58-
transition-property: transform;
59-
-webkit-transition-timing-function: ease-out;
60-
transition-timing-function: ease-out;
61-
}
62-
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
63-
-webkit-transform: translateX(4px);
64-
transform: translateX(4px);
65-
}
66-
6719
.keyfeatures-box-container {
6820
display: flex;
6921
flex-wrap: wrap;

0 commit comments

Comments
 (0)