This commit is contained in:
2022-07-23 23:47:09 +00:00
parent 2814f01c4a
commit 2053101d46

View File

@@ -166,11 +166,14 @@
<main> <main>
<div> <div>
<div class="col-12">
<h1 class="display-4 fw-bold lh-1 mb-3">Service</h1>
</div>
<div id="service" 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 <div
class="row flex-lg-row-reverse align-items-center g-5 py-5" class="row flex-lg-row-reverse align-items-center g-5 py-5"
> >
<div class="col-10 col-sm-8 col-lg-6"> <div class="col-10 col-sm-8 col-lg-6">
<img <img
src="/r/image/ss-overview.png" src="/r/image/ss-overview.png"
@@ -182,12 +185,13 @@
/> />
</div> </div>
<div class="col-lg-6"> <div class="col-lg-6">
<h2 class="display-6 fw-bold lh-1 mb-3">
<h4>Scheduling</h4> Scheduling
<p>Here is a blurb about scheduling. Perhaps even an image need some lorem text here</p> </h2>
<p>
Here is a blurb about scheduling. Perhaps even
an image need some lorem text here
</p>
</div> </div>
</div> </div>
@@ -205,12 +209,13 @@
/> />
</div> </div>
<div class="col-lg-6"> <div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Service</h1> <h2 class="display-6 fw-bold lh-1 mb-3">
<h4>Work orders</h4> Work orders
<p>Here is a blurb about wo. Perhaps even an image need some lorem text here</p> </h2>
<p>
Here is a blurb about wo. Perhaps even an image
need some lorem text here
</p>
</div> </div>
</div> </div>
</div> </div>