-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (91 loc) · 5.08 KB
/
index.html
File metadata and controls
94 lines (91 loc) · 5.08 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Italianno" rel="stylesheet">
</head><body>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<img src="https://forum.raspberryitaly.com/images/square/logo.png" class="center-block img-responsive animated infinite pulse">
<div class="row">
<h1 id="firma" class="text-center">
<i class="fa fa-cog fa-spin text-danger"></i>Enrico Sartori</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 text-left">
<iframe width="100%" height="260" style="border: none;" src="https://thingspeak.com/channels/250698/charts/1?bgcolor=%272B30&color=%23d62020&dynamic=true&results=60&title=Temperatura&type=line"></iframe>
</div>
<div class="col-md-6 text-right">
<iframe width="100%" height="260" style="border: none;" src="https://thingspeak.com/channels/250698/charts/2?bgcolor=%272B30&color=%23d62020&dynamic=true&results=60&title=Umidita&type=line"></iframe>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-6">
<iframe width="100%" height="260" style="border: none;" src="https://thingspeak.com/channels/250698/charts/3?bgcolor=%272B30&color=%23d62020&dynamic=true&results=60&title=Adsl&type=line"></iframe>
</div>
<div class="col-md-6">
<iframe width="100%" height="260" style="border: none;" src="https://thingspeak.com/channels/250698/charts/4?bgcolor=%272B30&color=%23d62020&dynamic=true&results=60&title=Ram&type=line"></iframe>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-6">
<iframe width="100%" height="260" style="border: none;" src="https://thingspeak.com/channels/250698/charts/5?bgcolor=%272B30&color=%23d62020&dynamic=true&results=60&title=Movimento&type=line"></iframe>
</div>
<div class="col-md-6">
<iframe width="100%" height="260" style="border: none;" src="https://thingspeak.com/channels/250698/charts/6?bgcolor=%272B30&color=%23d62020&dynamic=true&results=60&title=Luce&type=line"></iframe>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-6">
<iframe width="100%" height="260" style="border: none;" src="https://thingspeak.com/channels/250698/charts/7?bgcolor=%272B30&color=%23d62020&dynamic=true&results=60&title=Notizie+Pubblicate&type=line"></iframe>
</div>
<div class="col-md-6">
<iframe width="100%" height="260" style="border: none;" src="https://thingspeak.com/channels/250698/charts/8?bgcolor=%272B30&color=%23d62020&dynamic=true&results=60&title=Euro+-+Dollaro&type=line"></iframe>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-6">
<a href="https://www.accuweather.com/it/it/vicenza/216713/weather-forecast/216713" 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="awcc1490959019171" class="aw-widget-current" data-locationkey="216713" data-unit="c" data-language="it" data-useip="false" data-uid="awcc1490959019171"></div><script type="text/javascript" src="https://oap.accuweather.com/launch.js"></script>
</div>
<div class="col-md-6">
<img src="http://www.meteosystem.com/webcam/vicenza/vicenza.jpg" class="img-responsive">
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<!-- start feedwind code -->
<script type="text/javascript" src="https://feed.mikle.com/js/fw-loader.js" data-fw-param="20580/"></script>
<!-- end feedwind code -->
</div>
</div>
</body></html>