This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 09:11:12 -04:00
parent 4695e934e6
commit 3272b60965
2 changed files with 38 additions and 23 deletions
+4 -18
View File
@@ -4,7 +4,7 @@ class FindEv extends React.Component {
render() {
let subheadSection = {
leadTitle: `Subscribe to Our Newsletter`,
title: `Stay up to date with our news, ideas and updates`,
title: `Somehow we will allow users to be able to find EV Charging locations, DESIGN coming up`,
btn: 'Filter'
}
@@ -22,29 +22,15 @@ class FindEv extends React.Component {
{/* PAGE CONTENT
============================================= */}
<div id="page" className="page">
<section id="newsletter-1" className="pb-20 newsletter-section division">
<div className="container">
</div> {/* End container */}
</section> {/* END NEWSLETTER-1 */}
<section id="content-11" className="pb-100 content-section division">
<div className="container">
{/* SECTION TITLE */}
<div className="row">
<div className="row" style={{ marginTop: '150px'}} >
<div className="col-lg-10 offset-lg-1">
<div className="section-title text-center mb-60">
{/* Title */}
<h2 className="h2-md">Find EV Charging Spot</h2>
{/* Text */}
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
tempus, blandit and cursus varius magna tempus a dolor
</p>
<div className="newsletter-wrapper bg_white">
<div className="row d-flex align-items-center">
@@ -54,7 +40,7 @@ class FindEv extends React.Component {
{/* Section ID */}
{/*<span className="section-id">{subheadSection.leadTitle}</span>*/}
{/* Title */}
<h4 className="h4-xl">{subheadSection.title}</h4>
<p className="p-xl">{subheadSection.title}</p>
</div>
</div>
{/* NEWSLETTER FORM */}
@@ -87,7 +73,7 @@ class FindEv extends React.Component {
</div>
</div>
{/* DOWNLOAD BUTTON */}
</div> {/* End container */}
</section> {/* END CONTENT-11 */}
+34 -5
View File
@@ -2,6 +2,11 @@ import React, {Component} from 'react';
class FindMobility extends React.Component {
render() {
let subheadSection = {
leadTitle: `Subscribe to Our Newsletter`,
title: `Somehow we will allow users to be able to find Mobility Options locations, DESIGN coming up`,
btn: 'Filter'
}
return(
<div>
@@ -22,15 +27,39 @@ class FindMobility extends React.Component {
<section id="content-11" className="pb-100 content-section division">
<div className="container">
{/* SECTION TITLE */}
<div className="row">
<div className="row" style={{ marginTop: '150px'}} >
<div className="col-lg-10 offset-lg-1">
<div className="section-title text-center mb-60">
{/* Title */}
<h2 className="h2-md">Chat with Your Friends Easily</h2>
<h2 className="h2-md">Find Scooters, Cars, Buses ...</h2>
{/* Text */}
<p className="p-xl">Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
tempus, blandit and cursus varius magna tempus a dolor
</p>
<div className="newsletter-wrapper bg_white">
<div className="row d-flex align-items-center">
{/* SECTION TITLE */}
<div className="col-lg-10">
<div className="newsletter-txt">
{/* Section ID */}
{/*<span className="section-id">{subheadSection.leadTitle}</span>*/}
{/* Title */}
<p className="p-xl">{subheadSection.title}</p>
</div>
</div>
{/* NEWSLETTER FORM */}
<div className="col-lg-2">
<form className="newsletter-form">
<div className="input-group">
<span className="input-group-btn">
<button type="submit" className="btn btn-md btn-rose tra-rose-hover">{subheadSection.btn}</button>
</span>
</div>
{/* Newsletter Form Notification */}
<label htmlFor="s-email" className="form-notification" />
</form>
</div> {/* END NEWSLETTER FORM */}
</div> {/* End row */}
</div> {/* End newsletter-holder */}
</div>
</div>
</div>