Add FB metadata
This commit is contained in:
parent
256fbe74df
commit
987fea48ee
@ -15,7 +15,14 @@
|
||||
%meta{ :"name" => "Description", :content => @description }
|
||||
%meta{ :"name" => "Keywords", :content => @keywords }
|
||||
|
||||
|
||||
%meta{:content => "heylium://", :property => "al:ios:url"}
|
||||
%meta{:content => "1079057397", :property => "al:ios:app_store_id"}
|
||||
%meta{:content => "Heylium", :property => "al:ios:app_name"}
|
||||
%meta{:content => "heylium://", :property => "al:android:url"}
|
||||
%meta{:content => "com.olwen_capital.afunda_ios", :property => "al:android:package"}
|
||||
%meta{:content => "Heylium", :property => "al:android:app_name"}
|
||||
%meta{:content => "Heylium", :property => "og:title"}
|
||||
|
||||
|
||||
=raw '<meta property="og:title" content="'+@title.to_s+'" />'
|
||||
=raw '<meta property="og:description" content="'+@description.to_s+'" />'
|
||||
@ -67,45 +74,45 @@
|
||||
.links
|
||||
=link_to image_tag("/heylium-ios.png"), "https://itunes.apple.com/fr/app/heylium/id1079057397?l=fr&ls=1&mt=8", :class => "ios"
|
||||
=link_to image_tag("/heylium-android.png"), "https://play.google.com/store/apps/details?id=com.olwen_capital.afunda_ios", :class => "ios"
|
||||
|
||||
|
||||
#intro
|
||||
|
||||
|
||||
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M100 0 L100 100 L0 100" stroke-width="0"></path>
|
||||
</svg>
|
||||
|
||||
|
||||
.center
|
||||
%h2 Installez Heylium sur votre mobile dès maintenant !
|
||||
%p Montez à bord et prenez part à l'aventure! Soyez les premiers à découvrir Heylium, votre nouveau réseau social de proximité.
|
||||
|
||||
%p Vous pouvez télécharger l'application sur votre mobile : il s'agit de la première version publique et nous sommes impatients d'avoir vos retours !
|
||||
|
||||
|
||||
=image_tag "/heylium-iphone.png"
|
||||
|
||||
|
||||
<svg class="decor decor2" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 0 L100 0 L0 100" stroke-width="0"></path>
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
||||
#nearbys
|
||||
|
||||
.right
|
||||
.left
|
||||
|
||||
|
||||
<svg class="decor decor2" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 0 L100 0 L0 100" stroke-width="0"></path>
|
||||
</svg>
|
||||
|
||||
|
||||
<svg class="decor decor-mobile" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M100 0 L100 100 L0 100" stroke-width="0"></path>
|
||||
</svg>
|
||||
|
||||
|
||||
.inner
|
||||
%h2 Faites connaissance avec votre entourage
|
||||
%p On est jamais seul, il est temps d’en prendre conscience et d’en profiter !
|
||||
%p.second Partout, tissez des liens facilement et rapidement !
|
||||
|
||||
|
||||
|
||||
|
||||
%table.tips
|
||||
%tr
|
||||
%td=image_tag "/heylium-tip-balons.png"
|
||||
@ -114,9 +121,9 @@
|
||||
Sur Heylium, on appelle ça les ballons. Ils peuvent être éphémères ou non, attachés à un endroit où vous suivre.
|
||||
.clear
|
||||
.clear
|
||||
|
||||
|
||||
#balons
|
||||
|
||||
|
||||
.right
|
||||
.left
|
||||
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
@ -126,7 +133,7 @@
|
||||
%h2 Avec Heylium, vous êtes partout chez vous !
|
||||
%p Déposez des messages, vus par tous, où vous le souhaitez.
|
||||
%p.second Boire un coup avec quelqu’un, demander un conseil dans une ville inconnue, trouver un covoiturage de dernière minute ou simplement partager une anecdote, tout est possible !
|
||||
|
||||
|
||||
%table.tips
|
||||
%tr
|
||||
%td=image_tag "/heylium-tip-users.png"
|
||||
@ -134,19 +141,16 @@
|
||||
%p
|
||||
Avec la mosaïque découvrez les utilisateurs à proximité et discutez avec eux via la messagerie privée.
|
||||
|
||||
|
||||
|
||||
.clear
|
||||
|
||||
#contact
|
||||
|
||||
|
||||
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M100 0 L100 100 L0 100" stroke-width="0"></path>
|
||||
</svg>
|
||||
|
||||
|
||||
%h2 Commencez dès maintenant !
|
||||
.links
|
||||
=link_to image_tag("/heylium-ios.png"), "https://itunes.apple.com/fr/app/heylium/id1079057397?l=fr&ls=1&mt=8", :class => "ios"
|
||||
=link_to image_tag("/heylium-android.png"), "https://play.google.com/store/apps/details?id=com.olwen_capital.afunda_ios", :class => "ios"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user