diff --git a/pybay/templates/frontend/sponsors.html b/pybay/templates/frontend/sponsors.html index 506a79ea..42da09a7 100644 --- a/pybay/templates/frontend/sponsors.html +++ b/pybay/templates/frontend/sponsors.html @@ -62,15 +62,18 @@

Who attended the Inaugural PyBay?

-
-

Participant's Background

+
+

*Data from 500+ registered guest at PyBay 2016

+

Participant's Background

+
-
+
-

Participant's Skills and Interest

+ +

Participant's Skills & Interest

@@ -93,219 +96,151 @@

Sponsorship Opportunities

-
-
    -
  • -

    - Benefits -

    -
      -
    • 5 Minute Pre-Keynote speaking slot
    • -
    • Extended exhibition time
    • -
    • Pop-up banner on main stage
    • -
    • Table at job fair/tools expo
    • -
    • 100 words desc and logo on pybay.com
    • -
    • Logo on back of PyBay t-shirt
    • -
    • PyBay tickets
    • -
    • Bag insert OR raffle item
    • -
    • Plus one of the following:





    • -
    -
  • -
  • -

    - Platinum -
    - $ - 20,000 -
    -

    -
      -
    • - - Pre-Keynote -
    • - -
    • - - Exhibition Time -
    • -
    • - - Pop-up Banner -
    • -
    • - - Table at fair -
    • -
    • - - 100 word desc and Logo on pybay.com -
    • -
    • - Large - Logo on PyBay Shirt -
    • -
    • - 4 - PyBay tickets -
    • -
    • - 2 - Bag insert -
    • -
    • - - Lounge (+$3000) -
      Opening Party -
      Backpack -



      -
    • -
    -
  • -
  • -

    - Gold -
    - $ - 10,000 -
    - -

    -
      -
    • - -
    • - -
    • - - Exhibition Time -
    • -
    • - - Pop-up Banner -
    • -
    • - - Table at fair -
    • -
    • - - 100 word desc and Logo on pybay.com -
    • -
    • - Large - Logo on PyBay Shirt -
    • -
    • - 3 - PyBay tickets -
    • -
    • - 2 - Bag insert -
    • -
    • - Massage (+$3000) -
      Meals -
      Snack -
      Coffee -
      Talk Slot -
      Video
      -
    • -
    -
  • -
  • -

    - Silver -
    - $ - 5,000 -
    -

    -
      -
    • - - -
    • - -
    • - -
    • -
    • - - -
    • -
    • - - Table at fair -
    • -
    • - - 100 word desc and Logo on pybay.com -
    • -
    • - Medium - Logo on PyBay Shirt -
    • -
    • - 2 - PyBay tickets -
    • -
    • - 1 - Bag insert -
    • -
    • -





      -
    • -
    -
  • -
  • -

    - Bronze - -
    - $ - 2,500 -
    -

    -
      -
    • - -
    • - -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    • - - 100 word desc and Logo on pybay.com -
    • -
    • - Small - Logo on PyBay Shirt -
    • -
    • - 1 - PyBay tickets -
    • -
    • - 1 - Bag insert -
    • -
    • -





      -
    • -
    -
  • -
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ Benefits +

+
+

+ Diamond +
+ $ + 20,000 +
+

+
+

+ Gold +
+ $ + 10,000 +
+

+
+

+ Silver +
+ $ + 5,000
+

+
+

+ Bronze +
+ $ + 2,500 +
+

+
5 Minute pre-Keynote speaking slot
Extended exhibition time2 Days1 Day
Pop-up banner on main stage + +
Table at job fair/tools expo
100-word description and logo on pybay.com + +
Logo on back of PyBay t-shirtLargeLargeMediumSmall
PyBay passes4321
Bag insert OR raffle item2211
Plus one of the following:Lounge (+$3,000) +
Opening Party +
Backpack +
+
+ Massage (+$3,000) +
Meals +
Snack +
Coffee +
Video +
+
+
+
+
+ + + + + + + +
Add Ons:Logo on Lanyard
$1,000
Open Space Room
Naming
$1,000
Main Talks
Room Naming
$2,500
Drinks at Job Fair/ SW Tools Expo
$6,000 Per Round
PyBay Scholarships
$1,800 - $6,000
+
@@ -319,8 +254,10 @@

- - +{% endblock content %} + +{% block subscribe %} +
@@ -344,9 +281,7 @@

Want to showcase your company at PyBay 2017?

- -{% endblock content %} - +{% endblock subscribe %} {% block scripts %} diff --git a/static/new/js/graph1.js b/static/new/js/graph1.js index 05c7faa2..1494a054 100644 --- a/static/new/js/graph1.js +++ b/static/new/js/graph1.js @@ -2,9 +2,11 @@ var label2= ['','Student','Individual Contributer','Contributes to Open Source', 'Open to Job Opportunities', 'Working Professional', 'Leadership Experience', 'Presented at Conferences','Publish Tech Blogs or Books']; var people2 = [36,145,111,141,394,145,123,58]; - ////////////////////// + + /////////////////////// // Graph 2 - ////////////////////// + /////////////////////// + //color var colors2 = ['#32648E']; @@ -36,7 +38,7 @@ var grids2 = canvas2.append('g') .attr('id','grid2') - .attr('transform','translate(150,10)') + .attr('transform','translate(200,10)') .selectAll('line') .data(grid2) .enter() @@ -63,17 +65,17 @@ .tickValues(d3.range(17)); var y_xis2 = canvas2.append('g') - .attr("transform", "translate(150,-6)") + .attr("transform", "translate(200,-6)") .attr('id','yAxis2') .call(yAxis2); var x_xis2 = canvas2.append('g') - .attr("transform", "translate(150,320)") + .attr("transform", "translate(200,320)") .attr('id','xAxis2') .call(xAxis2); var chart2 = canvas2.append('g') - .attr("transform", "translate(150,0)") + .attr("transform", "translate(200,0)") .attr('id','bars') .selectAll('rect') .data(people2) diff --git a/static/new/js/graph2.js b/static/new/js/graph2.js index a9747fae..2e9407de 100644 --- a/static/new/js/graph2.js +++ b/static/new/js/graph2.js @@ -37,7 +37,7 @@ var grids1 = canvas1.append('g') .attr('id','grid1') - .attr('transform','translate(150,10)') + .attr('transform','translate(200,10)') .selectAll('line') .data(grid1) .enter() @@ -64,17 +64,17 @@ .tickValues(d3.range(17)); var y_xis1 = canvas1.append('g') - .attr("transform", "translate(150,0)") + .attr("transform", "translate(200,0)") .attr('id','yAxis1') .call(yAxis1); var x_xis1 = canvas1.append('g') - .attr("transform", "translate(150,120)") + .attr("transform", "translate(200,120)") .attr('id','xAxis1') .call(xAxis1); var chart1 = canvas1.append('g') - .attr("transform", "translate(150,0)") + .attr("transform", "translate(200,0)") .attr('id','bars') .selectAll('rect') .data(people) diff --git a/static/new/js/graph3.js b/static/new/js/graph3.js index b699d2ba..c8b793a2 100644 --- a/static/new/js/graph3.js +++ b/static/new/js/graph3.js @@ -10,7 +10,7 @@ { origin: 'Expertise Level', label: 'Beginner', count: 13, color: "#a05d56"}, { origin: 'Expertise Level', label: 'Intermediate', count: 53, color: "#d0743c"}, { origin: 'Expertise Level', label: 'Advance', count: 30, color: "#ff8c00"}, - { origin: 'Expertise Level', label: 'Non-Technical', count: 4, color: "fbbd4a"}, + { origin: 'Expertise Level', label: 'Non-Technical', count: 4, color: "#FBBE3B"}, ]; //Chart size vars