diff --git a/beesgospel/static/css/main.css b/beesgospel/static/css/main.css index dfffab4..cb920a3 100644 --- a/beesgospel/static/css/main.css +++ b/beesgospel/static/css/main.css @@ -8,6 +8,7 @@ body { background: #333; overflow-x: hidden; } +body.home { background: black; } a { color: #ffab82; } @@ -58,6 +59,7 @@ nav { } .#homeaudio audio { opacity: 0.7; } +.home-stylise { max-width: 98vw; } .home-img { width: 600px; max-width: 100%; diff --git a/beesgospel/static/img/gospel-stylise.jpg b/beesgospel/static/img/gospel-stylise.jpg new file mode 100644 index 0000000..d2cda96 Binary files /dev/null and b/beesgospel/static/img/gospel-stylise.jpg differ diff --git a/common/urls.py b/common/urls.py index 333d8f5..4ec1d5f 100644 --- a/common/urls.py +++ b/common/urls.py @@ -5,6 +5,7 @@ from django.views.generic import TemplateView urlpatterns = [ path("admin/", admin.site.urls), path("", TemplateView.as_view(template_name="index.html"), name="home"), + path("v2", TemplateView.as_view(template_name="index2.html"), name="home"), path("presentation/", TemplateView.as_view(template_name="presentation.html"), name="presentation"), path("contact/", TemplateView.as_view(template_name="contact.html"), name="contact"), ] diff --git a/templates/base.html b/templates/base.html index 9625453..3692f54 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ - + {% block header %}