|
1 | 1 | <?php |
2 | 2 | /* |
3 | | -<<<<<<< HEAD |
4 | 3 | Template Name: AI Landing Page with FSE (HTML ONLY) |
5 | | -======= |
6 | | -Template Name: AI Landing Page with FSE |
7 | | ->>>>>>> develop-rm |
8 | 4 | Template Post Type: page |
9 | 5 | Description: Custom landing page template with Full Site Editing (FSE) capabilities, integrating custom blocks and patterns. |
10 | 6 | */ |
|
17 | 13 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
18 | 14 | <link rel="profile" href="https://gmpg.org/xfn/11"> |
19 | 15 |
|
20 | | -<<<<<<< HEAD |
21 | 16 |
|
22 | | -======= |
23 | | - |
24 | | ->>>>>>> develop-rm |
25 | 17 | <?php |
26 | 18 | if ( is_user_logged_in() ) { |
27 | 19 | wp_enqueue_style('admin-bar'); |
28 | 20 | wp_enqueue_script('admin-bar'); |
29 | 21 | wp_print_styles('admin-bar'); |
30 | 22 | } |
31 | 23 | ?> |
32 | | -<<<<<<< HEAD |
33 | 24 |
|
34 | 25 |
|
35 | | -======= |
36 | | - |
37 | | - |
38 | | ->>>>>>> develop-rm |
39 | 26 | <meta name='robots' content='max-image-preview:large' /> |
40 | 27 | <link rel='dns-prefetch' href='//stats.wp.com' /> |
41 | 28 | <link rel='dns-prefetch' href='//i0.wp.com' /> |
|
74 | 61 | <meta name="twitter:title" content="The Open Source AI Definition — by The Open Source Initiative"> |
75 | 62 | <meta name='twitter:description' content='A multi-stakeholder process to define an "Open Source AI".'> |
76 | 63 | <meta name="twitter:image" content="https://opengraph.b-cdn.net/production/images/759f678a-a340-4fac-8bdd-39d58948634c.jpg?token=fe76lJQvzFTfnaf2xyh8RPjclyoht-lgyebYn-C4BiY&height=1158&width=1200&expires=33265055152"> |
77 | | -<<<<<<< HEAD |
78 | 64 |
|
79 | | -======= |
80 | | - |
81 | | ->>>>>>> develop-rm |
82 | 65 | </head> |
83 | 66 | <?php |
84 | 67 | if ( is_user_logged_in() ) { |
|
89 | 72 | <body <?php body_class(); ?> style="background: rgb(246, 247, 249);"> |
90 | 73 | <?php wp_body_open(); ?> |
91 | 74 |
|
92 | | -<<<<<<< HEAD |
93 | 75 |
|
94 | | -======= |
95 | | - |
96 | | ->>>>>>> develop-rm |
97 | 76 | <header class="header-header-two"> |
98 | 77 | <!-- header- solaric two --> |
99 | 78 | <div class="header-two-solari header-top"> |
|
160 | 139 | </div> |
161 | 140 | </div> |
162 | 141 | <!-- header- solaric two end --> |
163 | | -<<<<<<< HEAD |
164 | 142 |
|
165 | | -======= |
166 | | - |
167 | | ->>>>>>> develop-rm |
168 | 143 | <!-- header main start --> |
169 | 144 | <div class="header-main-h2 header--sticky"> |
170 | 145 | <div class="container"> |
|
218 | 193 |
|
219 | 194 | <!-- Main Content --> |
220 | 195 | <main id="main-content"> |
221 | | -<<<<<<< HEAD |
222 | 196 | <?php |
223 | | -======= |
224 | | - <?php |
225 | | ->>>>>>> develop-rm |
226 | 197 | while ( have_posts() ) : |
227 | 198 | the_post(); |
228 | 199 | the_content(); |
|
408 | 379 | </div> |
409 | 380 | </div> |
410 | 381 | </div> |
411 | | -<<<<<<< HEAD |
412 | 382 |
|
413 | | -======= |
414 | | - |
415 | | ->>>>>>> develop-rm |
416 | 383 | <div class="single-footer-component"> |
417 | 384 | <div class="title-area"> |
418 | 385 | <h5 class="title">Board</h5> |
|
0 commit comments