forked from dmackie/scaleconf.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtell-a-story.html
38 lines (36 loc) · 1.73 KB
/
tell-a-story.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: page
title: Tell a story
meta-description: Speak at ScaleConf, a conference focusing on web scalability
---
<div class='container'>
<div class="row">
<div class='span8'>
<h1 style='padding:0px 0 20px 0; '>Speakers</h1>
<p class='herotext'>
<b>
If you have an experience or idea you’d like to share, send
a brief email with the details of your topic to us at <b>
<a href="mailto:[email protected]">[email protected]</a></b>
</b>
</p>
<p class='herotext'>
Your email should include some information about you and the talk
you would like to give. To see the list of previous speakers and the
talks they gave, take a peek at our <a href='/report-2012'>report back</a>
for the 2012 conference.
</p>
</div>
<div class='span4'>
<div style='min-height:300px; margin:0 0 0 30px; padding:20px; background:#0a3542;border-radius:15px;'>
<h2 style='color:#5bc8e0;'>Need ideas?</h2>
<p style='color:#eee; font-size:15px;line-height:1.4em; padding-top:10px; '>
We're especially interested in hearing about problems that you've had, and how you solved them.
Do you have a story about how you engineered your service to scale past some limitation?
Maybe you can share your ideas about how your company deals with scaling issues using a unique approach.
We want to know about one of a kind problems and interesting ways to solve them.
</p>
</div>
</div>
</div>
</div>