Skip to content

Commit 36eb2a7

Browse files
committed
2015 Added anguilla, speakers, sponsor logos
1 parent 6d421b8 commit 36eb2a7

File tree

7 files changed

+31
-7
lines changed

7 files changed

+31
-7
lines changed

images/SimpleMachines.png

18.8 KB
Loading

images/drw.jpg

10.1 KB
Loading

images/innoQ.png

3.32 KB
Loading

images/uSwitch.png

2.73 KB
Loading

index.html

+12-5
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,29 @@ <h1>speakerconf</h1>
3131
<p>the international software technology summit</p>
3232
</div>
3333

34-
<p>Imagine an invitation-only conference where all the <a href="/speakers">attendees</a> are practitioners at the top
34+
<p>Imagine an invitation-only conference where all the <a href="speakers.html">attendees</a> are practitioners at the top
3535
of the software industry and are conference speakers themselves. All will present their latest
3636
ideas during this summit, and all will actively participate in lively, interactive sessions
3737
where over-the-horizon information technology innovations are presented and discussed.</p>
3838

3939
<p>speakerconf is that conference!</p>
4040

41+
<h2>
42+
<a name="location" class="anchor" href="#location"><span class="octicon octicon-link"></span></a>8-11 November, 2015</h2>
43+
<p>In 2015, speakerconf is located in Anguilla.</p>
44+
4145
<h2>
4246
<a name="sponsors" class="anchor" href="#sponsors"><span class="octicon octicon-link"></span></a>sponsors</h2>
47+
<p>These sponsors make speakerconf possible. They are great companies to work for, and consequently provide best-in-class products and services to their markets.</p>
4348

44-
<ul>
45-
<li>innoQ (<a href="http://innoq.com">innoq.com</a>)</li>
46-
<li>uSwitch (<a href="http://www.uswitch.com/">uswitch.com</a>)</li>
49+
<ul class="sponsors">
50+
<li><a href="http://innoq.com/"><img src="images/innoQ.png"/></a></li>
51+
<li><a href="http://www.uswitch.com/"><img src="images/uSwitch.png"/></a></li>
52+
<li><a href="http://drw.com/"><img src="images/drw.jpg"/></a></li>
53+
<li><a href="http://simplemachines.com.au"><img src="images/SimpleMachines.png"/></a></li>
4754
</ul>
4855

49-
<p><a href="mailto:info@speakerconf.com?subject=Sponsorship">Contact us</a> if you'd like to discuss sponsoring speakerconf.</p>
56+
<p><a href="mailto:josh@grahamis.com?subject=Sponsorship">Contact us</a> if you'd like to discuss sponsoring speakerconf.</p>
5057
<h2>
5158
<a name="topics" class="anchor" href="#topics"><span class="octicon octicon-link"></span></a>topics</h2>
5259

speakers.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h1>speakers</h1>
225225
<span>2011, 2012</span></li>
226226

227227
<li><a href="http://www.michaelfeathers.com/">Michael Feathers</a>
228-
<span>2009, 2010, 2011, 2012</span></li>
228+
<span>2009, 2010, 2011, 2012, 2015</span></li>
229229

230230
<li><a href="http://davidchelimsky.net/">David Chelimsky</a>
231231
<span>2010, 2011</span></li>
@@ -265,9 +265,12 @@ <h1>speakers</h1>
265265

266266
<li><a href="http://swannodette.github.io">David Nolen</a>
267267
<span>2013</span></li>
268-
268+
269269
<li><a href="http://mechanical-sympathy.blogspot.co.uk/">Martin Thompson</a>
270270
<span>2014, 2015</span></li>
271+
272+
<li><a href="https://www.thoughtworks.com/profiles/rebecca-parsons">Rebecca Parsons</a>
273+
<span>2015</span></li>
271274
</ul>
272275
</div>
273276
</section>

stylesheets/styles.css

+14
Original file line numberDiff line numberDiff line change
@@ -897,3 +897,17 @@ div.speakers {
897897
display: none;
898898
}
899899
}
900+
901+
ul.sponsors {
902+
list-style: none;
903+
margin-left: -40px;
904+
}
905+
ul.sponsors li {
906+
background: white;
907+
width: 260px;
908+
padding: 10px;
909+
margin-bottom: 15px;
910+
}
911+
ul.sponsors img {
912+
width: 250px;
913+
}

0 commit comments

Comments
 (0)