Skip to content

cesarmarroquin/urly-bird-evolved

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urly Bird Evolved

Description

The urly-bird assignment was all well and good but not good enough. No one wants to use sites that are unstyled (except maybe craigslist). This assignment is all about beautification of that assignment.

Objectives

After completing this assignment you should be able to:

  • Successfully integrate static files into django
  • Understand how to avoid checking in system files
  • Use custom css or bootstrap to style an existing project

Details

Deliverables

  • Pull request to a Django Project

Requirements

  • Implement all features
  • Complete tests
  • No systems files
  • No pep8 errors

Normal Mode

Take the Urly Bird assignment from last weekend and style it with bootstrap DO NOT USE django-bootstrap.

  • Do not check in any systems files (.idea, .pyc)
  • Create a base template that the others will extend from
  • All pages should be styled
  • Forms should use bootstrap styling
  • Create a profile page for users that shows just their bookmarks as well as their profile information.

Hard Mode

  • Use gravitar to automatically give them a profile picture
  • Create a page for the most popular links. This page should have different time options to filter the links by
    • Most popular in the past day
    • Most popular in the last week
    • Most popular ever
  • Get a new theme for the django admin

Nightmare Mode

  • Don't use bootstrap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.1%
  • JavaScript 10.2%
  • Other 1.7%