diff --git a/index.html b/index.html
index 5ddb244..4ab7b4d 100644
--- a/index.html
+++ b/index.html
@@ -116,7 +116,7 @@
+
+
+
+
+
+

+
Jasmine Greenaway
+
+ Cloud Developer Advocate
+
Microsoft
+
+
+ Embracing Constant Change
+
+
+
+

+
Mikko Hyppönen
+
Chief Research Officer
+
F-Secure
+
+
+ Cyber Arms Race
+
+
+
+

+
Ines Montani
+
Founder
+
Explosion AI
+
+
+ The AI Revolution Will Not Be Monopolized
+
+
+
+
+
+
+

+
Charlie Gerard
+
Senior Software Developer
+
ThoughtWorks
+
+
+ The usefulness of useless knowledge
+
+
+
+

+
Michael Slater
+
Product Manager
+
Facebook
+
+
+ Building Augmented Reality Experiences With Spark AR Studio
+
+
+
+
diff --git a/resources/css/queries.css b/resources/css/queries.css
index 1956597..ccc3204 100644
--- a/resources/css/queries.css
+++ b/resources/css/queries.css
@@ -145,6 +145,20 @@
font-size: 120%;
margin-bottom: 30px;
}
+
+ #speakers-list .box {
+ font-size: 120% !important;
+ box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15)
+ }
+
+ .speaker-photo:hover {
+ transform: scale(1.02);
+ cursor: pointer;
+ }
+
+ .speaker-topic {
+ margin-bottom: 10px;
+ }
}
diff --git a/resources/css/style.css b/resources/css/style.css
index 3e80bc4..2b1e10d 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -433,7 +433,7 @@ h4 {
.box img {
width: 100%;
height: auto;
- margin-bottom: 15px;
+ margin-bottom: 15px;
}
.speaker-photo {
@@ -442,11 +442,25 @@ h4 {
-webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
color: rgb(82, 92, 101);
+ opacity: 1;
+ -webkit-transform: scale(1.02);
+ -ms-transform: scale(1.02);
+ transform: scale(1.02);
+ transition: transform 0.5s, opacity 0.5s;
+}
+
+.speaker-photo:hover {
+ opacity: 0.95;
+ transform: scale(1.1);
+ -webkit-transform: scale(1.1);
+ -ms-transform: scale(1.1);
+ cursor: pointer;
}
.name {
font-weight: 700;
margin-bottom: 5px;
+ text-transform: uppercase;
}
.speaker-company {
@@ -460,12 +474,14 @@ h4 {
padding-left: 15px;
}
-#speakers-list .span-1-of-4 {
+#speakers-list .box:hover {
cursor: pointer;
}
-#speakers-list .box:hover {
- cursor: pointer;
+.speaker-topic {
+ margin-top: 12px;
+ font-style: italic;
+ font-weight: bold;
}
/* ----------------------------------------------- */