Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
cetinajero committed Dec 9, 2019
1 parent d5d9073 commit f896a0c
Show file tree
Hide file tree
Showing 13 changed files with 90 additions and 43 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ namespace :serve do
begin
puts "## Running: bundle exec jekyll serve --config _config-dev.yml --host 0.0.0.0"
config_prod=YAML.load_file("_config.yml")
config_prod.merge!({ "baseurl" => nil })
config_prod.each do |key, value|
if key == "defaults"
value[2].each do |key, value| # collections.radios.published = false
Expand Down
12 changes: 10 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: > # this means to ignore newlines until "keywords:"
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
keywords: Jekyll, GitHub Pages, theme, website, blog
baseurl: /jekyll-theme-marketing/
baseurl:
domain: converse.mx
original: true
lang: en_US
Expand Down Expand Up @@ -140,9 +140,17 @@ remote_theme: cetinajero/jekyll-theme-marketing
plugins:
- jekyll-remote-theme
exclude:
- lib
- tests
- CNAME
- Gemfile
- Gemfile.lock
- Rakefile
- jekyll-theme-marketing.gemspec
- LICENSE.txt
- package.json
- yarn.lock
- LICENSE
- README.md
- CHANGELOG.md
- CODEOWNERS
- vendor
28 changes: 1 addition & 27 deletions _data/components/footers/progressive/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,7 @@
grid-class: 4
items:
- { title: 'Login', i18n: { es_MX: 'Inicio de sesión', pt_BR: 'Login' }, link: '/login/', pre-icon: 'fas fa-sign-in-alt' }
- { title: 'Special offers', i18n: { es_MX: 'Promociones', pt_BR: '' }, link: '/promotions/', pre-icon: 'fas fa-dollar-sign' }
- { title: 'Purchase order', i18n: { es_MX: 'Orden de compra', pt_BR: '' }, link: '/purchase-order/', pre-icon: 'far fa-file-alt' }
- { title: 'Service tickets', i18n: { es_MX: 'Folios de servicio', pt_BR: '' }, link: '/csapv/', pre-icon: 'fas fa-file-medical-alt' }
- { title: 'Frequencies information', i18n: { es_MX: 'Información de frecuencias', pt_BR: '' }, link: '/frequencies-info/', pre-icon: 'fas fa-info-circle' }
- { title: 'Licensed frequencies', i18n: { es_MX: 'Frecuencias concesionadas', pt_BR: 'Freqüências licenciadas' }, link: '/frequencies/ccomseg/', pre-icon: 'fas fa-broadcast-tower' }
- { title: 'Contact form', i18n: { es_MX: 'Formulario de contacto', pt_BR: 'Formulário de contato' }, link: '/contact/', pre-icon: 'fas fa-envelope' }
- { title: 'Complaints and suggestions', i18n: { es_MX: 'Quejas y sugerencias', pt_BR: '' }, link: 'https://docs.google.com/forms/d/e/1FAIpQLSdrGUMRbymOKIVdk3-unh2PAIFzbPhTyb_9dFWxas1RbsbnCA/viewform', pre-icon: 'fas fa-inbox', post-icon: 'fas fa-external-link-alt fa-sm' }
- { title: 'Distribution request', i18n: { es_MX: 'Solicitud para distribución', pt_BR: '' }, link: 'https://grupopv-public.s3.amazonaws.com/assets/pdf/formats/distribution-request.pdf', pre-icon: 'fas fa-id-card', post-icon: 'fas fa-download fa-sm' }
- { title: 'Referenced accounts', i18n: { es_MX: 'Cuentas referenciadas', pt_BR: 'Contas referenciadas' }, link: 'https://grupopv-public.s3.amazonaws.com/assets/pdf/documents/referenced-accounts.pdf', pre-icon: 'far fa-credit-card', post-icon: 'fas fa-download' }
- { title: 'Bank card charges', i18n: { es_MX: 'Cargos a tarjeta bancaria', pt_BR: 'Cobrança de cartão bancário' }, link: '/credit-card-charge/', pre-icon: 'fas fa-money-check-alt' }

# ##### Customers
#
# - name: { title: 'customers' }
# icon: fas fa-user-tie
# grid-class: 6
# items:
# - { title: 'Our offices', i18n: { es_MX: 'Nuestras oficinas', pt_BR: '' }, link: '/our-offices/' }
# - { title: 'Awards', i18n: { es_MX: 'Reconocimientos', pt_BR: '' }, link: '/awards/' }
# - { title: 'Exclusive promotions for distributors', i18n: { es_MX: 'Promociones exclusivas para distribuidores', pt_BR: '' }, link: '/promotions/' }
# - { title: 'Licensed frequencies', i18n: { es_MX: 'Frecuencias concesionadas', pt_BR: 'Freqüências licenciadas' }, link: '/frequencies/ccomseg/' }
# - { title: 'Video section', i18n: { es_MX: 'Sección de videos', pt_BR: '' }, link: '/videos/'}
# - { title: 'Brochures', i18n: { es_MX: 'Folletería', pt_BR: '' }, link: '/brochures/' }
# - { title: 'Service tickets', i18n: { es_MX: 'Folios de servicio', pt_BR: '' }, link: '/csapv/' }
#
# - name: { title: 'Contact', i18n: { es_MX: 'Contacto', pt_BR: 'Contato' } }
# icon: fas fa-envelope
# grid-class: 6
# items:
# - { title: 'Contact form', i18n: { es_MX: 'Formulario de contacto', pt_BR: 'Formulário de contato' }, link: '/contact/' }
- { title: 'Referenced accounts', i18n: { es_MX: 'Cuentas referenciadas', pt_BR: 'Contas referenciadas' }, link: 'https://grupopv-public.s3.amazonaws.com/assets/pdf/documents/referenced-accounts.pdf', pre-icon: 'far fa-credit-card', post-icon: 'fas fa-download' }
2 changes: 1 addition & 1 deletion _data/menus/common.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- collection: shoes-woman
name: "Woman => #"
sub-menus:
- name: Shoes => /jekyll-theme-marketing/shoes-woman/
- name: Shoes => /shoes-woman/
sub-menus:
- High => /shoes-woman/high/
- Mid => /shoes-woman/mid/
Expand Down
54 changes: 54 additions & 0 deletions _pages/footer/grupopv/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
published: true
title: Contact form
permalink: /contact/

form:
id: contact
lang: es
request:
header: Por favor llene todos los campos para brindarle una mejor atención, nuestro personal se comunicará con usted a la brevedad posible. Gracias.
send-button: <i class="fas fa-paper-plane"></i> Enviar mensaje
subject: Mensaje de contacto
fields:
- label: Nombre
type: text
placeholder: Ingrese su nombre completo
caption:

- label: Correo electrónico
type: email
placeholder: Ingrese su correo electrónico
caption: Nunca compartiremos su correo con nadie más

- label: Teléfono
type: text
placeholder: Ingrese su número telefónico
caption: Nunca compartiremos su teléfono con nadie más

- label: Empresa
type: text
placeholder: Ingrese el nombre de su empresa
caption:

- label: Mensaje
type: textarea
placeholder: Ingrese su mensaje
caption:
response:
header: ¡Gracias!
subheader: Sus datos se registraron correctamente, nos pondremos en contacto con usted a la brevedad.

i18n:
en_US:
form:
request:
header: Please fill in all the fields to provide you with a better service, our staff will contact you as soon as possible. Thank you.
pt_BR:
form:
request:
header: Por favor, preencha todos os campos para fornecer um melhor atendimento, nossa equipe entrará em contato com você o mais breve possível. Obrigado.
---
<div class="container">
{% include components/forms/formspree.html %}
</div>
2 changes: 1 addition & 1 deletion _pages/footer/grupopv/events/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permalink: /events/
title="Curso técnico para Centros de Servicio"
desc="Se presento con éxito en Monterrey, Guadalajara y la Ciudad de México"
button='<i class="far fa-newspaper"></i> Ver evento'
href="/events/csapv-training/"
href="/"
img="csapv-training"
%}
</article>
Expand Down
12 changes: 12 additions & 0 deletions _pages/footer/grupopv/login.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
published: true
title: Login
permalink: /login/
---
{% include components/firebase/ui.html %}

<div id="loader">
{% include components/spinners/bootstrap.html %}
</div>

<div id="firebaseui-auth-container"></div>
2 changes: 1 addition & 1 deletion _pages/footer/support/gift-cards/gift-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resources:
</a>
</div>
<div class="product-model">
<a href="{{ item.link | prepend: '/programming-software' }}">{{ item.i18n[site.lang] | default: item.title }}</a>
<a href="{{ item.link | prepend: '/gift-cards' }}">{{ item.i18n[site.lang] | default: item.title }}</a>
</div>
</div>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion _shoes-man/high/565396F.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image: https://grupopv-public.s3-us-west-2.amazonaws.com/assets/img/catalog/thum
resources:
product-images:
model: 565396f
quantity: 4
quantity: 1
spec-sheets:
header:
- /assets/img/logos-provider/aoc.png
Expand Down
2 changes: 1 addition & 1 deletion _shoes-man/low/564995c.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image: https://grupopv-public.s3-us-west-2.amazonaws.com/assets/img/catalog/thum
resources:
product-images:
model: 564995c
quantity: 4
quantity: 1
spec-sheets:
header:
- /assets/img/logos-provider/aoc.png
Expand Down
2 changes: 1 addition & 1 deletion _shoes-man/mid/563512f.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image: https://grupopv-public.s3-us-west-2.amazonaws.com/assets/img/catalog/thum
resources:
product-images:
model: 563512f
quantity: 4
quantity: 1
spec-sheets:
header:
- /assets/img/logos-provider/aoc.png
Expand Down
14 changes: 7 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ featured-products:
- img: "565396f"
product: "Chuck Taylor All Star Exploding Star High Top"
text: "When it comes to major star appeal, look no further than these vibrantly colored Chucks. An exploding star graphic brings standout style to classic and comfortable canvas."
href: "/jekyll-theme-marketing/shoes-woman/high/565396f/"
href: "/shoes-woman/high/565396f/"

- img: "563512f"
product: "Chuck Taylor All Star Madison Mid"
text: "Amp up the comfort with cushioned and structured Chucks. With padding on the collar, heel and tongue, they've got everything you need to keep going."
href: "/jekyll-theme-marketing/shoes-woman/mid/563512f/"
href: "/shoes-woman/mid/563512f/"

- img: "564995c"
product: "Chuck Taylor All Star Rainbow Platform Low Top"
text: "Paneled canvas and a colorblocked midsole bring a vibrant edge to your everyday Chucks, while a platform sole gives you a boost. Stand tall."
href: "/jekyll-theme-marketing/shoes-woman/platform/564995c/"
href: "/shoes-woman/platform/564995c/"

info-cards:
- title: "About CONVERSE"
Expand All @@ -34,7 +34,7 @@ info-cards:
- title: "Community Impact"
desc: "We strive to make a positive impact for the communities in which we live and work."
button: "Ver más"
href: "/community-impact/"
href: "/"
animation: "fadeInUp"
img: community-impact

Expand All @@ -46,7 +46,7 @@ special-offers:
img: "/radios/motorola/digital/portable/dep450/dep450.png"
brand: "Motorola"
commercial: "DEP 450"
href: "/jekyll-theme-marketing/shoes-woman/"
href: "/shoes-woman/"

- collection: shoes-woman
id: "VZ-30-G6-4"
Expand Down Expand Up @@ -77,7 +77,7 @@ special-offers:
{% include components/jumbotron/bootstrap.html
desc="Find the store closest to your location"
button='<i class="fas fa-search"></i> Search'
href="/shops/"
href="/"
img="shops"
%}
</section>
Expand Down Expand Up @@ -109,7 +109,7 @@ special-offers:
background="renew.mp4"
title="CONVERSE RENEW CANVAS"
button="Buy the collection"
href="/renew/"
href="/"
%}
</section>
---

0 comments on commit f896a0c

Please sign in to comment.