diff --git a/_cities/leipzig.md b/_cities/leipzig.md index 9c3dc66..79952f5 100644 --- a/_cities/leipzig.md +++ b/_cities/leipzig.md @@ -11,6 +11,10 @@ members: ## About -Norma and Christina started "LearnDjango SelbsthilfeTreff" beginning of 2018 and are now opening up this meetup to all learners and all languages. Together with Krissi they offer a biweekly meetup to learn, collaborate and meet other learners at Basislager in Leipzig. +Leipzig's reputation as 'the new Berlin' - it's thriving creative scene, affordable living and the active art- and club scene led to the nickname 'Hypezig'. Residents might not love this name, but the continous growth of the city and it's tech and startup community can't be dismissed. New possibilities open up in this space and are waiting for you to get involved. Through OpenTechSchool we would like to offer a beginner friendly and safe learning environment for everyone interested in getting started with programming. + +We organize events to learn, collaborate and meet other learners. If you interested in tech, would like to try out programming or if you need help with your project, feel free to join our OpenTechSchool Events. Everyone who agrees with our [Code of Conduct]({{site.baseurl}}/code-of-conduct/) is invited to participate. + +Image: [Leipzig Aussicht](https://pixabay.com/de/leipzig-stadt-aussicht-sachsen-263165/) by [Thomas Wolter](https://pixabay.com/de/users/ThomasWolter-92511/) used under [CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.de) + -Image: [Leipzig Aussicht](https://pixabay.com/de/leipzig-stadt-aussicht-sachsen-263165/) by [Thomas Wolter](https://pixabay.com/de/users/ThomasWolter-92511/) used under [CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.de) \ No newline at end of file diff --git a/_sass/_city.scss b/_sass/_city.scss index 89f92d5..bfd6968 100644 --- a/_sass/_city.scss +++ b/_sass/_city.scss @@ -73,6 +73,9 @@ .site_header_leipzig { background-image: url(../images/bg_leipzig.jpg); background-position: 50% 50%; + @media screen and (max-width:800px) { + background-position: top center; + } } .site_header_melbourne {