Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
wowthemesnet committed Apr 25, 2021
1 parent 25dece6 commit 5ed378f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/css/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ small, .small {

/* Pages
================================================== */
.hero {
background: #fdd93d;
padding: 5rem 5rem;
}

@media only screen and (max-width: 1024px) {
.page-header.big {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<!-- Home Intro
================================================== -->
{% if page.url == "/" %}
<div class="rounded mb-5 hero" style="background: #fdd93d;padding: 5rem 5rem;">
<div class="rounded mb-5 hero">
<div class="row align-items-center justify-content-between">
<div class="col-md-6">
<h1 class="font-weight-bold mb-4 serif-font">Let me teach you how to become successful online</h1>
<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>
<a href="{{site.baseurl}}/about" class="btn btn-dark text-white px-5 btn-lg">About me</a>
</div>
<div class="col-md-6 text-right pl-0 pl-lg-4">
<img class="intro" height="500" src="{{site.baseurl}}/assets/img/intro.svg">
<img class="intro" height="500" src="{{site.baseurl}}/assets/images/intro.svg">
</div>
</div>
</div>
Expand Down

0 comments on commit 5ed378f

Please sign in to comment.