Skip to main content

Pinax theme based on Zurb's Foundation

Project description

===============================
Zurb Foundation Theme for Pinax
===============================
A theme for Pinax 0.9 based on Zurb Foundation. Zurb Foundation is a popular CSS framework that is built on a
responsive grid that accommodates devices with a variety of screen sizes.
Documentation on Foundation can be found at http://foundation.zurb.com/docs/

Authors
--------
* `Christopher Clarke https://github.com/chrisdev'_.
* `Kewsi Aguillera https://github.com/kaguillera' _.

Quickstart
-----------
Include "pinax-theme-foundation" in your requirements file and "pinax_theme_foundation" in your INSTALLED APPS.

Make sure both template loaders and staticfiles finders includes app directories.

Site name comes from Sites fixture.

Your "site_base.html" should extend "theme_base.html" and should provide "footer" and "nav" blocks (the latter should just be a ul of li of a links).

Your pages should have blocks "head_title" and "body" and should extend "site_base.html".

The url name "home" should be defined as the homepage.


Forms
-----

This theme ships with a basic template tag for rendering forms that match
the markup expected by foundation

To style forms, add the following to the top of your template ::

{% load foundation_tags %}

and include your form using the following markup: ::

<form method="POST" action="">
{% csrf_token %}
<fieldset class="form-controls">
{{ form|as_foundation }}
</fieldset>
<fieldset class="form-actions">
<button type="submit" class="btn primary">Submit</button>
</fieldset>
</form>

Todo / Issues
--------------
* Build additional templates for other Pinax-related apps
* Find a proper solution to the top navigation bar. The Foundation framework does not currently contain a top navigation bar we are currently
using the "zurBar" foun on the document site. This bar does no support drop down items
* Add responive tags to starter templates to fully support mobile devices

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pinax-theme-foundation-0.1.3b.tar.gz (130.9 kB view details)

Uploaded Source

File details

Details for the file pinax-theme-foundation-0.1.3b.tar.gz.

File metadata

File hashes

Hashes for pinax-theme-foundation-0.1.3b.tar.gz
Algorithm Hash digest
SHA256 bc6e199adb504c93e3a905bfc23a680e6578a58a67d9ab09c419df5056b30a98
MD5 8dea8be08214800dcce55d7fb556a84a
BLAKE2b-256 53a76a28ae56d7d629ac564a6e25f46af9250387f8001f9a06fc660df7dd0cd5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page