Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Content Layer
id1
Content Column
width100%
id11
Content Block
id111
HTML
<!-- Releases Popup -->
<!--
<div class="overlay-app4legal-documentation" id="overlay-app4legal-documentation"></div>

<div id="popup-app4legal-documentation" class="popup-app4legal-documentation">
  <button id="closeButton-app4legal-documentation" class="close-button-app4legal-documentation">X</button>
  <p class="popup-text-app4legal-documentation">Exciting News!<br><br>
A new version of Lexzur has just been released. <a class="white-text" href="https://documentation.app4legal.com/display/A4L/LEXZUR+v9.9.0.0+Release+Notes"><strong>Click here</strong></a> to explore the latest features and enhancements
</div>

<style>
  .overlay-app4legal-documentation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999998;
  }
  
  .popup-app4legal-documentation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2D83BE;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: none;
    z-index: 999999;
  }
  
  .popup-text-app4legal-documentation {
    margin: 0;
    color: #FFFFFF !important;
    margin-right: 30px;
	font-size: 17px !important;
  }

  .close-button-app4legal-documentation {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    border: solid 1px white;
    border-radius: 5px;
  }

  @media only screen and (max-width: 600px) {
    .popup-app4legal-documentation {
      left: 15% !important;
      transform: translate(-9%, -50%) !important;
    }
  }

</style>

<script>
/*
document.addEventListener("DOMContentLoaded", function () {
  const popup = document.getElementById("popup-app4legal-documentation");
  const closeButton = document.getElementById("closeButton-app4legal-documentation");
  const overlay = document.getElementById("overlay-app4legal-documentation");
  
  // Define the version number for the current release
  const currentVersion = "9.7.0.0";

  // Check local storage to determine if the popup should be displayed for the current version
  const popupVersion = localStorage.getItem("popupVersion");

  if (popupVersion !== currentVersion) {
    popup.style.display = "block";
    overlay.style.display = "block";
  }

  // Close the popup and save the current version to local storage
  function closePopup() {
    popup.style.display = "none";
    overlay.style.display = "none";
  }

  closeButton.addEventListener("click", closePopup);
  
  // Store the current version in local storage
  localStorage.setItem("popupVersion", currentVersion);

  // Add event listener to the overlay to close popup when clicked outside
  overlay.addEventListener("click", closePopup);
});
*/
</script>
-->
HTML
<div style="background-color: #F8FAFC; padding: 30px 0px;">
<br>
<div style="text-align: center;"><h2>بحاجة لمزيد من المساعدة؟</h2></div>
<div class="dual-columns standard-dual-section contact-us-section" style="max-width: 900px; margin: 0 auto;">
    <div class="left-column single-column">
	  <i class="fas fa-video"></i>
      <h3 class="blue-text">قناة اليوتيوب</h3>
      <p>تعلم مهارات جديدة من خلال دروس الفيديو الشاملة لدينا.</p>
	  <br>
	  <a href="https://www.youtube.com/@lexzurtech">شاهد الآن</a>
    </div>
    <div class="right-column single-column">
	  <i class="fas fa-envelope"></i>
      <h3 class="blue-text">اتصل بنا</h3>
      <p>أرسل طلبًا للحصول على المساعدة من فريق الدعم المخصص لدينا.</p>
	  <br>
	  <a href="mailto:help@lexzur.com">إبق على تواصل</a>
    </div>
</div>

<style>
.contact-us-section{
	text-align:center;
}
.contact-us-section p{
	color: #000000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
	padding: 0px 10px;
}
.contact-us-section i{
	font-size:20px;
	color: #155495;
}
.contact-us-section h3{
	margin: 10px !important;
}

.contact-us-section a{
	padding: 8px 25px;
    background-color: #155495;
    color: white !important;
    border-radius: 50px;
    font-weight: 500;
}

@media (min-width: 900px) {
    .contact-us-section {
        padding: 30px 0px !important;
    }
}

.contact-us-section .single-column{
	border: solid 1px #d0d0d0;
    border-radius: 15px;
    padding: 20px 0 30px 0;
    margin: 10px;
    min-height: 230px;
}

</style></div>
HTML
<style>
        #app4legal-footer {
            background-color: #2d83be;
            max-width: 1200px;
        }
        
 		#app4legal-footer li{
		    line-height: 1.2;
 		    margin: 10px 0;
		} 

         #app4legal-footer-resources {
            text-align: center;
        }
        
        #app4legal-footer-resources ul {
            list-style: none;
            width: 100%;
        }
        
        #app4legal-footer-resources ul li {
            text-align: left;
            margin-bottom: 10px;
        }
        
        #app4legal-footer-resources ul a {
            text-decoration: none;
            color: #ffffff;
        }
        
        #app4legal-footer-description {
            color: #ffffff;
            width: 100% !important;
        }
        
        #app4legal-footer-resources-title-container {
            height: 33px;
        }
        
        #app4legal-footer-social {
            text-align: center;
            margin-top: 20px;
            width: 100% !important;
        }
        
        #app4legal-footer-social a {
            text-decoration: none;
            color: #ffffff;
            font-size: 22px;
            margin: 10px;
        }
        
        #app4legal-footer-copyright {
            color: #ffffff;
        <style>
        #app4legaltext-footeralign: {center;
            background-color: #2d83be: #2b72a3;
            margin-top: 25px;
            padding: 5px;
            width: 100% !important;
            max-widthmargin: 1200px0px !important;
        }
        
        #app4legal-footer-resourcescopyright p {
            text-aligndisplay: centerinline;
        }
        
        #app4legal-footer-resources ul {
            list-style: none;
   @media screen and (max-width: 575px) {
         width: 100%;
     #app4legal-footer-resources ul li }{
        
        #app4legal-footer-resources ul li {
width: fit-content;
                textmargin-alignright: leftauto;
                margin-bottomleft: 10pxauto;
        }
    }
    
        #app4legal-resources-footer-resources ul a {
list-container {
                text-decorationwidth: none;
fit-content;
                colormargin: #ffffffauto;
        }
    }
    
        #app4legal-footer-descriptionresources-title-container {
               color margin-top: #ffffff20px;
              width  margin-bottom: 100% !important20px;
        }
    }
    
        #app4legal-footer-resources-title-container div {
            height    width: 33pxfit-content;
        }
    }
    
        #app4legal-footer-socialdescription {
                text-align: center;
            }
     margin-top: 20px;
  }
    </style>       


<div  width: 100% !important;id="app4legal-footer" class="container-fluid pt-5 p-0">
    <div id="app4legal-footer-description" class="row   }justify-content-center px-5">
        
    <div class="col-lg-4 col-xsm-5" style="margin-bottom: 15px;">
    #app4legal-footer-social a {
      <div>
      text-decoration: none;
         <img style="width: 100%; colormax-width: #ffffff120px;"
            font-size: 22px;
         src="https://www.lexzur.com/wp-content/uploads/2024/01/lexzur-logo-white.webp">
   margin: 10px;
        }
</div>

          
  <div class="mt-4">
     #app4legal-footer-copyright {
            color: #ffffff;<div class="footer-social-media">
            text-align: center;
            background-color<ul style="display: #2b72a3inline;">
            margin-top: 25px;
            padding: 5px;
     <li class="elementor-icon-list-item elementor-inline-item">
       width: 100% !important;
            margin: 0px !important;
        }<a href="https://www.facebook.com/lexzurtech">

        
        @media screen and (max-width: 575px) {
            #app4legal-footer-resources ul li {
  <span class="elementor-icon-list-icon">
              width: fit-content;
                margin-right: auto;
    <i aria-hidden="true" class="fab fa-facebook-f"></i> </span>
        margin-left: auto;
            }
           <span #app4legal-resourcesclass="elementor-icon-list-container {
text"></span>
                        width: fit-content;
   </a>
             margin: auto;
          </li>
  }
            #app4legal-footer-resources-title-container {
         <li   class="elementor-icon-list-item elementor-inline-item">
    margin-top: 20px;
                margin-bottom: 20px;
      <a href="https://twitter.com/Lexzurtech">

     }
            #app4legal-footer-resources-title-container div {
                width: fit-content;<span class="elementor-icon-list-icon">
            }
            #app4legal-footer-description {
           <i aria-hidden="true" class="fab   text-align: center;
fa-twitter"></i> </span>
               }
        }
    </style>

    <div id="app4legal-footer" <span class="containerelementor-fluid pt-5 p-0">
icon-list-text"></span>
              <div id="app4legal-footer-description" class="row justify-content-center px-5">
              </a>
      <div class="col-lg-5 col-xsm-5">
                <div></li>
                    <img src="https://documentation.app4legal.com/download/attachments/83107096/app4legal_white_fit.png?api=v2" />
       <li class="elementor-icon-list-item elementor-inline-item">
             </div>

               <a <div class="mt-4">href="https://www.linkedin.com/company/lexzur/">

                    App4Legal is a complete practice management software for all legal practitioners
  <span class="elementor-icon-list-icon">
             </div>
            </div>

            <div<i aria-hidden="true" class="colfab fa-1">

linkedin"></i> </span>
                    </div>

            <div<span idclass="app4legalelementor-icon-footerlist-resources" class="col-lg-4 col-xsm-5">
text"></span>
                            <div></a>
                    <ul class="p-0 list-inline d-inline-block mt-lg-0 mt-4"> </li>
                        <div<li idclass="app4legalelementor-icon-footerlist-resourcesitem elementor-title-container" class="rowinline-item">
                            <div class="col-12 text-left m-auto p-0">
   <a href="https://www.youtube.com/@lexzurtech">

                                <b>Resources</b><span class="elementor-icon-list-icon">
                            </div>
        <i aria-hidden="true"      class="fab fa-youtube"></i> </span>
         </div>
                       <span <div idclass="app4legalelementor-resourcesicon-list-containertext" class="row mt-lg-4 d-sm-flex d-block">
></span>
                            </a>
     <li class="col-sm-5 pr-0 col-xsm-5 d-sm-inline-block d-block">
              </li>
                  <i class="fas fa-info-circle"></i>
 </ul>
                </div> 
                 <style>
         <a href="https://app4legal.com">About Us</a>
         .footer-social-media li {
                 </li>

       display: inline;
                    <li class="col-sm-5 pr-0 col-xsm-5 d-sm padding-inline-block d-block">
end: 15px !important;
                    }

                 <i  class="fas fa-clipboard-list"></i>
 .footer-social-media i {
                        font-size: 16px;
            <a href="https://documentation.app4legal.com/display/A4L/Release+Notes">Release Notes</a>
      }
					@media only screen and (max-width: 575px) {
						.lexzur-footer-documentation {
 						   display: block !important;
						}
						.lexzur-footer-documentation div{
   							 margin-top:30px;
						}
					}       
				</li>style>

            </div>
        </div>

        <!--<li <div class="col-sm-5 pr-0 col-xsm-5 d-sm-inline-block d-block">1"></div> -->

        <div class="col-lg-8 col-xsm-5 lexzur-footer-documentation" style="display:flex">
            <div style="flex:1;padding: 0 5px;"> <strong>أبرز الميزات</strong>
   <i class="fas fa-scroll"></i>
           <ul>
                    <li><a <a href="https://documentation.app4legallexzur.com/display/ALBD/Copy+of+Marketing?preview=%2F69338554%2F69338489%2FApp4Legal+Brochure+-+Law+Firms.pdf">Brochure</a>pages/viewpage.action?pageId=133277826"> إدارة المسائل</a> </li>
                    <li><a href="https://documentation.lexzur.com/pages/viewpage.action?pageId=133278032">       إدارة القضايا</a> </li>-->

                    <li><a href="https://documentation.lexzur.com/pages/viewpage.action?pageId=133279094">    إدارة العقود</a>
   <li class="col-sm-5 pr-0 col-xsm-5 d-sm-inline-block d-block">
            </li>
                    <i<li><a class="fas fa-comments"></i>
         href="https://documentation.lexzur.com/pages/viewpage.action?pageId=133278841"> إدارة المهام</a> </li>
                    <li><a   <a href="https://app4legaldocumentation.lexzur.com/en/company#contact">Contact Us<pages/viewpage.action?pageId=133278174"> الإدارة المالية</a>
                    </li>
        </li>

                            <li class="col-sm-5 pr-0 col-xsm-5 d-sm-inline-block d-block">
<li><a href="https://documentation.lexzur.com/pages/viewpage.action?pageId=133279093"> إدارة و تسجيل الوقت</a> </li>
                </ul>
            </div>
            <i<div classstyle="fas fa-question-circle"></i>
flex:1;padding: 0 5px;"> <strong>الحلول</strong>
                <ul>
                  <a   <li><a href="https://documentationwww.app4legallexzur.com/displayar/A4L/App4Legal+-+Frequently+Asked+Questions">FAQ</a>
               solutions/small-law-firms-ar/"> مكاتب المحاماة الصغرى</a> </li>
             </li>
            <li><a href="https://www.lexzur.com/ar/solutions/mid-sized-law-firms-ar/"> مكاتب المحاماة المتوسطة</a> </li>
					 <li><a href="https://www.lexzur.com/ar/solutions/large-law-firms-ar/"> مكاتب المحاماة الكبرى</a>  </div>li>
                      </ul>
                </div><li><a href="https://www.lexzur.com/ar/solutions/إدارات-الشؤون-القانونية/"> إدارات الشؤون القانونية</a></li>
					 <li><a href="https://www.lexzur.com/ar/solutions/">استعراض كافة الحلول</a></li>
                </ul>
            </div>
        </div>

        <div idstyle="app4legal-footer-social" class="row px-5">flex:1;padding: 0 5px;"> <strong>المصادر</strong>
                <ul>
  <div class="col-12">
                  <a<li><a href="https://www.facebooklexzur.com/app4legalar"> خدمة العملاء</a> </li>
                    <i<li><a classhref="fab fa-facebook"></i>
     https://www.app4legal.com/training-sessions/"> حجز حصة تدريبية</a> </li>
           </a>

                <a <li><a href="https://twitter/documentation.lexzur.com/app4legalpages/viewpage.action?pageId=133279667">
 الأسئلة المتكررة</a> </li>
                 <i class="fab fa-twitter"></i></ul>
                </a>div>

               </div>
       <a href="https://www.linkedin.com/company/app4legal">
 <style>
            .lexzur-footer-documentation ul {
              <i class="fab fa-linkedin"></i> list-style-type: none;
                </a>
padding: 0;
            }

    <a href="https://www.youtube.com/c/App4Legal">
            .lexzur-footer-documentation a {
                <i class="fab fa-youtube"></i>color: white !important;
                </a>font-size: 14px;
            </div>}
        </div>style>
    </div>  
</div>

     <div <div id="app4legal-footer-copyright" class="row">
        <div class="col-12">


Copyright
HTML
. جميع الحقوق محفوظة.     </div>
    </div>