From 06fcc9c6cb81987aa0bede7eacc2a94649e13d67 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 28 Jun 2011 17:12:22 +0200 Subject: [PATCH] Nothing special, progress --- content/html/en/index.md | 11 ++- content/html/fr/index.md | 11 ++- multi/index.md | 11 ++- site/Scratch/en/index.html | 8 +- site/Scratch/fr/index.html | 8 +- site/css/buttons.css | 32 ++++---- site/css/main.css | 155 ++++++++++++++++++++++--------------- site/img/buttons/cross.png | Bin 0 -> 655 bytes site/img/buttons/key.png | Bin 0 -> 455 bytes site/img/buttons/tick.png | Bin 0 -> 537 bytes site/index.html | 15 ++-- site/src/buttons.scss | 47 +++++++++++ site/src/main.sass | 43 +++++++--- 13 files changed, 223 insertions(+), 118 deletions(-) create mode 100644 site/img/buttons/cross.png create mode 100644 site/img/buttons/key.png create mode 100644 site/img/buttons/tick.png create mode 100644 site/src/buttons.scss diff --git a/content/html/en/index.md b/content/html/en/index.md index b0af1cf..d9dfb01 100644 --- a/content/html/en/index.md +++ b/content/html/en/index.md @@ -34,9 +34,9 @@ $('document').ready(function() { <% end %>
@@ -65,6 +65,9 @@ Your password is copied, you can paste it.
-<%= block("Get it!", "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=436268354&mt=8","On the Apple Store") %> +<%= block("Get it!", + "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=436268354&mt=8", + "On the Apple Store", + "clickable") %>
diff --git a/content/html/fr/index.md b/content/html/fr/index.md index b0af1cf..d9dfb01 100644 --- a/content/html/fr/index.md +++ b/content/html/fr/index.md @@ -34,9 +34,9 @@ $('document').ready(function() { <% end %>
@@ -65,6 +65,9 @@ Your password is copied, you can paste it.
-<%= block("Get it!", "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=436268354&mt=8","On the Apple Store") %> +<%= block("Get it!", + "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=436268354&mt=8", + "On the Apple Store", + "clickable") %>
diff --git a/multi/index.md b/multi/index.md index b0af1cf..d9dfb01 100644 --- a/multi/index.md +++ b/multi/index.md @@ -34,9 +34,9 @@ $('document').ready(function() { <% end %>
@@ -65,6 +65,9 @@ Your password is copied, you can paste it.
-<%= block("Get it!", "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=436268354&mt=8","On the Apple Store") %> +<%= block("Get it!", + "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=436268354&mt=8", + "On the Apple Store", + "clickable") %>
diff --git a/site/Scratch/en/index.html b/site/Scratch/en/index.html index a893145..6b7d5fb 100644 --- a/site/Scratch/en/index.html +++ b/site/Scratch/en/index.html @@ -70,7 +70,7 @@