Compare commits

...

4 Commits

Author SHA1 Message Date
DESKTOP-GBA0BK8\Admin 3bbccea32d Update layout 2023-04-08 00:25:30 -04:00
tokslaw be42244ce7 Merge branch 'refresh_link' of FloatSystems/float-www into master 2023-04-08 00:01:51 +00:00
tokslaw 80711232a3 Merge branch 'home-text-and-icons' of FloatSystems/float-www into master 2023-04-08 00:01:44 +00:00
Chukwumdiebube e9044ed10f added icon 2023-04-07 17:11:46 +01:00
4 changed files with 49 additions and 13 deletions
+44 -11
View File
@@ -2,6 +2,12 @@ import React, {Component} from 'react';
class FindEv extends React.Component {
render() {
let subheadSection = {
leadTitle: `Subscribe to Our Newsletter`,
title: `Stay up to date with our news, ideas and updates`,
btn: 'Filter'
}
return(
<div>
@@ -18,6 +24,14 @@ class FindEv extends React.Component {
<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">
@@ -31,9 +45,37 @@ class FindEv extends React.Component {
<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 */}
<h4 className="h4-xl">{subheadSection.title}</h4>
</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>
{/* IMAGE BLOCK */}
<div className="row">
<div className="col-md-12">
@@ -45,17 +87,8 @@ class FindEv extends React.Component {
</div>
</div>
{/* DOWNLOAD BUTTON */}
<div className="row">
<div className="col-md-12">
<div className="content-11-btn ico-20 ico-right mt-60 wow fadeInUp" data-wow-delay="0.6s">
{/* Button */}
<a href="#" className="btn btn-md btn-skyblue tra-grey-hover">
Refresh
</a>
{/* OS Prerequisite */}
</div>
</div>
</div> {/* END DOWNLOAD BUTTON */}
</div> {/* End container */}
</section> {/* END CONTENT-11 */}
+3 -1
View File
@@ -38,7 +38,9 @@ class FindMobility extends React.Component {
<div className="row">
<div className="col-md-12">
<div className="img-block text-center wow fadeInUp" data-wow-delay="0.6s">
<img className="img-fluid" src="assets/images/socials.png" alt="content-image" />
<iframe width="100%" height="710" style={{border:"0"}} loading="lazy" src="https://maps.google.com/maps?width=100%25&amp;height=600&amp;hl=en&amp;q=1070%20Cresta%20Way%20Unit%202,%20San%20Rafael%20CA%2094903+(FloatEV)&amp;t=&amp;z=14&amp;ie=UTF8&amp;iwloc=B&amp;output=embed">
<a href="https://www.maps.ie/distance-area-calculator.html">measure area map</a>
</iframe>
</div>
</div>
</div>
+2 -1
View File
@@ -1,6 +1,7 @@
import React, {Component} from 'react';
import SaveMoney from '../pages/assests/images/save-money.png'
import GetReward from '../pages/assests/images/get-rewarded.png'
import Access from '../pages/assests/images/navigation.png'
class FloatHome extends React.Component {
@@ -91,7 +92,7 @@ class FloatHome extends React.Component {
<div id="fb-1-1" className="col-md-4">
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.4s">
{/* Icon */}
<div className="fbox-1-ico ico-80 stateblue-color"><img src={SaveMoney} /></div>
<div className="fbox-1-ico ico-80 stateblue-color"><img src={Access} /></div>
{/* Title */}
<h5 className="h5-sm">{message.access.heading}</h5>
{/* Text */}
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB