Skip to content
Snippets Groups Projects
Commit b1120af0 authored by Roope Lehtonen's avatar Roope Lehtonen
Browse files

Fixed the AccuWeather weather widget on info-site.

parent e43eeb49
No related branches found
No related tags found
No related merge requests found
{% extends 'internal/base.html' %} {% extends 'internal/base.html' %}
{% set title = 'Info' %} {% set title = 'Info' %}
{% set sticky_banners = g.is_kiosk %} {% set sticky_banners = true %}
{% set localized = false %} {% set localized = false %}
{% set content_lang = 'fi' %} {% set content_lang = 'fi' %}
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col-md-6">
<div class="card" style="height:600px;"> <div class="card" style="height:600px; margin-bottom: 30px;">
<a class="twitter-timeline" data-height="600" data-dnt="true" data-theme="light" href="https://twitter.com/Turkukaupunki?ref_src=twsrc%5Etfw">Tweets by Turkukaupunki</a> <a class="twitter-timeline" data-height="600" data-dnt="true" data-theme="light" href="https://twitter.com/Turkukaupunki?ref_src=twsrc%5Etfw">Tweets by Turkukaupunki</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div> </div>
</div> </div>
<div class="col"> <div class="col-md-6">
<div class="card" style="height: 600px; background-color: #FF9900;"> <div class="card" style="height: 600px; background-color: #FF9900; margin-bottom: 30px;">
<div class="card-header"> <div class="card-header">
<h3 class="card-title">Visit Turku -uutiset</h3> <h3 class="card-title">Visit Turku -uutiset</h3>
</div> </div>
...@@ -24,21 +24,19 @@ ...@@ -24,21 +24,19 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col"> <div class="col-md-6">
<div class="card" style="height:600px;"> <div class="card" style="height:600px; background-color: #FF9900; overflow: auto; margin-bottom: 30px;">
<div class="card-header">
<h3 class="card-title">AccuWeather</h3>
</div>
<a href="https://www.accuweather.com/en/fi/turku/134768/weather-forecast/134768" class="aw-widget-legal"> <a href="https://www.accuweather.com/en/fi/turku/134768/weather-forecast/134768" class="aw-widget-legal">
<!--
By accessing and/or using this code snippet, you agree to AccuWeather's terms and conditions (in English) which can be found at https://www.accuweather.com/en/free-weather-widgets/terms and AccuWeather's Privacy Statement (in English) which can be found at https://www.accuweather.com/en/privacy.
-->
</a><div id="awtd1519238716374" class="aw-widget-36hour" data-locationkey="134768" data-unit="c" data-language="fi" data-useip="false" data-uid="awtd1519238716374" data-editlocation="false"></div> </a><div id="awtd1519238716374" class="aw-widget-36hour" data-locationkey="134768" data-unit="c" data-language="fi" data-useip="false" data-uid="awtd1519238716374" data-editlocation="false"></div>
<script type="text/javascript" src="https://oap.accuweather.com/launch.js"></script> <script type="text/javascript" src="https://oap.accuweather.com/launch.js"></script>
</div> </div>
</div> </div>
<div class="col"> <div class="col-6">
<div class="card">
<p>empty</p>
</div>
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment