Skip to content

Commit

Permalink
link social medias
Browse files Browse the repository at this point in the history
  • Loading branch information
corscheparrera committed Aug 13, 2018
1 parent 6d97e71 commit 8fbdb29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions src/components/Website/Translator.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ const navbar = {

const landing = {
description: {
en:
"Photo Ticket is a mobile app allowing you to analyse a ticket for free and instantly!",
en: "Get legal advice for free and instantly with a simple photo.",
fr:
"Photo Ticket est une application mobile permettant d'analyser votre contavention gratuitement et instantanément!"
"Obtenez des conseils légaux gratuitement et instantanément avec une simple photo."
},
start: {
en: "START NOW !",
Expand All @@ -24,7 +23,7 @@ const landing = {
const downloadComponent = {
rights: {
en: "Be aware of your rights today.",
fr: "Prémunissez vous contre les injustices."
fr: "Prémunissez-vous contre les injustices."
},
available: {
en:
Expand Down Expand Up @@ -69,7 +68,7 @@ const featuresComponent = {
en:
"Access a complete directory of road offenses in Montréal (constituent elements of the offense, possible defenses, etc.).",
fr:
"Accèder à un repertoire complet des infractions de la route à Monréal (éléments constitutifs de l'infraction, exceptions prévues par la loi, etc)."
"Accèder à un repertoire complet des infractions de la route à Montréal (éléments constitutifs de l'infraction, exceptions prévues par la loi, etc)."
},
save: {
en: "Save",
Expand All @@ -85,7 +84,7 @@ const featuresComponent = {
const callToAction = {
fight: {
en: "Fight",
fr: "Contester"
fr: "Contestez"
},
tickets: {
en: "your ticket!",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ export const SocialComponent = props => {
<div className="container">
<ul className="list-inline list-social">
<li className="list-inline-item social-twitter">
<a href="#">
<a href="https://twitter.com/photo_montreal">
<i className="fa fa-twitter" />
</a>
</li>
<li className="list-inline-item social-facebook">
<a href="#">
<a href="https://www.facebook.com/phototicketmontreal/">
<i className="fa fa-facebook" />
</a>
</li>
<li className="list-inline-item social-google-plus">
{/* <li className="list-inline-item social-google-plus">
<a href="#">
<i className="fa fa-google-plus" />
</a>
</li>
</li> */}
<li className="list-inline-item social-instagram">
<a href="#">
<a href="https://www.instagram.com/phototicketmontreal/">
<i className="fa fa-instagram" />
</a>
</li>
Expand Down

0 comments on commit 8fbdb29

Please sign in to comment.