-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·130 lines (121 loc) · 4.7 KB
/
Copy pathindex.html
File metadata and controls
executable file
·130 lines (121 loc) · 4.7 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
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
<!--
Like looking at code? Help us! https://github.com/meirim-org/meirim
-->
<!DOCTYPE html>
<html lang="he">
<head>
<meta charset="utf-8"/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta property="og:type" content="website"/>
<meta property="og:locale" content="{{ pageLocale }}"/>
{{#if isMain }}
<title>מעירים - מידע תכנוני ואקטיביזם עירוני</title>
<meta
property="og:title"
content="מעירים - מידע תכנוני ואקטיביזם עירוני"
/>
<meta
name="description"
content="שקיפות בתכנון עירוני, התנגדויות ושירות התראות על הגשת תבעות חדשות"
/>
<meta
property="og:description"
content="שקיפות בתכנון עירוני, התנגדויות ושירות התראות על הגשת תבעות חדשות"
/>
<meta name="facebook-domain-verification" content="kd8lv8d9zoc0tlde9s1i4kzek0a6mu" />
{{/if}}
{{#if isSupportUs }}
<title>מעירים - מידע תכנוני ואקטיביזם עירוני</title>
<meta
property="og:title"
content="מעירים - מידע תכנוני ואקטיביזם עירוני - תמכו בנו"
/>
<meta
name="description"
content="עזרו לנו להמשיך ולהגביר את השקיפות והשותפות בהחלטות שמעצבות את המרחב שלנו"
/>
<meta
property="og:description"
content="עזרו לנו להמשיך ולהגביר את השקיפות והשותפות בהחלטות שמעצבות את המרחב שלנו"
/>
{{/if}}
{{#if isPlan }}
<title>{{ data.PL_NUMBER }} - {{ data.PL_NAME }}</title>
<meta
property="og:title"
content="{{ data.PL_NUMBER }} - {{ data.PL_NAME }}"
/>
{{#if data.data.DEPOSITING_DATE }}
<meta
name="description"
content="תבע ב{{ data.data.PLAN_COUNTY_NAME }} אשר הופקדה ב{{
formatDate data.data.DEPOSITING_DATE
}}"
/>
<meta
property="og:description"
content="תבע ב{{ data.data.PLAN_COUNTY_NAME }} אשר הופקדה ב{{
formatDate data.data.DEPOSITING_DATE
}}"
/>
{{ else }}
<meta
name="description"
content="תבע ב{{ data.data.PLAN_COUNTY_NAME }}"
/>
<meta
property="og:description"
content="תבע ב{{ data.data.PLAN_COUNTY_NAME }}"
/>
{{/if}}
{{/if}}
<meta property="og:image" content="{{ pageImage }}"/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>
<link
href="https://fonts.googleapis.com/css?family=Heebo"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"/>
<script>var poptin_single_page_app = true;</script>
<script id='pixel-script-poptin' src='https://cdn.popt.in/pixel.js?id=41666f31afbe4' async='true'></script>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2877562848992220');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2877562848992220&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NC2WZDH');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
--></body>
</html>