|
|
@ -1,15 +1,19 @@ |
|
|
|
<div class="container" style="padding: 1rem !important; margin-bottom: 1rem !important;"> |
|
|
|
<div class="container" style="padding: 1rem !important; margin-bottom: 1.5rem !important;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between" |
|
|
|
style="border-bottom: 1px solid #d5d5d5;"> |
|
|
|
style="border-bottom: 1px solid #d5d5d5;"> |
|
|
|
<div class="my-3"> |
|
|
|
<img src="./assets/icons/logo.png" style="width: auto !important; height: 40px !important;"> |
|
|
|
<img src="./images/logo.png" style="width: auto !important; height: 40px !important;"> |
|
|
|
</div> |
|
|
|
<div class="my-3 d-flex align-items-center"> |
|
|
|
<div |
|
|
|
style="background-color: #7C7BAD !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;"> |
|
|
|
style="background-color: #7C7BAD !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;"> |
|
|
|
<i class="fa fa-check mr-1"></i>Community |
|
|
|
</div> |
|
|
|
<div |
|
|
|
style="background-color: #875A7B !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;"> |
|
|
|
<i class="fa fa-check mr-1"></i>Enterprise |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|