Fixed the anchor in services, uppercase in slogan and fixed the footer link
This commit is contained in:
parent
47b51ce53f
commit
98e03e8dab
4 changed files with 14 additions and 4 deletions
|
@ -397,3 +397,13 @@ header .col-md-10, header .col-md-10 > div {
|
||||||
.search-books-input-wrapper > div {
|
.search-books-input-wrapper > div {
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
.text-box-top {
|
||||||
|
margin-top: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-box-bottom {
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
.uppercase-text {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
|
@ -75,7 +75,7 @@ function Footer() {
|
||||||
</ul>
|
</ul>
|
||||||
</Col>
|
</Col>
|
||||||
<Col className="brandTextFooter" md="4">
|
<Col className="brandTextFooter" md="4">
|
||||||
<p className="mb-0">
|
<p className="mb-0 uppercase-text">
|
||||||
<span id="ft_lang1">
|
<span id="ft_lang1">
|
||||||
<FormattedMessage id="footer.title" />
|
<FormattedMessage id="footer.title" />
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -17,7 +17,7 @@ import Retail from '../../assets/img/services/retail.png';
|
||||||
function ServicesSection() {
|
function ServicesSection() {
|
||||||
return (
|
return (
|
||||||
<section data-spy="scroll" data-target="#mainNav" id="services">
|
<section data-spy="scroll" data-target="#mainNav" id="services">
|
||||||
<div className="col-md-10 mx-md-auto">
|
<div className="col-md-10 mx-md-auto text-box-top">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-12 text-center">
|
<div className="col-lg-12 text-center">
|
||||||
<h2 className="section-heading">
|
<h2 className="section-heading">
|
||||||
|
@ -29,7 +29,7 @@ function ServicesSection() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="containerfix">
|
<div className="containerfix text-box-bottom">
|
||||||
<div className="row" style={{ margin: 'auto' }}>
|
<div className="row" style={{ margin: 'auto' }}>
|
||||||
<div className="col-lg-3 col-md-6 text-center">
|
<div className="col-lg-3 col-md-6 text-center">
|
||||||
<div className="service-box mt-5 mx-auto">
|
<div className="service-box mt-5 mx-auto">
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
"home.services.phone_orders": "Ordenes Telefónicas",
|
"home.services.phone_orders": "Ordenes Telefónicas",
|
||||||
|
|
||||||
"footer.title": "Mas Rápido y Seguro que el Efectivo",
|
"footer.title": "Mas Rápido y Seguro que el Efectivo",
|
||||||
"footer.description": "Este sitio web no pretende dar consejos legales ni financieros. No es garantía de ninuna índole y no pedimos ninguna información personal u empresarial. PalmPay es un producto de punto de venta de Agorise, Ltd. Para detalles técnicos, contacte en cualquier momento 24/7 con la comunidad Agorise en Telegram en: <a target='_blank' rel='noopener noreferrer' href='http://t.me/Agorise> http://t.me/Agorise </a>",
|
"footer.description": "Este sitio web no pretende dar consejos legales ni financieros. No es garantía de ninuna índole y no pedimos ninguna información personal u empresarial. PalmPay es un producto de punto de venta de Agorise, Ltd. Para detalles técnicos, contacte en cualquier momento 24/7 con la comunidad Agorise en Telegram en: <a target='_blank' rel='noopener noreferrer' href='http://t.me/Agorise'> http://t.me/Agorise </a>",
|
||||||
|
|
||||||
"marketing.button.presentations": "Presentations",
|
"marketing.button.presentations": "Presentations",
|
||||||
"marketing.accordion.presentations1": "<a target='_blank' rel='noopener noreferrer' href='https://docs.google.com/presentation/d/1oYQxlKIzNHb-F07PJ04xsK0jIJcduIzc-4HMpbqAw0o/edit?usp=sharing' class='list-group-item list-group-item-action flex-column align-items-start'> <div class='d-flex w-100 justify-content-between'> <h5 class='mb-1'> Slides (ES) - Google Slides (for Meetups and Workshops etc) in Spanish </h5> </div> <p class='mb-1'> https://docs.google.com/presentation/d/1oYQxlKIzNHb-F07PJ04xsK0jIJcduIzc-4HMpbqAw0o/edit?usp=sharing </p> </a>",
|
"marketing.accordion.presentations1": "<a target='_blank' rel='noopener noreferrer' href='https://docs.google.com/presentation/d/1oYQxlKIzNHb-F07PJ04xsK0jIJcduIzc-4HMpbqAw0o/edit?usp=sharing' class='list-group-item list-group-item-action flex-column align-items-start'> <div class='d-flex w-100 justify-content-between'> <h5 class='mb-1'> Slides (ES) - Google Slides (for Meetups and Workshops etc) in Spanish </h5> </div> <p class='mb-1'> https://docs.google.com/presentation/d/1oYQxlKIzNHb-F07PJ04xsK0jIJcduIzc-4HMpbqAw0o/edit?usp=sharing </p> </a>",
|
||||||
|
|
Loading…
Reference in a new issue