-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
RUS
authored and
RUS
committed
Apr 16, 2024
1 parent
fa35c11
commit 73c4391
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<section class="container-fluid pt-0" style="font-family: sans-serif; background-color: #5d5d59; color: white;"> | ||
<div class="row mt-1 text-center align-items-center"> | ||
<div class="col-sm-3 float-start text-decoration-none m-auto"> | ||
<div class="d-flex flex-column flex-md-row mt-1 text-center align-items-center justify-content-between"> | ||
<div class="col-md-4 text-decoration-none"> | ||
<a href="https://www.bizzappdev.com"> | ||
<img class="float-md-start col-md-12 mb-3 mt-3 pe-4" src="logo.png"> | ||
<img class="col-12 mb-3 mt-3 pe-4" src="logo.png"> | ||
</a> | ||
</div> | ||
<div class="col-md-4 offset-md-4"> | ||
<div class="col d-flex align-items-center"> | ||
<div class="col-lg-5 col-md-6 col-12"> | ||
<div class="col d-flex align-items-center justify-content-center float-none float-md-end"> | ||
<i class="fa fa-envelope" style="font-size: 27px; color: #d8df24; margin-right: 10px;"></i> | ||
<div style="font-family: Inter, sans-serif; color: #d8df24; font-size: 22px; max-width: 300px; overflow-wrap: break-word;"> | ||
<div style="font-family: Inter, sans-serif; color: #d8df24; font-size: 22px; overflow-wrap: break-word;"> | ||
<a href="mailto:[email protected]?subject=OdooAppStore: Odoo Woocommerce Connector" style="color: #d8df24; text-decoration: none;">[email protected]</a> | ||
</div> | ||
</div> | ||
|