Header and Footer Changes
This commit is contained in:
65
about.php
65
about.php
@ -1,10 +1,10 @@
|
||||
<?php include('header.php');?>
|
||||
<!-- start wpo-page-title -->
|
||||
<section class="wpo-breadcumb-area">
|
||||
<section class="company-bg">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="wpo-breadcumb-wrap">
|
||||
<div class="wpo-breadcumb-wrap hero-breadcrumb">
|
||||
<h2>Access Educatiopn Network</h2>
|
||||
<h3>About us</h3>
|
||||
</div>
|
||||
@ -569,63 +569,4 @@
|
||||
</section>
|
||||
<!--end of wpo-team-section -->
|
||||
|
||||
<!-- start of wpo-get-touch-section -->
|
||||
<section class="wpo-get-touch-section section-padding">
|
||||
<div class="container">
|
||||
<div class="row justify-content-end">
|
||||
<div class="col-lg-7 col-12">
|
||||
<div class="wpo-section-title">
|
||||
<h2>Trusted transport service</h2>
|
||||
<h3>Let’s Work Together</h3>
|
||||
</div>
|
||||
<form id="myForm">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-6 col-12">
|
||||
<input id="name" class="fild" type="text" placeholder="Your Name">
|
||||
<div id="nameError" class="error-message"></div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-12">
|
||||
<input id="email" class="fild" type="email" placeholder="Email Address">
|
||||
<div id="emailError" class="error-message"></div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-12">
|
||||
<input id="phone" class="fild" type="text" placeholder="Your Number">
|
||||
<div id="phoneError" class="error-message"></div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-12">
|
||||
<input id="trackingId" class="fild" type="text"
|
||||
placeholder="Enter your tracking id">
|
||||
<div id="trackingIdError" class="error-message"></div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<textarea id="message" class="fild fild-textarea"
|
||||
placeholder="Write Message"></textarea>
|
||||
<div id="messageError" class="error-message"></div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<button type="submit" class="theme-btn">Send Us Messages <i
|
||||
class="ti-angle-right"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="shape">
|
||||
<svg width="100%" height="100%" viewBox="0 0 579 909" fill="none">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M358.873 909L277 382L87.7578 760V909H358.873Z"
|
||||
fill="#1C7991" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M0.703125 909L465.828 0L304.102 569.065L207.458 909H0.703125Z" fill="#FF7236" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M579.001 0L304.154 571.371L466.229 0H579.001Z"
|
||||
fill="#124855" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M369.718 0L280.523 361.342L465.827 0H369.718Z"
|
||||
fill="#1C7990" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M364.445 446.031L443.443 909H358.413L304.154 571.128L364.445 446.031Z" fill="#FFCB37" />
|
||||
</svg>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end of wpo-get-touch-section -->
|
||||
|
||||
<?php include('footer.php');?>
|
||||
<?php include('footer.php');?>
|
Reference in New Issue
Block a user