Adjusted provider page

This commit is contained in:
Olu Amey
2021-08-05 16:43:57 -04:00
parent 4fbebae40a
commit be8b41ad29
4 changed files with 17 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<!------main-content------>
<main class="main-content">
<section class="page_title">
<section class="page_title prov_crumb">
<div class="container">
<div class="row">
<div class="col-lg-12 d-flex">
@@ -54,7 +54,7 @@
<li> WE need to form buleted test here for description - very SEO Ricch words and More.</span></li>
<li> WE need to form buleted test here for description - very SEO Ricch words and More.</span></li>
<li> WE need to form buleted test here for description - very SEO Ricch words and More.</span></li>
<li> WE need to form buleted test here for description - very SEO Ricch words and More. It could be longer sometimes </span></li>
<li> <?=PROUCT_BRAND_NAME?> clinical workflow guide walks you through your practice to see where you can minimize or eliminate unproductive clogs and time wasters. </span></li>
<li> WE need to form buleted test here for description - very SEO Ricch words and More.</span></li>
<li> WE need to form buleted test here for description - very SEO Ricch words and More.</span></li>
<li> WE need to form buleted test here for description - very SEO Ricch words and More.</span></li>
+11
View File
@@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerAdmin works@chiefsoft.com
ServerName wwwlocaldev.mermsemr.com
DocumentRoot /var/www/html/public
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
+4
View File
@@ -7276,6 +7276,10 @@ page_title
background-size: cover;
}
.prov_crumb{
background: url(../image/resources/provider-breadcrumb.jpg);
}
.page_title .content_box {
position: relative;
margin-left: auto;
Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB