Skip to content

Commit 2c7f488

Browse files
committed
Merge pull request nodeday#21 from ckiss/master
Added new speaker (Emily Rose)
2 parents 6a9653a + 906b6fa commit 2c7f488

File tree

4 files changed

+135
-0
lines changed

4 files changed

+135
-0
lines changed

2015-condenast/css/app.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ body > section h3 {
294294
background-image: url(../img/Clifton.png);
295295
background-size: 115%;
296296
}
297+
.topic .speaker #emily_rose .hexagon-3 {
298+
background-image: url(../img/Emily-Rose.png);
299+
}
297300
.topic .speaker-info {
298301
margin-top: 42px;
299302
text-align: left;

2015-condenast/img/Emily-Rose.png

80.9 KB
Loading

2015-condenast/index.html

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,73 @@ <h3 class="title">Clifton Cunningham</h3>
11321132

11331133

11341134

1135+
<div class="topic topic-talk">
1136+
1137+
<div class="wrapper">
1138+
1139+
<div class="row">
1140+
1141+
<div class="col-sm-2 time">
1142+
1143+
1144+
<!--<div class="icon everywhere"></div>-->
1145+
1146+
</div>
1147+
1148+
<div class="col-sm-8">
1149+
1150+
<h3 class="title">Emily Rose</h3>
1151+
1152+
<p class="abstract">
1153+
</p>
1154+
1155+
<p class="link">
1156+
</p>
1157+
1158+
<p class="bio">
1159+
<b>About Emily</b> Emily Rose is a transhumanist with a passion for queer cyborg artistry. They are
1160+
currently experimenting with ambient intelligence, adaptive automation, and evolving interfaces. Emily
1161+
is a world-class speaker who has brought humor and enlightenment to audiences across the globe.
1162+
Original NodeBots curator, founder of DanceJS, and one of the most interesting individuals in the
1163+
known universe; Emily is an unnatural force of pure, unbridled creativity. Currently at spark.io
1164+
</p>
1165+
1166+
</div>
1167+
1168+
<div class="col-sm-2">
1169+
1170+
<div class="row speaker">
1171+
1172+
<div class="col-sm-12 col-xs-6 speaker-image">
1173+
1174+
<div class="hexagon-1" id="emily_rose">
1175+
<div class="hexagon-2">
1176+
<div class="hexagon-3"></div>
1177+
</div>
1178+
</div>
1179+
1180+
</div>
1181+
1182+
<div class="col-sm-12 col-xs-6 speaker-info">
1183+
1184+
<p class="speaker-name">Emily Rose</p>
1185+
1186+
<p class="speaker-occupation"><br />spark.io</p>
1187+
1188+
</div>
1189+
1190+
</div>
1191+
1192+
</div>
1193+
1194+
</div>
1195+
1196+
</div>
1197+
1198+
</div>
1199+
1200+
1201+
11351202
</section>
11361203

11371204
<section id="codeofconduct" aria-labelledby="codeofconductLabel">

index.html

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,71 @@ <h3 class="title">Clifton Cunningham</h3>
11301130

11311131
</div>
11321132

1133+
<div class="topic topic-talk">
1134+
1135+
<div class="wrapper">
1136+
1137+
<div class="row">
1138+
1139+
<div class="col-sm-2 time">
1140+
1141+
1142+
<!--<div class="icon everywhere"></div>-->
1143+
1144+
</div>
1145+
1146+
<div class="col-sm-8">
1147+
1148+
<h3 class="title">Emily Rose</h3>
1149+
1150+
<p class="abstract">
1151+
</p>
1152+
1153+
<p class="link">
1154+
</p>
1155+
1156+
<p class="bio">
1157+
<b>About Emily</b> Emily Rose is a transhumanist with a passion for queer cyborg artistry. They are
1158+
currently experimenting with ambient intelligence, adaptive automation, and evolving interfaces. Emily
1159+
is a world-class speaker who has brought humor and enlightenment to audiences across the globe.
1160+
Original NodeBots curator, founder of DanceJS, and one of the most interesting individuals in the
1161+
known universe; Emily is an unnatural force of pure, unbridled creativity. Currently at spark.io
1162+
</p>
1163+
1164+
</div>
1165+
1166+
<div class="col-sm-2">
1167+
1168+
<div class="row speaker">
1169+
1170+
<div class="col-sm-12 col-xs-6 speaker-image">
1171+
1172+
<div class="hexagon-1" id="emily_rose">
1173+
<div class="hexagon-2">
1174+
<div class="hexagon-3"></div>
1175+
</div>
1176+
</div>
1177+
1178+
</div>
1179+
1180+
<div class="col-sm-12 col-xs-6 speaker-info">
1181+
1182+
<p class="speaker-name">Emily Rose</p>
1183+
1184+
<p class="speaker-occupation"><br />spark.io</p>
1185+
1186+
</div>
1187+
1188+
</div>
1189+
1190+
</div>
1191+
1192+
</div>
1193+
1194+
</div>
1195+
1196+
</div>
1197+
11331198

11341199
</section>
11351200

0 commit comments

Comments
 (0)