Contact us page
This commit is contained in:
@@ -886,7 +886,7 @@ p {
|
|||||||
background: linear-gradient(90deg, #6b1fcd 0%, #374ede 100%);
|
background: linear-gradient(90deg, #6b1fcd 0%, #374ede 100%);
|
||||||
}
|
}
|
||||||
.appie-header-area.appie-header-page-area.appie-sticky.sticky {
|
.appie-header-area.appie-header-page-area.appie-sticky.sticky {
|
||||||
background: #0a44b9;
|
background: #4687ba;
|
||||||
}
|
}
|
||||||
.appie-header-area.appie-header-7-area.appie-sticky.sticky {
|
.appie-header-area.appie-header-7-area.appie-sticky.sticky {
|
||||||
background: #290645;
|
background: #290645;
|
||||||
@@ -7389,7 +7389,7 @@ blockquote cite {
|
|||||||
.contact-form input[type="submit"] {
|
.contact-form input[type="submit"] {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #2b70fa;
|
background: #4687ba;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -9,20 +9,20 @@ function Forms() {
|
|||||||
<div className="col-md-4">
|
<div className="col-md-4">
|
||||||
<div className="contact--info-area">
|
<div className="contact--info-area">
|
||||||
<h3>Get in touch</h3>
|
<h3>Get in touch</h3>
|
||||||
<p>Looking for help? Fill the form and start a new adventure.</p>
|
<p>Looking for help? Fill the form and start a new discussion.</p>
|
||||||
<div className="single-info">
|
<div className="single-info">
|
||||||
<h5>Headquaters</h5>
|
<h5>Headquaters</h5>
|
||||||
<p>
|
<p>
|
||||||
<i className="fal fa-home"></i>
|
<i className="fal fa-home"></i>
|
||||||
744 New York Ave, Brooklyn, Kings,
|
Cumberland Pkwy, Atlanta
|
||||||
<br /> New York 10224
|
<br /> GA 30339
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="single-info">
|
<div className="single-info">
|
||||||
<h5>Phone</h5>
|
<h5>Phone</h5>
|
||||||
<p>
|
<p>
|
||||||
<i className="fal fa-phone"></i>
|
<i className="fal fa-phone"></i>
|
||||||
(+642) 245 356 432
|
(+) 404 855-7966
|
||||||
<br />
|
<br />
|
||||||
(+420) 336 476 328
|
(+420) 336 476 328
|
||||||
</p>
|
</p>
|
||||||
@@ -31,17 +31,16 @@ function Forms() {
|
|||||||
<h5>Support</h5>
|
<h5>Support</h5>
|
||||||
<p>
|
<p>
|
||||||
<i className="fal fa-envelope"></i>
|
<i className="fal fa-envelope"></i>
|
||||||
bisy@support.com
|
support@wrenchboard.com
|
||||||
<br />
|
|
||||||
help@education.com
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="ab-social">
|
<div className="ab-social">
|
||||||
<h5>Follow Us</h5>
|
<h5>Follow Us</h5>
|
||||||
<a className="fac" href="#">
|
<a className="fac" href="https://www.facebook.com/wrenchboard">
|
||||||
<i className="fab fa-facebook-f"></i>
|
<i className="fab fa-facebook-f"></i>
|
||||||
</a>
|
</a>
|
||||||
<a className="twi" href="#">
|
<a className="twi" href="https://www.twitter.com/wrenchboard/">
|
||||||
<i className="fab fa-twitter"></i>
|
<i className="fab fa-twitter"></i>
|
||||||
</a>
|
</a>
|
||||||
<a className="you" href="#">
|
<a className="you" href="#">
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ function Contact() {
|
|||||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||||
<HeaderNews drawer={drawer} action={drawerAction.toggle} />
|
<HeaderNews drawer={drawer} action={drawerAction.toggle} />
|
||||||
<HeroNews
|
<HeroNews
|
||||||
title="Blogs"
|
title="Contact us"
|
||||||
breadcrumb={[
|
breadcrumb={[
|
||||||
{ link: '/', title: 'home' },
|
{ link: '/', title: 'home' },
|
||||||
{ link: '/news', title: 'Blogs' },
|
{ link: '/contact', title: 'Contact' },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<Forms />
|
<Forms />
|
||||||
@@ -28,3 +28,4 @@ function Contact() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default Contact;
|
export default Contact;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user