From cbe0ab84411a7de2558e4a3616881e447c8bc111 Mon Sep 17 00:00:00 2001 From: Mikhail Ronchyk Date: Thu, 13 Jan 2022 01:59:10 +0300 Subject: [PATCH] map with marker --- .../events/templates/events/main_page.html | 46 ++++++++++++++++--- highneed/events/templates/events/style.css | 3 ++ highneed/static/css/style.css | 3 ++ 3 files changed, 45 insertions(+), 7 deletions(-) diff --git a/highneed/events/templates/events/main_page.html b/highneed/events/templates/events/main_page.html index c79743d..f60f776 100644 --- a/highneed/events/templates/events/main_page.html +++ b/highneed/events/templates/events/main_page.html @@ -6,6 +6,12 @@ {% load static %} + HighNeed.pl @@ -88,18 +94,44 @@
- +
+ + + + +

Interaktywna mapa

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tristique porta risus, ac condimentum ex. Ut interdum dui ac dui pretium efficitur. Sed tempor, leo quis blandit sagittis, augue nulla malesuada urna, quis cursus ligula ante at urna. Etiam ligula est, bibendum at urna quis, pellentesque semper eros

- +
diff --git a/highneed/events/templates/events/style.css b/highneed/events/templates/events/style.css index 19371bc..72fc6e7 100644 --- a/highneed/events/templates/events/style.css +++ b/highneed/events/templates/events/style.css @@ -40,7 +40,10 @@ p { img { width: 100%; } +.black { + background-color: black; +} /* Navbar */ .navbar { background-color: var(--background-green); diff --git a/highneed/static/css/style.css b/highneed/static/css/style.css index 8a1760b..eb3ccaf 100644 --- a/highneed/static/css/style.css +++ b/highneed/static/css/style.css @@ -40,7 +40,10 @@ p { img { width: 100%; } +.black { + background-color: black; +} /* Navbar */ .navbar { background-color: var(--background-green);