-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
291 lines (267 loc) · 9.47 KB
/
index.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!doctype html>
<html class="no-js" lang="he" dir="rtl">
<head>
<meta charset="utf-8" />
<meta name="author" content="Ido Green | greenido.wordpress.com | @greenido">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#db5945">
<link rel="icon" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<title>Alerts IL</title>
<link rel="stylesheet" href="css/foundation.css" />
<style>
img {
padding-left: 0.5em;
padding-right: 0.5em;
border-radius: 22px;
width: 8em;
}
li.tab-title {
width: 10em;
}
span.smallfont {
font-size: 70%;
}
.tinytitle {
font-size: 125%;
}
span#clock {
padding-right: 1em;
padding-left: 1em;
background: rgba(144, 238, 144, 0.33);
border-radius: 15%;
}
.alerts-explanation {
font-size: 0.7rem;
}
.ourbut {
padding: 0.3em;
padding-right: 0.8em;
background: darkblue;
color: black;
border-radius: 10px;
margin-bottom: 1.2em;
margin-right: 0.1em;
}
@media only screen and (min-width: 40.063em) {
.medium-4 {
width: 48%;
}
}
@media only screen and (min-width: 1200px) {
.large-4 {
width: 48%;
}
}
.walla-color {
background: #a4d2a459;
}
.panel.callout p {
color: #0e043a;
}
.y-color {
background: rgb(31, 3, 31);
}
.ynet-color {
background: rgb(200, 214, 219);
}
.ch2-color {
background: rgb(218, 200, 193);
}
.panel.callout a:not(.button) {
color: rgb(17, 14, 29);
}
</style>
<script src="js/vendor/modernizr.js"></script>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon"></head>
<body>
<div class="fixed contain-to-grid">
<nav class="top-bar" data-topbar data-options="sticky_on: large">
<ul class="title-area">
<li class="name">
<h1>
<a href="#">Alerts IL | התראות ומבזקים בישראל</a>
</h1>
</li>
</ul>
</nav>
</div>
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<div class="row">
<div class="large-12 columns">
<a class="right-off-canvas-toggle button" href="#" >מקורות</a>
<a class="button" href="#" data-reveal-id="help" title="עזרה">עזרה</a>
<div id="help" class="reveal-modal" data-reveal>
<h2>מה זה? 🚨</h2>
<p class="lead">
זוהי אפליקציה שמרכזת את כל החדשות ותראות צבע אדום למקום אחד.
<br></p>
<p>
העדכון נעשה אוטומטית. אפשר לפתוח אותה בכל מכשיר נייד.
<br>
אפשר לשמוע ולראות את ״כאן 11״ ברקע אם בחרתם זאת מתפריט ״המקורות״
<br>
Be strong 🌴
<br>
<a href="https://twitter.com/greenido" title="להערות והצעות" target="_blank">greenido@</a>
<br>
<small>Version 1.5</small>
</p>
<a class="close-reveal-modal">×</a>
</div>
</div>
</div>
<!-- Off Canvas Menu -->
<aside class="right-off-canvas-menu">
<div class="row">
<div class="large-12 columns">
<ul class="tabs" data-tab>
<li class="tab-title active">
<a id="tab-1" href="#panel2-1">חדשות</a>
</li>
<li class="tab-title">
<a href="#panel2-2">טוויטר</a>
</li>
<!-- <li class="tab-title">
<a href="#panel2-3">ערוץ 10</a>
</li> -->
<li class="tab-title">
<a href="#panel2-6">ערוץ 2</a>
</li>
<li class="tab-title">
<a href="#panel2-4">ynet</a>
</li>
<li class="tab-title">
<a href="#panel2-5">כאן 11</a>
</li>
<li class="tab-title">
<a href="#settings-panel">הגדרות</a>
</li>
</ul>
</div>
</div>
</aside>
<div class="tabs-content">
<div class="content active" id="panel2-1">
<div class="row">
<div class="large-12 columns">
<p> <strong>כל המבזקים מרחבי הרשת</strong>
<span id="clock"></span>
</p>
<div class="large-12 columns callout panel" id="mainlist"></div>
</div>
</div>
</div>
<div class="content" id="panel2-2">
<div class="row">
<div class="large-12 columns callout panel">
<a class="twitter-timeline" href="https://twitter.com/greenido/lists/alerts-il-tweets?ref_src=twsrc%5Etfw">A Twitter List by greenido</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
<div class="content" id="panel2-9">
<div class="row">
<div class="large-12 columns">
<div class="large-12 columns callout panel" id="yahoo"></div>
</div>
</div>
</div>
<!-- <div class="content" id="panel2-3">
<div class="row">
<div class="large-12 columns">
<div class="large-12 columns callout panel" id="c10"></div>
</div>
</div>
</div> -->
<div class="content" id="panel2-4">
<div class="row">
<div class="large-12 columns">
<div class="large-12 columns callout panel" id="c-ynet"></div>
</div>
</div>
</div>
<div class="content" id="panel2-5">
<div class="row">
<div class="large-12 columns">
<h4>אזעקות אחרונות</h4>
<iframe class="embedly-embed" id="streamIframe" name="streamIframe"
src="https://www.kan.org.il/" scrolling="no" frameborder="0" allowfullscreen=""
height="1200px" width="95%"
allow="encrypted-media"></iframe>
<!-- <div class="large-12 columns callout panel" id="realtime-alerts"></div>
<p class="alerts-explanation">אזעקות צבע אדום בזמן אמת - מתעדכן אוטומטית</p>
<p>
<button id="accept-notification" title="קבל התראות גם כאשר אתה לא רואה את האפליקציה">קבל התראות</button>
</p> -->
</div>
</div>
</div>
<div class="content" id="panel2-6">
<div class="row">
<div class="large-12 columns">
<div class="large-12 columns callout panel" id="c-mako"></div>
</div>
</div>
</div>
<div class="content" id="settings-panel" >
<div class="row">
<div class="large-12 callout panel columns">
<h2>הגדרות</h2>
<form>
<fieldset>
<!-- <legend>התאמות אישיות</legend>
-->
<div class="large-2 small-6 columns">
<label>
עדכן כל מספר שניות
<input id="update-seconds" type="text" placeholder="60 שניות לשיגרה או 10 שניות למצב חירום..."></label>
<label>תצוגה מרוכזת</label>
<div class="switch round large">
<input id="whichLayout" type="checkbox" checked>
<label for="whichLayout"></label>
</div>
</div>
</fieldset>
<ul class="button-group round">
<li>
<a href="#" id="save-seconds" class="button alert">שמור</a>
</li>
<li></li>
<li>
<a href="#" id="cancel-but" class="button">בטל</a>
</li>
</ul>
</form>
</div>
</div>
</div>
</div>
<div id="alert-dialog" class="reveal-modal" data-reveal>
<h2>אזעקת צבע אדום</h2>
<div id="alerts-now"></div>
<a class="close-reveal-modal">×</a>
</div>
<hr />
<!-- close the off-canvas menu -->
<a class="exit-off-canvas"></a>
</div>
</div>
<!-- External libs -->
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/foundation/foundation.topbar.js"></script>
<script src="js/main.js"></script>
<!-- <script src="js/alerts.js"></script> -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53348325-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<!-- v1.1.5 -->
</body>
</html>