Changeset - 4bb8151999cc
[Not reviewed]
0 3 0
Joshua Simmons - 7 years ago 2017-08-13 03:06:52
i@joshuasimmons.name
adjust footer, add submit button to CFP page
3 files changed with 18 insertions and 6 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_footer.html
Show inline comments
...
 
@@ -2,5 +2,5 @@
 
  <div class="pull-left">
 
    North Bay Python is a member project of <a href="https://sfconservancy.org" title="Software Freedom Conservancy">Software Freedom Conservancy</a>, a 501(c)(3) charity.<br/>
 
    <p>North Bay Python is a member project of <a href="https://sfconservancy.org" title="Software Freedom Conservancy">Software Freedom Conservancy</a>, a 501(c)(3) charity.</p>
 

	
 
    <a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a> | <a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a> | <a href="https://lanyrd.com/2017/nbpy" title="North Bay Python on Lanyrd">Lanyrd</a> | <a href="/code-of-conduct" title="North Bay Python Code of Conduct">Code of Conduct</a> | <a href="/terms-and-conditions" title="North Bay Python Terms and Conditions">Terms and Conditions</a> | <a href="/about/colophon" title="North Bay Python Colophon">Colophon</a>
 
    <p><a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a> | <a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a> | <a href="https://lanyrd.com/2017/nbpy" title="North Bay Python on Lanyrd">Lanyrd</a> | <a href="/code-of-conduct" title="North Bay Python Code of Conduct">Code of Conduct</a> | <a href="/terms-and-conditions" title="North Bay Python Terms and Conditions">Terms and Conditions</a> | <a href="/about/colophon" title="North Bay Python Colophon">Colophon</a></p>
 
  </div>
pinaxcon/templates/static_pages/program/call_for_proposals.md
Show inline comments
...
 
@@ -2,2 +2,9 @@
 

	
 
We've got lots of good information and resources below that you should read, but in case you've already read it and want to dive in now:
 

	
 
<div class="btn-group">
 
  <a class="btn btn-lg btn-primary" href="/dashboard">Submit a proposal</a>
 
</div>
 

	
 

	
 
If you've never presented at a conference before and think you might like to try it, we want to hear from you! The program committee is *very* much interested in encouraging and supporting new speakers, and we will be able to provide detailed feedback and work with you to develop your proposal and talk content so you can give the best talk possible.
...
 
@@ -66,3 +73,3 @@ We're happy to help with any of the following:
 

	
 
To help us evaluate proposals and build our program, we would like as much detail as you can provide on your talk. At a minimum this should include: **a brief abstract (~500 characters) suitable for inclusion in a schedule page; a detailed prose summary (intended as the content for a talk detail page on the program site); and at least a rough outline of the structure including estimated timings for each section of your talk.**
 
To help us evaluate proposals and build our program, we would like as much detail as you can provide on your talk. At a minimum this should include: **a brief description (~400 characters) suitable for inclusion in a schedule page; a brief prose abstract (intended as the content for a talk detail page on the program site); and at least a rough outline of the structure including estimated timings for each section of your talk.**
 

	
...
 
@@ -72,5 +79,5 @@ Your speaker profile includes a space for you to describe your prior experience
 

	
 
Please click the invitingly large button below to submit a proposal.
 

	
 
<!-- TODO invitingly large button plz -->
 
<div class="btn-group">
 
  <a class="btn btn-lg btn-primary" href="/dashboard">Submit a proposal</a>
 
</div>
 

	
static/scss/custom.scss
Show inline comments
...
 
@@ -185 +185,6 @@ body.auth .panel-heading .panel-title span.pull-right {
 
}
 

	
 

	
 
.btn-group + p {
 
  margin-top: 1em;
 
}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)