File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ small, .small {
134
134
135
135
/* Pages
136
136
================================================== */
137
+ .hero {
138
+ background : #fdd93d ;
139
+ padding : 5rem 5rem ;
140
+ }
137
141
138
142
@media only screen and (max-width : 1024px ) {
139
143
.page-header.big {
Original file line number Diff line number Diff line change 7
7
<!-- Home Intro
8
8
================================================== -->
9
9
{% if page.url == "/" %}
10
- < div class ="rounded mb-5 hero " style =" background: #fdd93d;padding: 5rem 5rem; " >
10
+ < div class ="rounded mb-5 hero ">
11
11
< div class ="row align-items-center justify-content-between ">
12
12
< div class ="col-md-6 ">
13
13
< h1 class ="font-weight-bold mb-4 serif-font "> Let me teach you how to become successful online</ h1 >
14
14
< p class ="lead mb-4 "> My name is Lyam and I'm here to share with you my knowledge and experience of over 10 years of monetizing my blog.</ p >
15
15
< a href ="{{site.baseurl}}/about " class ="btn btn-dark text-white px-5 btn-lg "> About me</ a >
16
16
</ div >
17
17
< div class ="col-md-6 text-right pl-0 pl-lg-4 ">
18
- < img class ="intro " height ="500 " src ="{{site.baseurl}}/assets/img /intro.svg ">
18
+ < img class ="intro " height ="500 " src ="{{site.baseurl}}/assets/images /intro.svg ">
19
19
</ div >
20
20
</ div >
21
21
</ div >
You can’t perform that action at this time.
0 commit comments