From f388453dbb43ac2bbe9f5db4b21f56c739f22295 Mon Sep 17 00:00:00 2001
From: Fabien Catteau
Date: Fri, 14 Jun 2013 12:21:56 +0200
Subject: [PATCH] Add links to register for workshops
---
_includes/workshops.html | 21 ++++++++++++++++++---
assets/css/styles.css | 11 +++++++++--
2 files changed, 27 insertions(+), 5 deletions(-)
diff --git a/_includes/workshops.html b/_includes/workshops.html
index 8f971c7..0e70325 100644
--- a/_includes/workshops.html
+++ b/_includes/workshops.html
@@ -35,7 +35,7 @@
-
+
Laurent is the founder of HipByte and lead developer of RubyMotion.
@@ -47,6 +47,11 @@
+
+
+
+
+
@@ -88,7 +93,7 @@
-
+
Damien is a software engineer from the marvelous city of Lyon.
@@ -99,6 +104,11 @@
+
+
+
+
+
@@ -139,7 +149,7 @@
-
+
Haikel is a software craftsman, currently working at SysFera
@@ -152,4 +162,9 @@
+
+
+
+
+
diff --git a/assets/css/styles.css b/assets/css/styles.css
index 965fbe8..554cd66 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -610,14 +610,14 @@ hr.spacer {
margin-left: 10px;
}
-#talks article > div:last-child p {
+#talks article > div:last-child p, .about p {
/* Bio */
margin: 10px;
font-style: italic;
color: #999;
}
-#talks article > div:last-child {
+#talks article > div:last-child, .about {
/* Bio */
margin-top: 20px;
}
@@ -790,3 +790,10 @@ h1.page-title {
color: black;
margin-bottom: 1em;
}
+
+.register {
+ margin-top: 35px;
+ padding-bottom: 20px;
+ display: block;
+ text-align: center;
+}