Skip to content

Add sponsor text #20

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

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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
47 changes: 43 additions & 4 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,13 @@ section {
padding: 1.5rem 0;
}

/*
.sponsors-list > .sponsor > a {
display: flex;
height: 100%;
align-items: center;
}

*/
.sponsors-list > .sponsor > a > img {
width: 100%;
}
Expand All @@ -278,7 +279,13 @@ section {
width: 50%;
}

.sponsors-list > .sponsor.-elite {
.sponsors-list > .sponsor.-organizer > a {
display: flex;
height: 100%;
align-items: center;
}

/*.sponsors-list > .sponsor.-elite {
width: 60%;
}

Expand All @@ -289,15 +296,47 @@ section {
.sponsors-list > .sponsor.-starter {
width: 20%;
}

.sponsors-list > .sponsor.-ticket {
*/
/*.sponsors-list > .sponsor.-ticket {
width: 10%;
}

.sponsors-list > .partner {
width: 10%;
}*/

.partners-section {
background: white;
padding: 6rem;
}

.partners-list {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}

.partners-list > .partner {
margin-bottom: 1.5rem;
position: relative;
padding: 1.5rem 0;
}

.partners-list > h3 {
width: 100%;
}

.partners-list > .partner {
width: 100%;
}

.partners-list > .partner > a {
width: 20%;
padding: 1.5rem 0;
}


.calls-section {
background: #00095C;
color: white;
Expand Down
Binary file added images/pythonph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 37 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,37 +196,45 @@ <h3>Messenger BOT using Flask API</h3>
</section>
<section class="sponsors-section">
<h2>PyCon PH 2017 is brought to you by</h2>
<div class="sponsors-list" id="sponsors">
<div class="sponsor -organizer">
<a href="https://python.ph" alt="Python.PH"><img src="./images/logo.svg"></a>
<div class="sponsors-list" id="sponsors">
<div class="sponsor -organizer">
<a href="https://python.ph" alt="Python.PH"><img src="./images/pythonph.png"></a>
</div>
<div class="sponsor -organizer">
<a href="http://www.must.edu.ph" alt="USTP"><img src="./images/ustp.jpg"></a>
</div>
<div class="sponsor -elite">
<h3>Elite Sponsors</h3>
<a href="https://www.python.org/psf/" alt="PSF"><img src="./images/sponsors/psf-logo.png"></a>
<p>The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language. We manage the open source licensing for Python version 2.1 and later and own and protect the trademarks associated with Python. We also run the North American PyCon conference annually, support other Python conferences around the world, and fund Python related development with our grants program and by funding special projects.</p>
</div>
<div class="sponsor -premium">
<h3>Premium Sponsors</h3>
<a href="https://fullspeedtechnologies.com" alt="FullSpeed" width="160"><img class="logo" src="./images/sponsors/fullspeed-logo.png"></a>
<p>FullSpeed Technologies Inc. is located in Cebu City and one of foreign branches of FullSpeed Inc. which is a Japanese publicly listed advertising technology company specialized for online and digital marketing area. We develop our own products using state-of-the-art advertising technologies such as machine learning, big data, distributed systems and Microservices etc. We also provide our customers with Internet marketing consulting for their online businesses.</p>
</div>
<div class="sponsor -starter">
<h3>Starter Sponsors</h3>
<a href="https://www.djangoproject.com/foundation/" alt="Django" width="160"><img class="logo" src="./images/sponsors/django.svg"></a>
<p>The Django Software Foundation is a US-based non-profit organisation with the mission to promote, support, and advance the <a href="https://www.djangoproject.com/">Django Web framework</a>. The DSF sponsors sprints, meetups, gatherings and community events, and protects the intellectual property of the Django project.</p>
</div>
<div class="sponsor -ticket">
<h3>Ticket Sponsor</h3>
<a href="https://ti.to"><img class="logo" src="https://ti.to/jscss/tito-machine.svg" alt="Tito" width="160"></a>
</div>
</div>
<div class="sponsor -organizer">
<a href="http://www.must.edu.ph" alt="USTP"><img src="./images/ustp.jpg"></a>
<div class="partners-list" id="partners">
<h3>Contributing Partners</h3>
<div class="partner">
<a href="https://www.syntacticsinc.com"><img class="logo" src="./images/sponsors/syntactics.png" alt="Syntactics" width="160"></a>
<a href="http://devcon.ph"><img class="logo" src="./images/sponsors/devcon.png" alt="DevCon" width="160"></a>
<a href="https://www.facebook.com/groups/itgpytsada"><img class="logo" src="./images/sponsors/pytsada.png" alt="PyTsada" width="160"></a>
</div>
<!-- <div class="partner -community">
</div> -->
</div>
<div class="sponsor -elite">
<a href="https://www.python.org/psf/" alt="PSF"><img src="./images/sponsors/psf-logo.png"></a>
<!-- <p>The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language. We manage the open source licensing for Python version 2.1 and later and own and protect the trademarks associated with Python. We also run the North American PyCon conference annually, support other Python conferences around the world, and fund Python related development with our grants program and by funding special projects.</p> -->
</div>
<div class="sponsor -premium">
<a href="https://fullspeedtechnologies.com" alt="FullSpeed" width="160"><img class="logo" src="./images/sponsors/fullspeed-logo.png"></a>
</div>
<div class="sponsor -starter">
<a href="https://www.djangoproject.com/foundation/" alt="Django" width="160"><img class="logo" src="./images/sponsors/django.svg"></a>
</div>
<div class="sponsor -ticket">
<a href="https://ti.to"><img src="https://ti.to/jscss/tito-machine.svg" alt="Tito" width="160"></a></p>
</div>
<div class="partner -company">
<a href="https://www.syntacticsinc.com"><img src="./images/sponsors/syntactics.png" alt="Syntactics" width="160"></a></p>
</div>
<div class="partner -community">
<a href="http://devcon.ph"><img src="./images/sponsors/devcon.png" alt="DevCon" width="160"></a></p>
</div>
<div class="partner -community">
<a href="https://www.facebook.com/groups/itgpytsada"><img src="./images/sponsors/pytsada.png" alt="PyTsada" width="160"></a></p>
</div>
</div>
</section>
</section>


<section id="calls" class="calls-section">
<div class="col" id="become-a-sponsor">
Expand Down