Skip to content

Adding Chicago Chapter details #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added pandas/assets/images/sponsors/spothero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 25 additions & 25 deletions pandas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"time": "10am",
"address": "PyCon SK 2018 @ FIIT STU (Faculty of Informatics and Information Technologies Slovak Technical University)<br/>Ilkovičova 2<br/>Bratislava, Slovakia",
"lat": 48.1538657,
"lng": 17.0696869},
"lng": 17.0696869},
{"title": "Ghent",
"description": "Ghent Python user group",
"url": "",
Expand Down Expand Up @@ -142,7 +142,7 @@
"address": "7LYTIX, Am Winterhafen 11, 3.Stock, A-4020 Linz",
"lat": 48.3188188,
"lng": 14.2998662},

// Asia / Oceania
{"title": "Delhi",
"description": "PyData Delhi",
Expand Down Expand Up @@ -238,11 +238,11 @@
"lng": -83.922619},
{"title": "Chicago",
"description": "ChiPy",
"url": "https://www.meetup.com/_ChiPy_/",
"sponsor_image": "",
"sponsor_url": "",
"time": "TBC",
"address": "TBC",
"url": "https://www.meetup.com/_ChiPy_/events/248233686/",
"sponsor_image": "spothero.png",
"sponsor_url": "https://spothero.com/",
"time": "10am",
"address": "125 S Clark St Suite 1300<br />Chicago, IL 60603",
"lat": 41.875766,
"lng": -87.618938},
{"title": "Toronto",
Expand Down Expand Up @@ -394,7 +394,7 @@
<!-- logo -->
<div class="site-branding">
<a class="logo" href="index.html">

<!-- logo image -->
<img src="assets/images/pandas_logo.png" alt="Logo">

Expand All @@ -419,19 +419,19 @@
<li><a data-scroll href="#partner">Supporters</a></li>
<li><a data-scroll href="#faq">FAQ</a></li>
<li><a data-scroll href="#photos">Photos</a></li>

</ul>
</div>
</div><!-- /.container -->
</nav>

<header id="site-header" class="site-header valign-center">
<header id="site-header" class="site-header valign-center">
<div class="intro">

<h2>10 March, 2018</h2>

<h1 style="font-size: 48px;">Pandas documentation sprint</h1>

<p id="countdown"></p>
<script>
var countDownDate = new Date("Mar 10, 2018 10:00:00").getTime();
Expand All @@ -454,7 +454,7 @@ <h1 style="font-size: 48px;">Pandas documentation sprint</h1>
</script>

<a class="btn btn-white" data-scroll href="#location">Join Now</a>

</div>
</header>

Expand Down Expand Up @@ -514,25 +514,25 @@ <h3 class="section-title multiple-title">How does it work?</h3>

<i class="ion-ios-book"></i>
<h3>1000<br>Documentation pages</h3>

</div>
<div class="col-sm-3">

<i class="ion-ios-location"></i>
<h3>+20<br>Cities</h3>

</div>
<div class="col-sm-3">

<i class="ion-person-stalker"></i>
<h3>+300<br>Pythonistas</h3>

</div>
<div class="col-sm-3">

<i class="ion-ios-clock"></i>
<h3>6<br>Hours</h3>

</div>
</div><!-- row -->
</div><!-- container -->
Expand Down Expand Up @@ -631,9 +631,9 @@ <h3 class="section-title">With the support of</h3>
<div class="col-sm-3">
<a class="partner-box partner-box-8" href=""></a>
</div>
</div>
</div>
-->
</div>
</div>
</section>

<section id="faq" class="section faq">
Expand All @@ -646,7 +646,7 @@ <h3 class="section-title">FAQ</h3>
<div class="row">
<div class="col-md-12">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">

<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingZero">
<h4 class="panel-title">
Expand Down Expand Up @@ -688,7 +688,7 @@ <h4 class="panel-title">
<p class="panel-body">Most sprints will start around 10am (in location time). Check the <a href="#location">locations</a> section to see the exact hour in your chapter.</p>
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
Expand Down Expand Up @@ -717,7 +717,7 @@ <h3 class="section-title">Photos of past Python sprints</h3>
<div class="row">
<div class="col-md-12">
<ul class="grid">

<li class="grid-item grid-item-sm-6">
<img alt="" class="img-responsive center-block" src="assets/images/photos/photos-1.jpg">
</li>
Expand All @@ -729,7 +729,7 @@ <h3 class="section-title">Photos of past Python sprints</h3>
<li class="grid-item grid-item-sm-3">
<img alt="" class="img-responsive center-block" src="assets/images/photos/photos-3.jpg">
</li>

<li class="grid-item grid-item-sm-3">
<img alt="" class="img-responsive center-block" src="assets/images/photos/photos-4.jpg">
</li>
Expand All @@ -755,7 +755,7 @@ <h3 class="section-title">Photos of past Python sprints</h3>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>

Expand Down