This commit is contained in:
2022-07-23 23:42:50 +00:00
parent c77ca4153c
commit 2814f01c4a

View File

@@ -63,7 +63,7 @@
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="#"
<a class="dropdown-item" href="#service"
>Service</a
>
</li>
@@ -135,18 +135,24 @@
>
</li>
<li>
<a class="dropdown-item" href="/r/download.htm"
<a
class="dropdown-item"
href="/r/download.htm"
>Download</a
>
</li>
<li>
<a class="dropdown-item" href="https://contact.ayanova.com/contact"
<a
class="dropdown-item"
href="https://contact.ayanova.com/contact"
>Contact us</a
>
</li>
<li>
<a class="dropdown-item" href="/r/about.htm"
<a
class="dropdown-item"
href="/r/about.htm"
>About us</a
>
</li>
@@ -160,7 +166,8 @@
<main>
<div>
<div class="container col-xxl-8 px-4 py-5">
<div id="service" class="container col-xxl-8 px-4 py-5">
<h1 class="display-5 fw-bold lh-1 mb-3">Service</h1>
<div
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
@@ -175,38 +182,42 @@
/>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">
Responsive left-aligned hero with image
</h1>
<p class="lead">
Quickly design and customize responsive
mobile-first sites with Bootstrap, the worlds
most popular front-end open source toolkit,
featuring Sass variables and mixins, responsive
grid system, extensive prebuilt components, and
powerful JavaScript plugins.
</p>
<div
class="d-grid gap-2 d-md-flex justify-content-md-start"
>
<button
type="button"
class="btn btn-primary btn-lg px-4 me-md-2"
>
Primary
</button>
<button
type="button"
class="btn btn-outline-secondary btn-lg px-4"
>
Default
</button>
</div>
<h4>Scheduling</h4>
<p>Here is a blurb about scheduling. Perhaps even an image need some lorem text here</p>
</div>
</div>
<div
class="row flex-lg-row-reverse align-items-center g-5 py-5"
>
<div class="col-10 col-sm-8 col-lg-6">
<img
src="/r/image/ss-overview.png"
class="d-block mx-lg-auto img-fluid"
alt="Bootstrap Themes"
width="700"
height="500"
loading="lazy"
/>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Service</h1>
<h4>Work orders</h4>
<p>Here is a blurb about wo. Perhaps even an image need some lorem text here</p>
</div>
</div>
<div class="px-4 pt-5 my-5 text-center border-bottom">
<h1 class="display-4 fw-bold">Centered screenshot</h1>
</div>
<!-- <div id="service2" class="px-4 pt-5 my-5 text-center border-bottom">
<h3 class="display-5 fw-bold">Work orders</h3>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">
Quickly design and customize responsive mobile-first
@@ -245,7 +256,50 @@
/>
</div>
</div>
</div>
<h3 class="display-5 fw-bold">Quotes</h3>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">
Quickly design and customize responsive mobile-first
sites with Bootstrap, the worlds most popular
front-end open source toolkit, featuring Sass
variables and mixins, responsive grid system,
extensive prebuilt components, and powerful
JavaScript plugins.
</p>
<div
class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5"
>
<button
type="button"
class="btn btn-primary btn-lg px-4 me-sm-3"
>
Primary button
</button>
<button
type="button"
class="btn btn-outline-secondary btn-lg px-4"
>
Secondary
</button>
</div>
</div>
<div class="overflow-hidden" style="max-height: 30vh">
<div class="container px-5">
<img
src="/r/image/logo.svg"
class="img-fluid border rounded-3 shadow-lg mb-4"
alt="Example image"
width="700"
height="500"
loading="lazy"
/>
</div>
</div>
</div> -->
</div>
</main>