aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
Commit message (Collapse)AuthorAgeFilesLines
* show notice pubtime in index pageWeitian LI2014-06-031-1/+1
|
* updated notice display style in index pageWeitian LI2014-06-031-3/+3
|
* Show latest import notice at index page.Weitian LI2014-06-031-1/+16
| | | | | | * added 'page.views.IndexView' for 'django_skaschool.urls * updated 'index.html' to display notice at bottom * added '.smallcaps' in 'index.css' for English title
* * changed block 'title' to 'pagetitle' for every page templateWeitian LI2014-05-181-3/+1
|
* added BeiAn information to index.htmlWeitian LI2014-04-291-0/+1
|
* added sponsors links and updated friends linksWeitian LI2014-04-291-2/+15
|
* * moved 'introduction.js' -> 'sidebar.js'Weitian LI2014-04-281-0/+7
| | | | | | * moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html
* * updated contents and format of pagesWeitian LI2014-04-281-2/+2
| | | | * updated <a> in 'index.html' with target="_blank"
* * added poster to 'introduction' page: skaschool-poster.jpgWeitian LI2014-04-271-1/+0
| | | | | * removed 'about' link in 'navbar.html' * small updates to 'index.html', 'program.html'
* * updated 'introduction' url to index.htmlWeitian LI2014-04-221-1/+3
| | | | * fixed comment in 'list_approved.html'
* small fixes to "br" tagWeitian LI2014-04-201-3/+3
|
* * implemented the index pageWeitian LI2014-04-201-0/+50
o base.html, navbar.html, favicon.html, index.html o added static files related to index page * performed south migrations * implemented registration templates * implemented regiration views and pages