Skip to content

Commit

Permalink
added more to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hbutau committed Mar 7, 2017
1 parent fe67482 commit ee72c38
Show file tree
Hide file tree
Showing 10 changed files with 228 additions and 112 deletions.
34 changes: 17 additions & 17 deletions indaba/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,15 @@ ul#menu-main > li > a:hover {
-o-background-size: cover;
background-size: cover;
;
min-height: 600px;
min-height: 900px;
margin-top: -60px;
padding-top:160px;
text-align:center;
}
#headerwrap h1 {
color: #FFFFFF;
font-family: 'Patua One', cursive;
font-size: 4em;
font-size: 2.3em;
font-weight: 400;
margin: 1em 0;
}
Expand Down Expand Up @@ -544,49 +544,49 @@ article .inside {
}
/* Team and Contact */

section#team, section#contact {
section#talks, section#contact {
color: #e4e5e2;
background:#312A1E;
}
section#team .align, section#contact .align {
section#talks .align, section#contact .align {
font-size: 6em;
text-align: center;
}
#team h1, #contact h1 {
#talks h1, #contact h1 {
font-size: 3em;
margin-bottom: 1em;
margin-top: 0.5em;
}
#contact, #team {
#contact, #talks {
padding-top: 4.75em;
}
#team {
#talks {
padding-bottom: 0;
}
#contact {
padding-bottom: 0;
}
/* team */
/* talks */

#team h3 {
#talks h3 {
font-size: 26px;
margin-top: 24px;
margin-bottom: 0px;
}
#team h3, .job-position {
#talks h3, .job-position {
text-align: center;
}
#team .featurette {
#talks .featurette {
text-align: center;
font-size: 21px;
}
#team h2.featurette-heading {
#talks h2.featurette-heading {
margin-bottom: 24px;
}
.teamalign {
.talksalign {
text-align:center
}
.team-thumb {
.talks-thumb {
margin-top: 26px;
text-align:center;
}
Expand Down Expand Up @@ -920,7 +920,7 @@ footer p {
.container {
1px solid yellow;
}
#team .team-thumb {
#talks .team-thumb {
margin-right: auto;
margin-left: auto;
width: 150px;
Expand Down Expand Up @@ -1011,9 +1011,9 @@ footer p {
section#testimonials { /*display: none;*/
}

/* team */
/* talks */

#team .team-thumb {
#talks .team-thumb {
margin-right: auto;
margin-left: auto;
width: 150px;
Expand Down
17 changes: 0 additions & 17 deletions indaba/talks/forms.py~

This file was deleted.

1 change: 0 additions & 1 deletion indaba/talks/mixins.py~

This file was deleted.

19 changes: 0 additions & 19 deletions indaba/talks/models.py~

This file was deleted.

3 changes: 0 additions & 3 deletions indaba/talks/templates/talks/talk.html~

This file was deleted.

7 changes: 0 additions & 7 deletions indaba/talks/urls.py~

This file was deleted.

3 changes: 0 additions & 3 deletions indaba/talks/views.py~

This file was deleted.

4 changes: 2 additions & 2 deletions indaba/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
<div class="container">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
<h1 class="brand"><a href="#top">pyconzim!</a></h1>
<h1 class="brand"><a href="#top">PyConZim 2017</a></h1>
<!-- <h1 class="logo"><a href="#top" %}><img src= {% static "img/logo.png" %} alt="" /></a></h1> -->
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<nav class="pull-right nav-collapse collapse">
<ul id="menu-main" class="nav">
<li><a title="registration" href="#registration">Registration</a></li>
<li><a title="sponsors" href="#sponsors">Sponsors</a></li>
<li><a title="sponsors" href="#portfolio">Sponsors</a></li>
<li><a title="news" href="#news">News</a></li>
<li><a title="talks" href="#talks">Talks</a></li>
<li><a title="coc" href="#coc">CoC</a></li>
Expand Down
162 changes: 137 additions & 25 deletions indaba/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,165 @@

{% block content %}

<!--******************** Feature ********************-->
<div class="scrollblock">
<section id="feature">
<!-- ******************** HeaderWrap ********************-->
<div id="headerwrap">
<header class="clearfix">
<!-- <h1><span>PyConZim 2017</span> The conference for the python programming community.</h1> -->
<div class="container">
<div class="row">
<div class="span12">
<article>
<p>PyCon Zimbabwe 2017 will be held In August in Harare.</p>

</article>
<h2>Join our maling list for updates</h2>
<input type="text" name="your-email" placeholder="[email protected]" class="cform-text" size="40" title="your email">
<input type="submit" value="Notify me" class="cform-submit">
</div>
</div>
<div class="row">
<div class="span12">
<ul class="icon">
<li><a href="#" target="_blank"><i class="icon-twitter-circled"></i></a></li>
<li><a href="#" target="_blank"><i class="icon-gplus-circled"></i></a></li>
<li><a href="#" target="_blank"><i class="icon-flickr"></i></a></li>
</ul>
</div>
<!-- ./span12 -->
</div>
<!-- .row -->
</div>
<!-- ./container -->
</section>
</header>
</div>
<hr>
<!--******************** Portfolio Section ********************-->

<!--******************** Team Section ********************-->
<section id="about" class="single-page scrollblock">
<section id="talks" class="single-page scrollblock">
<div class="container">

<h1>About PyCon Zimbabwe!</h1>

<div class="align"><i class="icon-megaphone"></i></div>
<h1>Call For Speakers</h1>
<!-- Five columns -->
<div class="row">

<!-- ./span2 -->




<!-- ./span2 -->
</div>
<!-- /.row -->

<div class="row">
<div class="span20 offset1">
<div class="span10 offset1">
<hr class="featurette-divider">
<div class="featurette">
<h2 class="featurette-heading">Want to speak at Pycon Zimbabwe 2017? <span class="muted">| Please submit a talk proposal!</span></h2>
<p>We are accepting proposals for talks, workshops(tutorials), sprints, and demos.</p>
<p></p>
<p></p>
</div>
<!-- /.featurette -->
<hr class="featurette-divider">
</div>
<!-- .span10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>


<!--******************** Feature ********************-->
<!--<div class="scrollblock">-->
<!-- <section id="feature">-->
<!-- <div class="container">-->
<!-- <div class="row">-->
<!-- <div class="span12">-->
<!-- <article>-->
<!-- <p>PyCon Zimbabwe 2017 will be held In August in Harare.</p>-->

<!-- </article>-->
<!-- </div>-->
<!-- <1!-- ./span12 --1>-->
<!-- </div>-->
<!-- <1!-- .row --1>-->
<!-- </div>-->
<!-- <1!-- ./container --1>-->
<!-- </section>-->
<!--</div>-->
<!--<hr>-->
<!--<1!--******************** Portfolio Section ********************--1>-->
<section id="portfolio" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-thumbs-up"></i></div>
<!-- Five columns -->
<div class="row">

<h1 class="uk-text-center uk-heading-large">Become A Sponsor</h1>
<h2 class="uk-margin-large-top">Why we need sponsors</h2>

<h2 class="featurette-heading">Want to know more? <span class="muted">| a little about us</span></h2>
<p>Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores.</p>
<p>At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues.</p>
<p>A un Angleso it va semblar un simplificat Angles, quam un skeptic Cambridge amico dit me que Occidental es.</p>
<div>
<p>PyConZim is wholly organized by volunteers. We therefore need sponsors to help us cover the costs of:

</div>
<div>

<li>basic running expenses;</li>
<li>Provide a decent location to host PyConZim;</li>
<li>Reimburse the travel and accommodation costs of our international speakers;</li>
<li>catering and refreshments;</li>
<li>educational materials for the tutorials;</li>
<li>video recording of talks!</li>
</ul>
<p>If you are interested and wish to get more information, then please contact us via <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
<h2>Sponsor Packages</h2>
<div class="uk-grid uk-grid-width-1-2 uk-grid-width-medium-1-4" data-uk-grid-margin>
<div>
<h3>Bronze <span>($)</span></h3>
<ul class="uk-list uk-list-space list-icon list-icon-chevron-right">
<li>Small logo on the PyConZim website linked to your own website</li>
<li>Small logo on folders and banners</li>
</ul>
</div>
<div>
<h3>Silver <span>($)</span></h3>
<ul class="uk-list uk-list-space list-icon list-icon-chevron-right">
<li>Your name mentioned on the PyConZim</li>
<li>Medium logo on the PyZim website linked to your own website</li>
<li>Medium logo on folders and banners</li>
</ul>
</div>
<div>
<h3>Gold <span>($)</span></h3>
<ul class="uk-list uk-list-space list-icon list-icon-chevron-right">
<li>Your name mentioned on the PyConZim website</li>
<li>Introduction section about you on the PyCOnZim website</li>
<li>Big logo on the PyConZim website linked to your own website</li>
<li>Big logo on folders and banners</li>


</ul>
</div>

</div>
</section>
</div>
</div>

<!--******************** Team Section ********************-->
<section id="about" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-attention"></i></div>
<h1>About PyConZim</h1>
<div class="span10 offset1">
<hr class="featurette-divider">
<div class="featurette">
<h2 class="featurette-heading">Want to know more? <span class="muted"></span></h2>
<p>PyCon Zimbabwe is organized by volunteers and python enthusiasts from the python programming community in Zimbabwe</p>
<p>The first PyconZim was held from 24-25 November 2016,at the Zesa National Traing Centre. It brought delegates and speakers from the USA, South Africa, Namibia and Zimbabwe.The second edition of PyConZim is also also expected to bring speakers from Africa and the rest of the world</p>
<p>The two day conference will bring together students, professionals, experts and enthusiasts who wish to share their knowledge and passion about Python and related technologies. Its purpose is to increase the visibility of developers, organizations, and companies within the community. The conference is suited for all skill levels, from early beginners to expert developers. There will also be a `Django Girls Harare Workshop <http://djangogirls.org/harare>`_ during the conference.
</p>
</div>
<!-- /.featurette -->
<hr class="featurette-divider">
</div>
<!-- .span10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>

Expand Down
Loading

0 comments on commit ee72c38

Please sign in to comment.