forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweather_geneva.html
77 lines (39 loc) · 2.53 KB
/
weather_geneva.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
layout: page
title: Weather
use-site-title: true
---
<body BGCOLOR="FFFFFF">
<br><br>
<br><br>
<a class="weatherwidget-io" href="https://forecast7.com/en/46d206d14/geneva/" data-label_1="GENEVA" data-label_2="WEATHER" data-theme="original" >GENEVA WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>
<br><br>
<br><br>
<iframe src="https://www.meteoblue.com/en/weather/widget/three/geneva_switzerland_2660646?geoloc=fixed&nocurrent=0&noforecast=0&days=4&tempunit=CELSIUS&windunit=KILOMETER_PER_HOUR&layout=monochrome" frameborder="0" scrolling="NO" allowtransparency="true" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" style="width: 460px; height: 592px;"></iframe><div><!-- DO NOT REMOVE THIS LINK --><a href="https://www.meteoblue.com/en/weather/week/geneva_switzerland_2660646?utm_source=weather_widget&utm_medium=linkus&utm_content=three&utm_campaign=Weather%2BWidget" target="_blank">meteoblue</a>
</div>
<img src="http://www.yr.no/place/Switzerland/Gen%C3%A8ve/Geneva~6458783/meteogram.png" alt="yr.no: geneve weather" >
<br><br>
<br><br>
<!-- <iframe src="https://meteo.search.ch/prognosis.it.html" width="1000" height="1000" scrolling="no" frameBorder="5" id="meteoprognosis_container">Browser not compatible.</iframe> -->
<input type="button" id="button1" name="show" value="Show forecast" style="height: 50px; width: 150px;" onclick="showPanel('meteoprognosis_container')">
<input type="button" id="buton2" name="close" value="Close forecast" style="height: 50px; width: 150px;" onclick="closePanel('meteoprognosis_container')">
<br><br>
<iframe src="https://meteo.search.ch/prognosis.it.html" width="1000" height="1000" scrolling="no" frameBorder="5" style="display:none" id="meteoprognosis_container" > Browser not compatible.</iframe>
<br><br><br><br>
Wind direction and speed
<br><br><br><br>
<iframe src="https://earth.nullschool.net/#current/wind/surface/level/orthographic=-352.71,46.22,3000/loc=6.0532,46.2338" width="1000" height="1000" scrolling="no" frameBorder="5" id="meteoprognosis_container" > Browser not compatible.</iframe>
</body>
<script>
function showPanel(a)
{
document.getElementById(a).style.display="inline-block";
}
function closePanel(b)
{
document.getElementById(b).style.display="none";
}
</script>