|
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 |
|
8 | | - <link rel="preconnect" href="https://fonts.googleapis.com"> |
9 | | - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
10 | | - <link rel="preconnect" href="https://unpkg.com" crossorigin> |
11 | | - <link rel="preconnect" href="https://cdn.boxicons.com" crossorigin> |
12 | | - <link rel="dns-prefetch" href="https://unpkg.com"> |
13 | | - <link rel="dns-prefetch" href="https://cdn.boxicons.com"> |
14 | | - <link rel="preload" as="image" href="/alegro-logo.png"> |
15 | | - |
16 | | - <link rel="preload" |
17 | | - href="https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Heebo:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" |
18 | | - as="style" |
19 | | - onload="this.onload=null;this.rel='stylesheet'"> |
20 | | - <noscript> |
21 | | - <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Heebo:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"> |
22 | | - </noscript> |
23 | | - |
24 | | - <link rel="preload" href="/css/main.css" as="style" onload="this.rel='stylesheet'"> |
25 | | - <link rel="preload" href="/css/mobile.css" as="style" onload="this.rel='stylesheet'"> |
26 | | - |
27 | | - <noscript> |
28 | | - <link rel="stylesheet" href="/css/main.css"> |
29 | | - <link rel="stylesheet" href="/css/mobile.css"> |
30 | | - </noscript> |
31 | | - |
32 | | - |
33 | | - <link rel="apple-touch-icon" sizes="180x180" href="/alegro-logo.png"> |
34 | | - <link rel="icon" type="image/png" sizes="32x32" href="/alegro-logo.png"> |
35 | | - <link rel="icon" type="image/png" sizes="16x16" href="/alegro-logo.png"> |
36 | | - |
37 | | - <link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'> |
38 | | - <link href='https://cdn.boxicons.com/fonts/basic/boxicons.min.css' rel='stylesheet'> |
39 | | - <link href='https://cdn.boxicons.com/fonts/brands/boxicons-brands.min.css' rel='stylesheet'> |
40 | | - |
41 | | - <link rel="stylesheet" href="/src/js/components/forms/css/contact-form.css" media="print" onload="this.media='all'"> |
42 | | - <link rel="stylesheet" href="/src/js/components/navigation/navbar/css/navbar.css" media="print" |
43 | | - onload="this.media='all'"> |
44 | | - <link rel="stylesheet" href="/src/js/components/image-gallery/css/image-gallery.css" media="print" |
45 | | - onload="this.media='all'"> |
46 | | - <link rel="stylesheet" href="/src/js/components/reviews/css/reviews.css" media="print" onload="this.media='all'"> |
47 | | - <noscript> |
48 | | - <link rel="stylesheet" href="/src/js/components/forms/css/contact-form.css"> |
49 | | - <link rel="stylesheet" href="/src/js/components/navigation/navbar/css/navbar.css"> |
50 | | - <link rel="stylesheet" href="/src/js/components/image-gallery/css/image-gallery.css"> |
51 | | - <link rel="stylesheet" href="/src/js/components/reviews/css/reviews.css"> |
52 | | - </noscript> |
53 | | - |
54 | | - <script type="module" src="/src/js/main.js"></script> |
| 8 | +<link rel="preconnect" href="https://fonts.googleapis.com"> |
| 9 | +<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 10 | + |
| 11 | +<link rel="preload" as="image" href="/layout/arrangement-6.webp" importance="high"> |
| 12 | + |
| 13 | +<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap"> |
| 14 | + |
| 15 | +<link rel="stylesheet" href="/css/main.css"> |
| 16 | +<link rel="stylesheet" href="/css/mobile.css" media="(max-width: 1000px)"> |
| 17 | + |
| 18 | +<link rel="icon" href="/alegro-logo.png"> |
| 19 | +<link rel="apple-touch-icon" href="/alegro-logo.png"> |
| 20 | + |
| 21 | +<link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"> |
| 22 | + |
| 23 | +<!-- Component CSS lazy-loaded --> |
| 24 | +<link rel="stylesheet" href="/src/js/components/forms/css/contact-form.css" media="print" onload="this.media='all'"> |
| 25 | +<link rel="stylesheet" href="/src/js/components/navigation/navbar/css/navbar.css" media="print" |
| 26 | + onload="this.media='all'"> |
| 27 | +<link rel="stylesheet" href="/src/js/components/image-gallery/css/image-gallery.css" media="print" |
| 28 | + onload="this.media='all'"> |
| 29 | +<link rel="stylesheet" href="/src/js/components/reviews/css/reviews.css" media="print" onload="this.media='all'"> |
| 30 | + |
| 31 | +<noscript> |
| 32 | + <link rel="stylesheet" href="/src/js/components/forms/css/contact-form.css"> |
| 33 | + <link rel="stylesheet" href="/src/js/components/navigation/navbar/css/navbar.css"> |
| 34 | + <link rel="stylesheet" href="/src/js/components/image-gallery/css/image-gallery.css"> |
| 35 | + <link rel="stylesheet" href="/src/js/components/reviews/css/reviews.css"> |
| 36 | +</noscript> |
| 37 | + |
| 38 | +<script type="module" src="/src/js/main.js" defer></script> |
55 | 39 |
|
56 | 40 | <meta name="description" |
57 | 41 | content="אולמי אלגרו ירושלים - אולם אירועים יוקרתי בעיצוב אלגנטי לחתונות, חינה ובר/בת מצווה. חוויה קולינרית, שירות אישי וליווי צמוד לכל אירוע."> |
@@ -329,7 +313,7 @@ <h1>אולמי אלגרו ירושלים |
329 | 313 | </h1> |
330 | 314 | <div class="home-info"> |
331 | 315 | <div class="home-info-logo"> |
332 | | - <img src="/alegro-logo.png" alt="Alegro Logo" width="400" height="300"> |
| 316 | + <img src="/alegro-logo.png" alt="Alegro Logo" width="400" height="300" fetchpriority="high"> |
333 | 317 | </div> |
334 | 318 | <div class="home-info-text"> |
335 | 319 | <h2> |
|
0 commit comments