File tree Expand file tree Collapse file tree 4 files changed +40
-84
lines changed Expand file tree Collapse file tree 4 files changed +40
-84
lines changed Original file line number Diff line number Diff line change 8
8
// }
9
9
// }
10
10
11
- // .hire_button{
12
- // background: $primary_color;
13
- // padding: 15px 30px;
14
- // color: #fff;
15
- // text-decoration: none;
16
- // border-radius: 7px;
17
- // font-size: 16px;
18
- // font-family: $secondary-font;
19
- // font-weight: 400;
20
- // border: 1px solid transparent;
21
- // transition: all .3s ease;
22
- // transform: scale(1);
23
- // &:hover{
24
- // background: #425FEE;
25
- // box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3);
26
- // transform: scale(1.03);
27
- // }
28
- // @include desktop{
29
- // text-align: center;
30
- // }
31
- // }
32
-
33
11
// Button Override
34
12
.btn {
35
13
display : inline-block ;
36
14
padding : 15px 30px ;
37
- font-family : $secondary-font ;
38
15
font-size : 16px ;
39
- // background: $primary-color;
40
16
border-radius : 7px ;
41
- // color: #fff;
42
- // ext-decoration: none;
43
- // border: 1px solid transparent;
44
- // transition: all 0.3s ease;
45
- // transform: scale(1);
46
- // &:hover {
47
- // background: #425fee;
48
- // box-shadow: 0 8px 20px rgba(56, 87, 241, 0.3);
49
- // transform: scale(1.03);
50
- // }
51
17
}
52
18
53
19
.btn-lg {
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ $dark-gray: #646569;
11
11
$white : #fff ;
12
12
$black : #000 ;
13
13
14
- // Font Variables
15
- $secondary-font : " Poppins" , sans-serif ;
16
-
17
14
/// ///
18
15
/// /// Bootstrap Variables
19
16
/// ///
Original file line number Diff line number Diff line change 1
- .footer {
2
- background : #1B2031 ;
1
+ .footer {
2
+ background : #1b2031 ;
3
3
position : relative ;
4
4
margin-top : 150px ;
5
- & __background_shape {
5
+ & __background_shape {
6
6
position : absolute ;
7
7
width : 100% ;
8
8
top : 0 ;
9
9
left : 0 ;
10
- svg {
10
+ svg {
11
11
height : 100% ;
12
12
width : 100% ;
13
- path {
13
+ path {
14
14
fill : $white ;
15
15
}
16
16
}
17
- @include mobile {
17
+ @include mobile {
18
18
display : none ;
19
19
}
20
20
}
21
- & __cta {
21
+ & __cta {
22
22
background : $primary-color ;
23
23
padding : 100px 80px ;
24
24
border-radius : 20px ;
29
29
position : relative ;
30
30
overflow : hidden ;
31
31
z-index : 5 ;
32
- .shape-1 {
32
+ .shape-1 {
33
33
position : absolute ;
34
34
z-index : -1 ;
35
35
transform : rotate (-20deg );
36
36
top : -43% ;
37
37
left : 2% ;
38
38
animation : moveLeft 5s infinite linear ;
39
- svg {
40
- path {
39
+ svg {
40
+ path {
41
41
fill : #ffffff ;
42
- opacity : .07 ;
42
+ opacity : 0 .07 ;
43
43
}
44
44
}
45
45
}
46
- .shape-2 {
46
+ .shape-2 {
47
47
position : absolute ;
48
48
z-index : -1 ;
49
49
transform : rotate (80deg );
52
52
width : 235px ;
53
53
height : 208px ;
54
54
animation : move_top 3s infinite linear ;
55
- svg {
55
+ svg {
56
56
height : 100% ;
57
57
width : 100% ;
58
- path {
58
+ path {
59
59
fill : #ffffff ;
60
- opacity : .07 ;
60
+ opacity : 0 .07 ;
61
61
}
62
62
}
63
63
}
64
- @include desktop {
64
+ @include desktop {
65
65
padding : 70px 40px ;
66
66
}
67
- & _content {
67
+ & _content {
68
68
width : 60% ;
69
- @include desktop {
69
+ @include desktop {
70
70
width : 100% ;
71
71
text-align : center ;
72
72
margin-bottom : 20px ;
73
73
}
74
- span {
74
+ span {
75
75
font-size : 20px ;
76
76
display : block ;
77
77
line-height : 1 ;
78
78
margin : 0 0 20px 40px ;
79
79
position : relative ;
80
- @include desktop {
80
+ @include desktop {
81
81
display : inline-block ;
82
82
}
83
- & ::before {
83
+ & ::before {
84
84
position : absolute ;
85
- content : ' ' ;
85
+ content : " " ;
86
86
height : 2px ;
87
87
width : 20px ;
88
88
left : -40px ;
92
92
}
93
93
}
94
94
}
95
- & _action {
95
+ & _action {
96
96
width : 40% ;
97
- @include desktop {
97
+ @include desktop {
98
98
width : 100% ;
99
99
text-align : center ;
100
100
}
101
- a {
101
+ a {
102
102
float : right ;
103
- @include desktop {
103
+ @include desktop {
104
104
float : none ;
105
105
}
106
106
}
107
107
}
108
108
}
109
- & __widget {
109
+ & __widget {
110
110
padding : 100px 0 ;
111
- @include desktop {
111
+ @include desktop {
112
112
text-align : center ;
113
113
padding : 50px 0 ;
114
114
.footer__widget_address {
122
122
// &_address{
123
123
// }
124
124
}
125
- & __footer {
125
+ & __footer {
126
126
padding : 50px 0 ;
127
- border-top : 1px solid rgba (255 , 255 , 255 , .2 );
128
- @include desktop {
127
+ border-top : 1px solid rgba (255 , 255 , 255 , 0 .2 );
128
+ @include desktop {
129
129
text-align : center ;
130
130
}
131
- & _copy {
132
- p {
133
- color : #fff ;
134
- font-size : 16px ;
135
- font-family : $secondary-font ;
136
- margin : 0 ;
137
- }
138
- }
139
- & _social {
140
- ul {
131
+ & _social {
132
+ ul {
141
133
float : right ;
142
- @include desktop {
134
+ @include desktop {
143
135
margin : 20px auto 0 ;
144
136
float : none ;
145
137
}
146
138
}
147
139
}
148
140
}
149
141
}
150
- @keyframes moveLeft {
151
- 0%, 100% {
142
+ @keyframes moveLeft {
143
+ 0%,
144
+ 100% {
152
145
-webkit-transform : translateX (0 ) rotate (-20deg );
153
146
transform : translateX (0 ) rotate (-20deg );
154
147
}
155
-
148
+
156
149
50% {
157
150
-webkit-transform : translateX (15px ) rotate (-20deg );
158
151
transform : translateX (15px ) rotate (-20deg );
159
152
}
160
- }
153
+ }
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ <h4 class="base-font">Address</h4>
68
68
</ div >
69
69
< div class ="row footer__footer ">
70
70
< div class ="col-lg-6 ">
71
- < div class ="footer__footer_copy ">
71
+ < div class ="footer__footer_copy text-light ">
72
72
< p > {{ .Site.Params.copyright }}</ p >
73
73
</ div >
74
74
</ div >
You can’t perform that action at this time.
0 commit comments