diff --git a/about.html b/about.html new file mode 100644 index 0000000..f18343d --- /dev/null +++ b/about.html @@ -0,0 +1,324 @@ + + + + + + About Us | my-biz.app + + + + + + +
+
+ About Us +

Built for businesses that want a calmer, more connected back-office.

+

+ my-biz.app helps teams bring finance, operations, people, and growth work into one practical system built on Odoo Community Edition. We focus on making everyday business management simpler, clearer, and easier to extend over time. +

+
+
+ +
+
+
+

What we believe

+

+ Good business software should reduce noise, not create more of it. Our approach is to start with a stable operational foundation, keep the user experience grounded in real work, and preserve flexibility so your stack can grow with your business. +

+
+
+
+

Open foundation

+

Built on Odoo Community Edition so your data and future options stay in your hands.

+
+
+

Practical delivery

+

We focus on systems people can actually adopt, use, and improve over time.

+
+
+

Ready to grow

+

Start with what matters now and expand later with modules, integrations, and custom work.

+
+
+
+
+ +
+
+ FAQ +

Questions people ask before they commit.

+
+
+ +
+
    +
  • How pricing works across different stages of growth.
  • +
  • When to start with the base plan versus a broader rollout.
  • +
  • How to think about long-term ownership and platform flexibility.
  • +
+
+
+
+ +
+
    +
  • What information is needed to get the first instance ready.
  • +
  • How teams choose modules, server location, and initial workflows.
  • +
  • What a sensible first phase looks like for a new client.
  • +
+
+
+
+ +
+
    +
  • How to keep data clean and users aligned after launch.
  • +
  • What ongoing maintenance and governance can look like.
  • +
  • How permissions, updates, and operational routines are handled.
  • +
+
+
+
+ +
+
    +
  • How custom modules and integrations fit into a mature setup.
  • +
  • When to bring in specialist developers or internal teams.
  • +
  • How the system supports more demanding operational use cases.
  • +
+
+
+
+
+
+ +
+
+ Careers +

We work with people who care about useful systems.

+

+ This area is ready for your careers content. Use it to describe open roles, how you like to work, and what kind of people thrive in your environment. +

+
+
+ +
+
+ Partners +

Built to collaborate with specialists and trusted operators.

+

+ This area is ready for partner content. Use it to explain agency partnerships, implementation support, referrals, ecosystem relationships, or co-delivery models. +

+
+
+ + + + + + + diff --git a/index.html b/index.html index aeb34e3..529a125 100644 --- a/index.html +++ b/index.html @@ -1371,21 +1371,22 @@ } footer { - background: var(--bg-deep); - border-top: 3px solid var(--gold); + background: rgba(255, 243, 224, 0.94); + border-top: 1px solid var(--border); padding: 84px 8vw 36px; } .footer-top { - grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(140px, 1fr)); + grid-template-columns: minmax(0, 1.1fr) minmax(320px, 1.2fr) minmax(0, 1fr) minmax(0, 1fr); margin-bottom: 30px; + align-items: start; } .footer-brand p, .footer-col a, .footer-bottom span, .footer-legal a { - color: var(--grey); + color: var(--silver); } .footer-logo { @@ -1394,6 +1395,114 @@ margin-bottom: 14px; } + .footer-logo img { + height: 34px; + width: auto; + } + + .footer-contact-form { + display: flex; + flex-direction: column; + align-items: center; + gap: 12px; + } + + .footer-contact-form textarea, + .footer-contact-form input { + width: 100%; + padding: 14px 16px; + border-radius: 24px; + border: 1px solid var(--border); + background: rgba(93, 64, 55, 0.06); + color: var(--white); + font: inherit; + } + + .footer-contact-form textarea { + min-height: 110px; + resize: vertical; + } + + .footer-contact-shell { + max-width: 420px; + margin: 0 auto; + text-align: center; + } + + .footer-contact-shell h4 { + margin-bottom: 14px; + } + + .footer-contact-input-row { + display: flex; + align-items: center; + width: 100%; + min-height: 48px; + border-radius: 999px; + overflow: hidden; + background: rgba(93, 64, 55, 0.06); + border: 1px solid var(--border); + } + + .footer-contact-input-row input { + border: none; + background: transparent; + border-radius: 0; + box-shadow: none; + height: 100%; + } + + .footer-contact-send { + height: 100%; + min-height: 48px; + padding: 0 18px; + border: none; + border-left: 1px solid var(--border); + background: transparent; + color: var(--gold); + cursor: pointer; + font-size: 0.92rem; + } + + .footer-contact-message-wrap { + position: relative; + width: 100%; + } + + .footer-contact-message-wrap textarea { + padding-right: 64px; + } + + .footer-contact-message-wrap .footer-contact-send { + position: absolute; + right: 10px; + bottom: 10px; + min-height: 40px; + height: 40px; + width: 40px; + padding: 0; + border-radius: 50%; + border-left: none; + background: rgba(255, 243, 224, 0.9); + } + + .footer-contact-form input::placeholder, + .footer-contact-form textarea::placeholder { + color: var(--grey); + } + + .footer-contact-form input:focus, + .footer-contact-form textarea:focus { + outline: none; + border-color: var(--gold); + box-shadow: 0 0 0 3px rgba(230, 81, 0, 0.12); + } + + .footer-contact-status { + color: var(--grey); + font-size: 0.8rem; + } + .footer-col ul { display: grid; gap: 10px; @@ -1557,6 +1666,10 @@ .modules-grid { grid-template-columns: 1fr; } + + .footer-contact-shell { + max-width: 100%; + } } @media (max-width: 860px) { @@ -1820,15 +1933,6 @@
-

-

We provide a hustle free backoffice plattform for you to build your business upon.

@@ -2122,15 +2225,6 @@

-

-

+ -

@@ -2451,6 +2540,38 @@

+ +