Skip to content

Commit

Permalink
Merge pull request #19 from Libree/refactor/change_section_bg
Browse files Browse the repository at this point in the history
refactor: change section bg
  • Loading branch information
Pedrocaloi authored Jul 4, 2024
2 parents 61b7dc4 + 6392297 commit ca1ddea
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
Binary file added assets/images/BonsaiBGFull.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions assets/mobirise/css/mbr-additional.css
Original file line number Diff line number Diff line change
Expand Up @@ -2043,7 +2043,7 @@ a {
overflow: hidden;
border-top: 1px solid #09586a;
border-bottom: 1px solid #09586a;
background-image: url('../../../assets/images/default-colourful-logo-stakrs-for-poker-2-1792x1008.jpg');
background-image: url('../../../assets/images/BonsaiBGFull.jpg');
}
.cid-u9PsWixZ5G .mbr-fallback-image.disabled {
display: none;
Expand Down Expand Up @@ -2116,15 +2116,15 @@ a {
}
.cid-u9PsWixZ5G .mbr-section-subtitle {
color: #ffffff;
text-align: right;
text-align: left;
}
.cid-u9PsWixZ5G .mbr-text {
color: #ffffff;
text-align: right;
text-align: left;
}
.cid-u9PsWixZ5G .mbr-section-title,
.cid-u9PsWixZ5G .mbr-section-btn {
text-align: right;
text-align: left;
}
.cid-u9PvNFhziK {
padding-top: 10rem;
Expand Down
26 changes: 15 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<section data-bs-version="5.1" class="menu menu1 gamem5 cid-tCxUOX8jtp" once="menu" id="menu1-0">



<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
<div class="menu_box container">
Expand Down Expand Up @@ -158,23 +158,27 @@ <h4 class="item-title mbr-fonts-style display-7">Use your Lens handle to log in,

<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-6">
<div class="image-wrapper">
<img src="assets/images/lenslogo.png" heigthalt="Mobirise Website Builder">
</div>
</div>
<div class="col-12 col-lg-6">
<div class="title-wrapper">
<div class="title-wrap">

<h2 class="mbr-section-title mbr-fonts-style display-2">LIBREE IS FULLY EMBEDDED INTO YOUR LENS PROFILE</h2>
<p class="mbr-text mbr-fonts-style display-7">Libree seamlessly integrates with your existing Lens apps. Everything you post in Libree will be posted in you other Lens apps.
<br>You will also be able to create guilds and private communities with special gaming new.
<div class="title-wrap">
<h2 class="mbr-section-title mbr-fonts-style display-2">LIBREE IS FULLY EMBEDDED ON YOUR LENS PROFILE</h2>
<br>
<br>
<p class="mbr-text mbr-fonts-style display-7">Libree is built on Lens and everything you post in
<br>Libree will be posted in your other Lens apps.
<br>
<br>You will also be able to create guilds
<br>and private communities with
<br>special gaming new.
</p>
<div class="mbr-section-btn"><a class="btn btn-primary-outline display-4" href="http://app.libree.xyz" target="_blank">Start now!</a></div>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="image-wrapper">
</div>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit ca1ddea

Please sign in to comment.