From 85be4ff76174025d7cdc5b1266250b6ad44a056c Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Wed, 21 Oct 2020 14:41:09 -0400 Subject: [PATCH] added contact page --- pages/static/pages/css/styles.css | 6 +- pages/templates/pages/base.html | 2 +- pages/templates/pages/contact.html | 11 +++ pages/templates/pages/council.html | 141 ++++++++++++++++------------- pages/urls.py | 3 +- pages/views.py | 3 + 6 files changed, 95 insertions(+), 71 deletions(-) create mode 100644 pages/templates/pages/contact.html diff --git a/pages/static/pages/css/styles.css b/pages/static/pages/css/styles.css index 8a96025..d6b5148 100644 --- a/pages/static/pages/css/styles.css +++ b/pages/static/pages/css/styles.css @@ -8,7 +8,7 @@ html { overflow-x: hidden; } -.person_cont { +.person { text-align: center; margin: 20px; } @@ -26,10 +26,6 @@ html { box-shadow: 12px 12px rgb(0, 0, 0, 0.1), -12px -12px rgb(0, 0, 0, 0.3); } -.council h2{ - text-align: center; -} - .details p a { font-size: 25px; } diff --git a/pages/templates/pages/base.html b/pages/templates/pages/base.html index 79e95bd..b98cdf7 100644 --- a/pages/templates/pages/base.html +++ b/pages/templates/pages/base.html @@ -41,7 +41,7 @@ About us Our Meetings
- Contact Us + Contact Us diff --git a/pages/templates/pages/contact.html b/pages/templates/pages/contact.html new file mode 100644 index 0000000..c04eddc --- /dev/null +++ b/pages/templates/pages/contact.html @@ -0,0 +1,11 @@ +{% extends 'pages/base.html' %} +{% load static %} +{% block title %}Council{% endblock title %} +{% block css %} + +{% endblock css %} +{% block content %} +We are here to serve you.
+We are here to serve you.
Some description of what we do