Skip to content

Commit

Permalink
Removing CFP, fixing overflow of sponsor image.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Mar 26, 2012
1 parent 5efde0d commit 580da54
Showing 1 changed file with 1 addition and 58 deletions.
59 changes: 1 addition & 58 deletions 2012/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
max-width: 1200px;
}
.spns {
max-width: 29%;
max-width: 28%;
padding-left: 6%;
}
.spns.yammer {
Expand Down Expand Up @@ -277,63 +277,6 @@ <h1>
</h1>
</header>

<div id="cfp">
<div class="ss-form-container">

<h2 class="ss-form-title" itemprop="name">NodeConf Reverse Call for Speakers</h2>
<p class="ss-form-desc ss-no-ignore-whitespace" itemprop="description">
Like JSConf, NodeConf will be doing a &quot;reverse&quot; call for speakers. Rather than ask people to submit their talks we&#39;re asking the potential audience what they would like to see. You can suggest a person, or a talk, or both. You can even propose something you&#39;d like to present yourself.
</p>

<div class="ss-form">
<form action="https://docs.google.com/spreadsheet/formResponse?formkey=dFA1VHRMUUJxNGhhR0RTZ1Q5MDlIZWc6MQ&amp;embedded=true&amp;ifq" method="POST" id="ss-form">

<br>
<div class="errorbox-good">
<div class="ss-item ss-text">
<div class="ss-form-entry">

<label class="ss-q-title" for="entry_0">Speaker(s)</label>
<label class="ss-q-help" for="entry_0"></label>
<input type="text" name="entry.0.single" value="" class="ss-q-short input_text" id="entry_0"></div></div></div>
<br>
<div class="errorbox-good">
<div class="ss-item ss-paragraph-text">
<div class="ss-form-entry">
<label class="ss-q-title" for="entry_8">Subject</label>
<label class="ss-q-help" for="entry_8"></label>
<textarea name="entry.8.single" rows="5" cols="75" class="ss-q-long" id="entry_8"></textarea>
</div>
</div>
</div>
<br>
<input type="hidden" name="pageNumber" value="0">
<input type="hidden" name="backupCache" value="">

<div class="ss-item ss-navigate">
<div class="ss-form-entry">
<input type="submit" name="submit" value="Submit" class="submit">
</div>
</div>
</form>
</div>
<div class="ss-footer">
<div class="ss-attribution"></div>
<div class="ss-legal">
<span class="ss-powered-by">Powered by <a href="http://docs.google.com">Google Docs</a></span>
<span class="ss-terms">
<a href="https://docs.google.com/spreadsheet/reportabuse?formkey=dFA1VHRMUUJxNGhhR0RTZ1Q5MDlIZWc6MQ&amp;source=https%253A%252F%252Fdocs.google.com%252Fspreadsheet%252Fembeddedform%253Fformkey%253DdFA1VHRMUUJxNGhhR0RTZ1Q5MDlIZWc6MQ">Report Abuse</a>
&bull;
<a href="http://www.google.com/accounts/TOS">Terms of Service</a>
&bull;
<a href="http://www.google.com/google-d-s/terms.html">Additional Terms</a>
</span>
</div>
</div>
</div>

</div>

</div>
</div>

Expand Down

0 comments on commit 580da54

Please sign in to comment.