From d5c83fa496d91caeab9120f7b847bb862dbda6ce Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Tue, 8 Aug 2017 19:51:38 -0700 Subject: [PATCH] stub out static site pages --- .gitignore | 1 + pinaxcon/templates/_default_sidebar.html | 3 +-- pinaxcon/templates/static_pages/about.html | 11 +++++++++++ .../static_pages/code-of-conduct.html | 11 +++++++++++ .../templates/{ => static_pages}/homepage.html | 5 +++-- pinaxcon/templates/static_pages/news.html | 11 +++++++++++ pinaxcon/templates/static_pages/proposals.html | 11 +++++++++++ pinaxcon/templates/static_pages/sponsors.html | 11 +++++++++++ pinaxcon/urls.py | 18 ++++++------------ 9 files changed, 66 insertions(+), 16 deletions(-) create mode 100644 pinaxcon/templates/static_pages/about.html create mode 100644 pinaxcon/templates/static_pages/code-of-conduct.html rename pinaxcon/templates/{ => static_pages}/homepage.html (62%) create mode 100644 pinaxcon/templates/static_pages/news.html create mode 100644 pinaxcon/templates/static_pages/proposals.html create mode 100644 pinaxcon/templates/static_pages/sponsors.html diff --git a/.gitignore b/.gitignore index de1cc8a..1fdde77 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ _build/ dev.db .coverage staticfiles +venv/ diff --git a/pinaxcon/templates/_default_sidebar.html b/pinaxcon/templates/_default_sidebar.html index 7a4433f..22486ad 100644 --- a/pinaxcon/templates/_default_sidebar.html +++ b/pinaxcon/templates/_default_sidebar.html @@ -7,11 +7,10 @@

Sponsors