solarize.blade.php 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390
  1. <!DOCTYPE html>
  2. <!--
  3. Solarize by TEMPLATED
  4. templated.co @templatedco
  5. Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
  6. -->
  7. <html lang="en" class="global wide">
  8. <head>
  9. <style type="text/css">
  10. @-ms-viewport {
  11. width: device-width;
  12. }
  13. </style>
  14. <style type="text/css">
  15. html,
  16. body,
  17. div,
  18. span,
  19. applet,
  20. object,
  21. iframe,
  22. h1,
  23. h2,
  24. h3,
  25. h4,
  26. h5,
  27. h6,
  28. p,
  29. blockquote,
  30. pre,
  31. a,
  32. abbr,
  33. acronym,
  34. address,
  35. big,
  36. cite,
  37. code,
  38. del,
  39. dfn,
  40. em,
  41. img,
  42. ins,
  43. kbd,
  44. q,
  45. s,
  46. samp,
  47. small,
  48. strike,
  49. strong,
  50. sub,
  51. sup,
  52. tt,
  53. var,
  54. b,
  55. u,
  56. i,
  57. center,
  58. dl,
  59. dt,
  60. dd,
  61. ol,
  62. ul,
  63. li,
  64. fieldset,
  65. form,
  66. label,
  67. legend,
  68. table,
  69. caption,
  70. tbody,
  71. tfoot,
  72. thead,
  73. tr,
  74. th,
  75. td,
  76. article,
  77. aside,
  78. canvas,
  79. details,
  80. embed,
  81. figure,
  82. figcaption,
  83. footer,
  84. header,
  85. hgroup,
  86. menu,
  87. nav,
  88. output,
  89. ruby,
  90. section,
  91. summary,
  92. time,
  93. mark,
  94. audio,
  95. video {
  96. margin: 0;
  97. padding: 0;
  98. border: 0;
  99. font-size: 100%;
  100. font: inherit;
  101. vertical-align: baseline;
  102. }
  103. article,
  104. aside,
  105. details,
  106. figcaption,
  107. figure,
  108. footer,
  109. header,
  110. hgroup,
  111. menu,
  112. nav,
  113. section {
  114. display: block;
  115. }
  116. body {
  117. line-height: 1;
  118. }
  119. ol,
  120. ul {
  121. list-style: none;
  122. }
  123. blockquote,
  124. q {
  125. quotes: none;
  126. }
  127. blockquote:before,
  128. blockquote:after,
  129. q:before,
  130. q:after {
  131. content: "";
  132. content: none;
  133. }
  134. table {
  135. border-collapse: collapse;
  136. border-spacing: 0;
  137. }
  138. body {
  139. -webkit-text-size-adjust: none;
  140. }
  141. </style>
  142. <style type="text/css">
  143. *,
  144. *:before,
  145. *:after {
  146. -moz-box-sizing: border-box;
  147. -webkit-box-sizing: border-box;
  148. box-sizing: border-box;
  149. }
  150. </style>
  151. <title>Solarize by TEMPLATED - Solarize</title>
  152. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  153. <meta name="generator" content="GravCMS" />
  154. <meta
  155. name="description"
  156. content="Grav is an easy to use, yet powerful, open source flat-file CMS"
  157. />
  158. <link
  159. rel="icon"
  160. type="image/png"
  161. href="/user/sites/solarize/themes/solarize/images/favicon.png"
  162. />
  163. <link rel="canonical" href="https://behold.metamotive.co.nz/solarize" />
  164. <script src="{{ URL::asset('assets/solarize/jquery-3.x.min.js') }}"></script>
  165. <script
  166. src="{{ URL::asset('assets/solarize/plausible.outbound-links.js') }}"
  167. async=""
  168. defer=""
  169. data-domain="behold.metamotive.co.nz"
  170. ></script>
  171. <script src="{{ URL::asset('assets/solarize/jquery.min.js') }}"></script>
  172. <script src="{{ URL::asset('assets/solarize/jquery.dropotron.min.js') }}"></script>
  173. <style type="text/css">
  174. body {
  175. min-width: 1200px;
  176. }
  177. .container {
  178. margin-left: auto;
  179. margin-right: auto;
  180. width: 1200px;
  181. }
  182. .container.small {
  183. width: 900px;
  184. }
  185. .container.big {
  186. width: 100%;
  187. max-width: 1500px;
  188. min-width: 1200px;
  189. }
  190. </style>
  191. <style type="text/css">
  192. .\31 2u {
  193. width: 100%;
  194. }
  195. .\31 1u {
  196. width: 91.6666666667%;
  197. }
  198. .\31 0u {
  199. width: 83.3333333333%;
  200. }
  201. .\39 u {
  202. width: 75%;
  203. }
  204. .\38 u {
  205. width: 66.6666666667%;
  206. }
  207. .\37 u {
  208. width: 58.3333333333%;
  209. }
  210. .\36 u {
  211. width: 50%;
  212. }
  213. .\35 u {
  214. width: 41.6666666667%;
  215. }
  216. .\34 u {
  217. width: 33.3333333333%;
  218. }
  219. .\33 u {
  220. width: 25%;
  221. }
  222. .\32 u {
  223. width: 16.6666666667%;
  224. }
  225. .\31 u {
  226. width: 8.3333333333%;
  227. }
  228. .\-11u {
  229. margin-left: 91.6666666667%;
  230. }
  231. .\-10u {
  232. margin-left: 83.3333333333%;
  233. }
  234. .\-9u {
  235. margin-left: 75%;
  236. }
  237. .\-8u {
  238. margin-left: 66.6666666667%;
  239. }
  240. .\-7u {
  241. margin-left: 58.3333333333%;
  242. }
  243. .\-6u {
  244. margin-left: 50%;
  245. }
  246. .\-5u {
  247. margin-left: 41.6666666667%;
  248. }
  249. .\-4u {
  250. margin-left: 33.3333333333%;
  251. }
  252. .\-3u {
  253. margin-left: 25%;
  254. }
  255. .\-2u {
  256. margin-left: 16.6666666667%;
  257. }
  258. .\-1u {
  259. margin-left: 8.3333333333%;
  260. }
  261. </style>
  262. <style type="text/css">
  263. .row > * {
  264. float: left;
  265. }
  266. .row:after {
  267. content: "";
  268. display: block;
  269. clear: both;
  270. height: 0;
  271. }
  272. .row:first-child > * {
  273. padding-top: 0 !important;
  274. }
  275. </style>
  276. <style type="text/css">
  277. .row > * {
  278. padding-left: 40px;
  279. }
  280. .row + .row > * {
  281. padding: 40px 0 0 40px;
  282. }
  283. .row {
  284. margin-left: -40px;
  285. }
  286. .row.flush > * {
  287. padding-left: 0;
  288. }
  289. .row + .row.flush > * {
  290. padding: 0;
  291. }
  292. .row.flush {
  293. margin-left: 0;
  294. }
  295. .row.half > * {
  296. padding-left: 20px;
  297. }
  298. .row + .row.half > * {
  299. padding: 20px 0 0 20px;
  300. }
  301. .row.half {
  302. margin-left: -20px;
  303. }
  304. .row.quarter > * {
  305. padding-left: 10px;
  306. }
  307. .row + .row.quarter > * {
  308. padding: 10px 0 0 10px;
  309. }
  310. .row.quarter {
  311. margin-left: -10px;
  312. }
  313. .row.oneandhalf > * {
  314. padding-left: 60px;
  315. }
  316. .row + .row.oneandhalf > * {
  317. padding: 60px 0 0 60px;
  318. }
  319. .row.oneandhalf {
  320. margin-left: -60px;
  321. }
  322. .row.double > * {
  323. padding-left: 80px;
  324. }
  325. .row + .row.double > * {
  326. padding: 80px 0 0 80px;
  327. }
  328. .row.double {
  329. margin-left: -80px;
  330. }
  331. </style>
  332. <style type="text/css">
  333. .not-global,
  334. .not-wide {
  335. display: none !important;
  336. }
  337. .only-normal,
  338. .only-narrow,
  339. .only-narrower,
  340. .only-mobile {
  341. display: none !important;
  342. }
  343. </style>
  344. <link
  345. rel="stylesheet"
  346. type="text/css"
  347. href="{{ URL::asset('assets/solarize/style.css') }}"
  348. />
  349. <link
  350. rel="stylesheet"
  351. type="text/css"
  352. href="{{ URL::asset('assets/solarize/style-wide.css') }}"
  353. />
  354. <script src="{{ URL::asset('assets/solarize/skel.min.js') }}"></script>
  355. <script src="{{ URL::asset('assets/solarize/skel-layers.min.js') }}"></script>
  356. <script
  357. src="{{ URL::asset('assets/solarize/init.js') }}"
  358. data-theme-root="/user/sites/solarize/themes/solarize"
  359. ></script>
  360. <link
  361. href="{{ URL::asset('assets/solarize/animate.css') }}"
  362. type="text/css"
  363. rel="stylesheet"
  364. />
  365. <link
  366. href="{{ URL::asset('assets/solarize/sash-ribbon.css') }}"
  367. type="text/css"
  368. rel="stylesheet"
  369. />
  370. <link
  371. href="{{ URL::asset('assets/solarize/widgets.css') }}"
  372. type="text/css"
  373. rel="stylesheet"
  374. />
  375. <style>
  376. div.phpdebugbar {
  377. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  378. }
  379. .phpdebugbar pre {
  380. padding: 1rem;
  381. }
  382. .phpdebugbar div.phpdebugbar-header > div > * {
  383. padding: 5px 15px;
  384. }
  385. .phpdebugbar div.phpdebugbar-header > div.phpdebugbar-header-right > * {
  386. padding: 5px 8px;
  387. }
  388. .phpdebugbar div.phpdebugbar-header,
  389. .phpdebugbar a.phpdebugbar-restore-btn {
  390. background-image: url(data:image/png;base64,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);
  391. }
  392. .phpdebugbar a.phpdebugbar-restore-btn {
  393. width: 13px;
  394. }
  395. .phpdebugbar a.phpdebugbar-tab.phpdebugbar-active {
  396. background: #3db9ec;
  397. color: #fff;
  398. margin-top: -1px;
  399. padding-top: 6px;
  400. }
  401. .phpdebugbar .phpdebugbar-widgets-toolbar {
  402. border-top: 1px solid #ddd;
  403. padding-left: 5px;
  404. padding-right: 2px;
  405. padding-top: 2px;
  406. background-color: #fafafa !important;
  407. width: auto !important;
  408. left: 0;
  409. right: 0;
  410. }
  411. .phpdebugbar .phpdebugbar-widgets-toolbar input {
  412. background: transparent !important;
  413. }
  414. .phpdebugbar .phpdebugbar-widgets-toolbar .phpdebugbar-widgets-filter {
  415. }
  416. .phpdebugbar input[type="text"] {
  417. padding: 0;
  418. display: inline;
  419. }
  420. .phpdebugbar dl.phpdebugbar-widgets-varlist,
  421. ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label {
  422. font-family: "DejaVu Sans Mono", Menlo, Monaco, Consolas, Courier,
  423. monospace;
  424. font-size: 12px;
  425. }
  426. ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label {
  427. text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
  428. 1px 1px 0 #fff;
  429. top: 0;
  430. }
  431. .phpdebugbar pre,
  432. .phpdebugbar code {
  433. margin: 0;
  434. font-size: 14px;
  435. }
  436. </style>
  437. <link
  438. href="{{ URL::asset('assets/solarize/notices.css') }}"
  439. type="text/css"
  440. rel="stylesheet"
  441. />
  442. <noscript>
  443. <link
  444. href="{{ URL::asset('assets/solarize/skel.css') }}"
  445. type="text/css"
  446. rel="stylesheet"
  447. />
  448. <link
  449. href="{{ URL::asset('assets/solarize/style.css') }}"
  450. type="text/css"
  451. rel="stylesheet"
  452. />
  453. </noscript>
  454. </head>
  455. <body
  456. class="homepage"
  457. style="margin-bottom: 327px"
  458. monica-version="2.8.0"
  459. monica-id="ofpnmcalabcbjgholdjcjblkibolbppb"
  460. >
  461. <div
  462. id="skel-layers-wrapper"
  463. style="
  464. position: relative;
  465. left: 0px;
  466. right: 0px;
  467. top: 0px;
  468. backface-visibility: hidden;
  469. transition: -webkit-transform 0.25s ease-in-out 0s;
  470. "
  471. >
  472. <div class="sash-box"></div>
  473. <!-- Header Wrapper -->
  474. <div class="wrapper style1" style="background: #222222 url('{{ URL::asset('assets/images/hero.jpg') }}') no-repeat;">
  475. <!-- Header -->
  476. <div id="header">
  477. <div class="container">
  478. <!-- Logo -->
  479. <h1><a href="/solarize" id="logo">Solarize</a></h1>
  480. <!-- Nav -->
  481. <nav id="nav">
  482. <ul>
  483. <li class="current-page-item" style="white-space: nowrap">
  484. <a href="/solarize"> Home </a>
  485. </li>
  486. <li
  487. class="has-children opener"
  488. style="
  489. user-select: none;
  490. cursor: pointer;
  491. white-space: nowrap;
  492. opacity: 1;
  493. "
  494. >
  495. <a href="/solarize/dropdown"> Dropdown </a>
  496. <ul
  497. class=""
  498. style="user-select: none; display: none; position: absolute"
  499. >
  500. <li class="" style="white-space: nowrap">
  501. <a
  502. href="/solarize/dropdown/lorem-ipsum-dolor"
  503. style="display: block"
  504. >
  505. Lorem Ipsum Dolor
  506. </a>
  507. </li>
  508. <li class="" style="white-space: nowrap">
  509. <a
  510. href="/solarize/dropdown/magna-phasellus"
  511. style="display: block"
  512. >
  513. Magna phasellus
  514. </a>
  515. </li>
  516. <li class="" style="white-space: nowrap">
  517. <a
  518. href="/solarize/dropdown/etiam-dolore-nisl"
  519. style="display: block"
  520. >
  521. Etiam dolore nisl
  522. </a>
  523. </li>
  524. <li
  525. class="has-children opener"
  526. style="
  527. user-select: none;
  528. cursor: pointer;
  529. white-space: nowrap;
  530. "
  531. >
  532. <a
  533. href="/solarize/dropdown/phasellus-consequat"
  534. style="display: block"
  535. >
  536. Phasellus consequat
  537. </a>
  538. <ul
  539. class="dropotron"
  540. style="
  541. user-select: none;
  542. display: none;
  543. position: absolute;
  544. "
  545. >
  546. <li class="" style="white-space: nowrap">
  547. <a
  548. href="/solarize/dropdown/phasellus-consequat/lorem-ipsum-dolor"
  549. style="display: block"
  550. >
  551. Lorem ipsum dolor
  552. </a>
  553. </li>
  554. <li class="" style="white-space: nowrap">
  555. <a
  556. href="/solarize/dropdown/phasellus-consequat/phasellus-consequat"
  557. style="display: block"
  558. >
  559. Phasellus consequat
  560. </a>
  561. </li>
  562. <li class="" style="white-space: nowrap">
  563. <a
  564. href="/solarize/dropdown/phasellus-consequat/magna-phasellus"
  565. style="display: block"
  566. >
  567. Magna phasellus
  568. </a>
  569. </li>
  570. <li class="" style="white-space: nowrap">
  571. <a
  572. href="/solarize/dropdown/phasellus-consequat/etiam-dolore-nisl"
  573. style="display: block"
  574. >
  575. Etiam dolore nisl
  576. </a>
  577. </li>
  578. <li class="" style="white-space: nowrap">
  579. <a
  580. href="/solarize/dropdown/phasellus-consequat/veroeros-feugiat"
  581. style="display: block"
  582. >
  583. Veroeros feugiat
  584. </a>
  585. </li>
  586. </ul>
  587. </li>
  588. <li class="" style="white-space: nowrap">
  589. <a
  590. href="/solarize/dropdown/veroeros-feugiat"
  591. style="display: block"
  592. >
  593. Veroeros feugiat
  594. </a>
  595. </li>
  596. </ul>
  597. </li>
  598. <li class="" style="white-space: nowrap">
  599. <a href="/solarize/left-sidebar"> Left Sidebar </a>
  600. </li>
  601. <li class="" style="white-space: nowrap">
  602. <a href="/solarize/right-sidebar"> Right Sidebar </a>
  603. </li>
  604. <li class="" style="white-space: nowrap">
  605. <a href="/solarize/no-sidebar"> No Sidebar </a>
  606. </li>
  607. <li class="" style="white-space: nowrap">
  608. <a href="/solarize/elements"> Elements </a>
  609. </li>
  610. </ul>
  611. </nav>
  612. </div>
  613. </div>
  614. <!-- Banner -->
  615. <div id="banner">
  616. <section class="container">
  617. <h2>wikipali</h2>
  618. <span>巴利三藏文献库</span>
  619. <p>欢迎参与</p>
  620. </section>
  621. </div>
  622. </div>
  623. <!-- Section One aka Even(ly)Part(ed) aka 'hook' (frontmatter) -->
  624. <div class="wrapper style2 evenpart">
  625. <section class="container">
  626. <div class="row double">
  627. <div class="6u">
  628. <header class="major">
  629. <h2>
  630. Pellentesque viverra vulputate enim. Aliquam volutpat.
  631. Pellentesque tristique Risus
  632. </h2>
  633. <span class="byline"
  634. >In posuere eleifend odio. Quisque semper augue mattis wisi.
  635. Maecenas ligula. Pellentesque viverra vulputate enim. Donec
  636. pulvinar ullamcorper metus.</span
  637. >
  638. </header>
  639. </div>
  640. <div class="6u">
  641. <h3>Suspendisse dictum porta</h3>
  642. <p>
  643. Donec leo. Vivamus fermentum nibh in augue. Praesent a lacus at
  644. urna congue rutrum. Nulla enim eros, porttitor eu, tempus id,
  645. varius non, nibh. Vestibulum imperdiet, magna nec eleifend
  646. semper augue mattis wisi maecenas ligula nunc lectus vestibulum
  647. euismod lacinia quam nisl.
  648. </p>
  649. <a href="#" class="button">Nulla aluctus eleifend</a>
  650. </div>
  651. </div>
  652. </section>
  653. </div>
  654. <!-- Section Two aka 'cta' (CSS and frontmatter) -->
  655. <div class="wrapper style3 cta">
  656. <section class="container">
  657. <header class="major">
  658. <h2>Cras vitae metus aliNuam</h2>
  659. </header>
  660. <p>
  661. Pellentesque pede. Donec pulvinar ullamcorper metus. In eu odio at
  662. lectus pulvinar mollis. Vestibulum sem magna, elementum vestibulum
  663. arcu.
  664. </p>
  665. <a href="#" class="button alt">Nulla aluctus eleifend</a>
  666. </section>
  667. </div>
  668. <!-- Section Three aka plain aka 'notices' (frontmatter) -->
  669. <div class="wrapper style4 plain">
  670. <section class="container">
  671. <header class="major">
  672. <h2>Cras vitae metus aliNuam</h2>
  673. <span class="byline"
  674. >pulvinar mollis. Vestibulum sem magna, elementum vestibulum
  675. arcu.</span
  676. >
  677. </header>
  678. <div class="row flush">
  679. <div class="4u">
  680. <ul class="special-icons">
  681. <li>
  682. <span class="fa fa-cogs"></span>
  683. <h3>Nulla luctus eleifend</h3>
  684. <p>
  685. In posuere eleifend odio. Quisque semper augue mattis wisi.
  686. Maecenas ligula pellentesque.
  687. </p>
  688. </li>
  689. <li>
  690. <span class="fa fa-wrench"></span>
  691. <h3>Etiam posuere augue</h3>
  692. <p>
  693. Maecenas ligula. Pellentesque viverra vulputate enim.
  694. Aliquam erat volutpat liguala.
  695. </p>
  696. </li>
  697. <li>
  698. <span class="fa fa-leaf"></span>
  699. <h3>Fusce ultrices fringilla</h3>
  700. <p>
  701. Maecenas pede nisl, elementum eu, ornare ac, malesuada at,
  702. erat. Proin gravida orci porttitor.
  703. </p>
  704. </li>
  705. </ul>
  706. </div>
  707. <div class="4u">
  708. <ul class="special-icons">
  709. <li>
  710. <span class="fa fa-cogs"></span>
  711. <h3>Nulla luctus eleifend</h3>
  712. <p>
  713. In posuere eleifend odio. Quisque semper augue mattis wisi.
  714. Maecenas ligula pellentesque.
  715. </p>
  716. </li>
  717. <li>
  718. <span class="fa fa-wrench"></span>
  719. <h3>Etiam posuere augue</h3>
  720. <p>
  721. Maecenas ligula. Pellentesque viverra vulputate enim.
  722. Aliquam erat volutpat liguala.
  723. </p>
  724. </li>
  725. <li>
  726. <span class="fa fa-leaf"></span>
  727. <h3>Fusce ultrices fringilla</h3>
  728. <p>
  729. Maecenas pede nisl, elementum eu, ornare ac, malesuada at,
  730. erat. Proin gravida orci porttitor.
  731. </p>
  732. </li>
  733. </ul>
  734. </div>
  735. <div class="4u">
  736. <ul class="special-icons">
  737. <li>
  738. <span class="fa fa-cogs"></span>
  739. <h3>Nulla luctus eleifend</h3>
  740. <p>
  741. In posuere eleifend odio. Quisque semper augue mattis wisi.
  742. Maecenas ligula pellentesque.
  743. </p>
  744. </li>
  745. <li>
  746. <span class="fa fa-wrench"></span>
  747. <h3>Etiam posuere augue</h3>
  748. <p>
  749. Maecenas ligula. Pellentesque viverra vulputate enim.
  750. Aliquam erat volutpat liguala.
  751. </p>
  752. </li>
  753. <li>
  754. <span class="fa fa-leaf"></span>
  755. <h3>Fusce ultrices fringilla</h3>
  756. <p>
  757. Maecenas pede nisl, elementum eu, ornare ac, malesuada at,
  758. erat. Proin gravida orci porttitor.
  759. </p>
  760. </li>
  761. </ul>
  762. </div>
  763. <div class="4u">
  764. <ul class="special-icons"></ul>
  765. </div>
  766. </div>
  767. </section>
  768. </div>
  769. <!-- Team aka 'portals' (CSS and frontmatter) -->
  770. <div class="wrapper style5 portals">
  771. <section id="team" class="container">
  772. <header class="major">
  773. <h2>Cras vitae metus aliNuam</h2>
  774. <span class="byline"
  775. >pulvinar mollis. Vestibulum sem magna, elementum vestibulum
  776. arcu.</span
  777. >
  778. </header>
  779. <div class="row">
  780. <div class="3u">
  781. <a href="#" alt="Molly Millions" class="image"
  782. ><img
  783. src="/images/8/1/0/2/2/81022c3314ffc605ad71a490c5d5ad15eb59ece2-person.png"
  784. /></a>
  785. <h3>Molly Millions</h3>
  786. <p>In posuere eleifend odio quisque semper augue wisi ligula.</p>
  787. </div>
  788. <div class="3u">
  789. <a href="#" alt="Henry Dorsett Case" class="image"
  790. ><img
  791. src="/images/8/1/0/2/2/81022c3314ffc605ad71a490c5d5ad15eb59ece2-person.png"
  792. /></a>
  793. <h3>Henry Dorsett Case</h3>
  794. <p>In posuere eleifend odio quisque semper augue wisi ligula.</p>
  795. </div>
  796. <div class="3u">
  797. <a href="#" alt="Willis Corto" class="image"
  798. ><img
  799. src="/images/8/1/0/2/2/81022c3314ffc605ad71a490c5d5ad15eb59ece2-person.png"
  800. /></a>
  801. <h3>Willis Corto</h3>
  802. <p>In posuere eleifend odio quisque semper augue wisi ligula.</p>
  803. </div>
  804. <div class="3u">
  805. <a href="#" alt="Linda Lee" class="image"
  806. ><img
  807. src="/images/8/1/0/2/2/81022c3314ffc605ad71a490c5d5ad15eb59ece2-person.png"
  808. /></a>
  809. <h3>Linda Lee</h3>
  810. <p>In posuere eleifend odio quisque semper augue wisi ligula.</p>
  811. </div>
  812. </div>
  813. </section>
  814. </div>
  815. <!-- Footer -->
  816. <div id="footer">
  817. <section class="container">
  818. <header class="major">
  819. <h2>Connect with us</h2>
  820. <span class="byline"
  821. >Integer sit amet pede vel arcu aliquet pretium</span
  822. >
  823. </header>
  824. <ul class="icons">
  825. <li>
  826. <a href="#" class="fa fa-facebook"><span>Facebook</span></a>
  827. </li>
  828. <li>
  829. <a href="#" class="fa fa-twitter"><span>Twitter</span></a>
  830. </li>
  831. <li>
  832. <a href="#" class="fa fa-dribbble"><span>Pinterest</span></a>
  833. </li>
  834. <li>
  835. <a href="#" class="fa fa-google-plus"><span>Google+</span></a>
  836. </li>
  837. </ul>
  838. <hr />
  839. </section>
  840. <!-- Copyright -->
  841. <div id="copyright">
  842. Design: <a href="http://templated.co">TEMPLATED</a> Images:
  843. <a href="http://unsplash.com">Unsplash</a> (<a
  844. href="http://unsplash.com/cc0"
  845. >CC0</a
  846. >)
  847. </div>
  848. </div>
  849. <script type="text/javascript">
  850. var phpdebugbar = new PhpDebugBar.DebugBar();
  851. phpdebugbar.addIndicator(
  852. "php_version",
  853. new PhpDebugBar.DebugBar.Indicator({
  854. icon: "code",
  855. tooltip: "Version",
  856. }),
  857. "right"
  858. );
  859. phpdebugbar.addTab(
  860. "messages",
  861. new PhpDebugBar.DebugBar.Tab({
  862. icon: "list-alt",
  863. title: "Messages",
  864. widget: new PhpDebugBar.Widgets.MessagesWidget(),
  865. })
  866. );
  867. phpdebugbar.addTab(
  868. "request",
  869. new PhpDebugBar.DebugBar.Tab({
  870. icon: "tags",
  871. title: "Request",
  872. widget: new PhpDebugBar.Widgets.VariableListWidget(),
  873. })
  874. );
  875. phpdebugbar.addIndicator(
  876. "time",
  877. new PhpDebugBar.DebugBar.Indicator({
  878. icon: "clock-o",
  879. tooltip: "Request Duration",
  880. }),
  881. "right"
  882. );
  883. phpdebugbar.addTab(
  884. "timeline",
  885. new PhpDebugBar.DebugBar.Tab({
  886. icon: "tasks",
  887. title: "Timeline",
  888. widget: new PhpDebugBar.Widgets.TimelineWidget(),
  889. })
  890. );
  891. phpdebugbar.addIndicator(
  892. "memory",
  893. new PhpDebugBar.DebugBar.Indicator({
  894. icon: "cogs",
  895. tooltip: "Memory Usage",
  896. }),
  897. "right"
  898. );
  899. phpdebugbar.addTab(
  900. "exceptions",
  901. new PhpDebugBar.DebugBar.Tab({
  902. icon: "bug",
  903. title: "Exceptions",
  904. widget: new PhpDebugBar.Widgets.ExceptionsWidget(),
  905. })
  906. );
  907. phpdebugbar.addTab(
  908. "Config",
  909. new PhpDebugBar.DebugBar.Tab({
  910. icon: "gear",
  911. title: "Config",
  912. widget: new PhpDebugBar.Widgets.VariableListWidget(),
  913. })
  914. );
  915. phpdebugbar.addTab(
  916. "Plugins",
  917. new PhpDebugBar.DebugBar.Tab({
  918. icon: "gear",
  919. title: "Plugins",
  920. widget: new PhpDebugBar.Widgets.VariableListWidget(),
  921. })
  922. );
  923. phpdebugbar.addTab(
  924. "Streams",
  925. new PhpDebugBar.DebugBar.Tab({
  926. icon: "gear",
  927. title: "Streams",
  928. widget: new PhpDebugBar.Widgets.VariableListWidget(),
  929. })
  930. );
  931. phpdebugbar.addTab(
  932. "deprecated",
  933. new PhpDebugBar.DebugBar.Tab({
  934. icon: "list-alt",
  935. title: "Deprecated",
  936. widget: new PhpDebugBar.Widgets.MessagesWidget(),
  937. })
  938. );
  939. phpdebugbar.setDataMap({
  940. php_version: ["php.version"],
  941. messages: ["messages.messages", []],
  942. "messages:badge": ["messages.count", null],
  943. request: ["request", {}],
  944. time: ["time.duration_str", "0ms"],
  945. timeline: ["time", {}],
  946. memory: ["memory.peak_usage_str", "0B"],
  947. exceptions: ["exceptions.exceptions", []],
  948. "exceptions:badge": ["exceptions.count", null],
  949. Config: ["Config", {}],
  950. Plugins: ["Plugins", {}],
  951. Streams: ["Streams", {}],
  952. deprecated: ["deprecated.messages", []],
  953. "deprecated:badge": ["deprecated.count", null],
  954. });
  955. phpdebugbar.restoreState();
  956. phpdebugbar.ajaxHandler = new PhpDebugBar.AjaxHandler(
  957. phpdebugbar,
  958. undefined,
  959. true
  960. );
  961. if (jQuery) phpdebugbar.ajaxHandler.bindToJquery(jQuery);
  962. phpdebugbar.addDataSet(
  963. {
  964. __meta: {
  965. id: "X2f3862efe85cd210ed5983093a795db0",
  966. datetime: "2023-10-25 04:09:43",
  967. utime: 1698160183.801611,
  968. method: "GET",
  969. uri: "\/solarize",
  970. ip: "172.22.0.1",
  971. },
  972. php: { version: "7.4.24", interface: "fpm-fcgi" },
  973. messages: {
  974. count: 5,
  975. messages: [
  976. {
  977. message: "Grav v1.7.23 - PHP 7.4.24",
  978. message_html: null,
  979. is_string: true,
  980. label: "info",
  981. time: 1698160183.7659,
  982. },
  983. {
  984. message: "Environment Name: solarize",
  985. message_html: null,
  986. is_string: true,
  987. label: "info",
  988. time: 1698160183.765905,
  989. },
  990. {
  991. message: "Cache: [false] Setting: [auto] Driver: [file]",
  992. message_html: null,
  993. is_string: true,
  994. label: "info",
  995. time: 1698160183.770439,
  996. },
  997. {
  998. message: "Page cache disabled, rebuilding pages..",
  999. message_html: null,
  1000. is_string: true,
  1001. label: "info",
  1002. time: 1698160183.770464,
  1003. },
  1004. {
  1005. message: "Routed to page \/home (type: home)",
  1006. message_html: null,
  1007. is_string: true,
  1008. label: "info",
  1009. time: 1698160183.777222,
  1010. },
  1011. ],
  1012. },
  1013. request: {
  1014. $_GET: "[]",
  1015. $_POST: "[]",
  1016. $_SESSION:
  1017. 'array:2 [\n "messages" => Grav\\Framework\\Session\\Messages {#126\n #messages: []\n #isCleared: false\n }\n "PHPDEBUGBAR_STACK_DATA" => []\n]',
  1018. $_COOKIE:
  1019. 'array:1 [\n "grav-site-b3974d7" => "1ssk09hh06n8bc56t7pjjn0721"\n]',
  1020. $_SERVER:
  1021. 'array:46 [\n "USER" => "xyz"\n "HOME" => "\/var\/www"\n "HTTP_X_FORWARDED_PROTO" => "https"\n "HTTP_X_FORWARDED_HOST" => "behold.metamotive.co.nz"\n "HTTP_X_FORWARDED_FOR" => "202.165.82.92"\n "HTTP_UPGRADE_INSECURE_REQUESTS" => "1"\n "HTTP_SEC_FETCH_USER" => "?1"\n "HTTP_SEC_FETCH_SITE" => "same-origin"\n "HTTP_SEC_FETCH_MODE" => "navigate"\n "HTTP_SEC_FETCH_DEST" => "document"\n "HTTP_SEC_CH_UA_PLATFORM" => ""Windows""\n "HTTP_SEC_CH_UA_MOBILE" => "?0"\n "HTTP_SEC_CH_UA" => ""Google Chrome";v="117", "Not;A=Brand";v="8", "Chromium";v="117""\n "HTTP_REFERER" => "https:\/\/behold.metamotive.co.nz\/solarize\/elements"\n "HTTP_IF_NONE_MATCH" => "W\/"650945a105ceaa60d6b40e99f0f49e3a""\n "HTTP_COOKIE" => "grav-site-b3974d7=1ssk09hh06n8bc56t7pjjn0721"\n "HTTP_ACCEPT_LANGUAGE" => "zh-CN,zh;q=0.9,is;q=0.8"\n "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br"\n "HTTP_ACCEPT" => "text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7"\n "HTTP_USER_AGENT" => "Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/117.0.0.0 Safari\/537.36"\n "HTTP_HOST" => "behold.metamotive.co.nz"\n "PHP_VALUE" => "upload_tmp_dir=\/var\/www\/grav\/tmp"\n "SCRIPT_FILENAME" => "\/var\/www\/grav\/\/index.php"\n "REDIRECT_STATUS" => "200"\n "SERVER_NAME" => "behold"\n "SERVER_PORT" => "80"\n "SERVER_ADDR" => "172.22.0.2"\n "REMOTE_USER" => ""\n "REMOTE_PORT" => "42606"\n "REMOTE_ADDR" => "172.22.0.1"\n "SERVER_SOFTWARE" => "nginx\/1.18.0"\n "GATEWAY_INTERFACE" => "CGI\/1.1"\n "REQUEST_SCHEME" => "http"\n "SERVER_PROTOCOL" => "HTTP\/1.1"\n "DOCUMENT_ROOT" => "\/var\/www\/grav"\n "DOCUMENT_URI" => "\/index.php"\n "REQUEST_URI" => "\/solarize"\n "SCRIPT_NAME" => "\/index.php"\n "CONTENT_LENGTH" => ""\n "CONTENT_TYPE" => ""\n "REQUEST_METHOD" => "GET"\n "QUERY_STRING" => ""\n "FCGI_ROLE" => "RESPONDER"\n "PHP_SELF" => "\/index.php"\n "REQUEST_TIME_FLOAT" => 1698160183.7609\n "REQUEST_TIME" => 1698160183\n]',
  1022. },
  1023. time: {
  1024. start: 1698160183.760915,
  1025. end: 1698160183.801935,
  1026. duration: 0.04101991653442383,
  1027. duration_str: "41.02ms",
  1028. measures: [
  1029. {
  1030. label: "Server",
  1031. start: 1698160183.760915,
  1032. relative_start: 0,
  1033. end: 1698160183.761231,
  1034. relative_end: 1698160183.761231,
  1035. duration: 0.0003159046173095703,
  1036. duration_str: "316\u03bcs",
  1037. params: [],
  1038. collector: null,
  1039. },
  1040. {
  1041. label: "Loading",
  1042. start: 1698160183.761231,
  1043. relative_start: 0.0003159046173095703,
  1044. end: 1698160183.762021,
  1045. relative_end: 1698160183.762021,
  1046. duration: 0.0007901191711425781,
  1047. duration_str: "790\u03bcs",
  1048. params: [],
  1049. collector: null,
  1050. },
  1051. {
  1052. label: "Site Setup",
  1053. start: 1698160183.762021,
  1054. relative_start: 0.0011060237884521484,
  1055. end: 1698160183.765892,
  1056. relative_end: 1698160183.765892,
  1057. duration: 0.0038709640502929688,
  1058. duration_str: "3.87ms",
  1059. params: [],
  1060. collector: null,
  1061. },
  1062. {
  1063. label: "Initialize",
  1064. start: 1698160183.763878,
  1065. relative_start: 0.0029630661010742188,
  1066. end: 1698160183.766962,
  1067. relative_end: 1698160183.766962,
  1068. duration: 0.003083944320678711,
  1069. duration_str: "3.08ms",
  1070. params: [],
  1071. collector: null,
  1072. },
  1073. {
  1074. label: "Configuration",
  1075. start: 1698160183.763881,
  1076. relative_start: 0.0029659271240234375,
  1077. end: 1698160183.765066,
  1078. relative_end: 1698160183.765066,
  1079. duration: 0.0011849403381347656,
  1080. duration_str: "1.18ms",
  1081. params: [],
  1082. collector: null,
  1083. },
  1084. {
  1085. label: "Pages",
  1086. start: 1698160183.770434,
  1087. relative_start: 0.009518861770629883,
  1088. end: 1698160183.777227,
  1089. relative_end: 1698160183.777227,
  1090. duration: 0.006793022155761719,
  1091. duration_str: "6.79ms",
  1092. params: [],
  1093. collector: null,
  1094. },
  1095. {
  1096. label: "Init frontend routes",
  1097. start: 1698160183.77045,
  1098. relative_start: 0.009535074234008789,
  1099. end: 1698160183.777169,
  1100. relative_end: 1698160183.777169,
  1101. duration: 0.006718873977661133,
  1102. duration_str: "6.72ms",
  1103. params: [],
  1104. collector: null,
  1105. },
  1106. {
  1107. label: "Render",
  1108. start: 1698160183.778034,
  1109. relative_start: 0.01711893081665039,
  1110. end: 1698160183.800912,
  1111. relative_end: 1698160183.800912,
  1112. duration: 0.022877931594848633,
  1113. duration_str: "22.88ms",
  1114. params: [],
  1115. collector: null,
  1116. },
  1117. ],
  1118. },
  1119. memory: { peak_usage: 3769536, peak_usage_str: "4MB" },
  1120. exceptions: { count: 0, exceptions: [] },
  1121. Config: {
  1122. absolute_urls: "false",
  1123. timezone: "",
  1124. default_locale: "null",
  1125. param_sep: ":",
  1126. wrapped_site: "false",
  1127. reverse_proxy_setup: "false",
  1128. force_ssl: "false",
  1129. force_lowercase_urls: "true",
  1130. custom_base_url: "",
  1131. username_regex: "^[a-z0-9_-]{3,16}$",
  1132. pwd_regex: "(?=.*\\d)(?=.*[a-z])(?=.*[A-Z]).{8,}",
  1133. intl_enabled: "true",
  1134. http_x_forwarded:
  1135. 'array:4 [\n "protocol" => true\n "host" => false\n "port" => true\n "ip" => true\n]',
  1136. languages:
  1137. 'array:11 [\n "supported" => []\n "default_lang" => null\n "include_default_lang" => true\n "include_default_lang_file_extension" => true\n "translations" => true\n "translations_fallback" => true\n "session_store_active" => false\n "http_accept_language" => false\n "override_locale" => false\n "content_fallback" => []\n "pages_fallback_only" => false\n]',
  1138. home: 'array:2 [\n "alias" => "\/home"\n "hide_in_urls" => false\n]',
  1139. pages:
  1140. 'array:27 [\n "type" => "regular"\n "theme" => "solarize"\n "order" => array:2 [\n "by" => "default"\n "dir" => "asc"\n ]\n "list" => array:1 [\n "count" => 20\n ]\n "dateformat" => array:3 [\n "default" => null\n "short" => "jS M Y"\n "long" => "F jS \\a\\t g:ia"\n ]\n "publish_dates" => true\n "process" => array:2 [\n "markdown" => true\n "twig" => false\n ]\n "twig_first" => false\n "never_cache_twig" => false\n "events" => array:2 [\n "page" => true\n "twig" => true\n ]\n "markdown" => array:6 [\n "extra" => true\n "auto_line_breaks" => false\n "auto_url_links" => false\n "escape_markup" => false\n "special_chars" => array:2 [\n ">" => "gt"\n "<" => "lt"\n ]\n "valid_link_attributes" => array:5 [\n 0 => "rel"\n 1 => "target"\n 2 => "id"\n 3 => "class"\n 4 => "classes"\n ]\n ]\n "types" => array:7 [\n 0 => "html"\n 1 => "htm"\n 2 => "xml"\n 3 => "txt"\n 4 => "json"\n 5 => "rss"\n 6 => "atom"\n ]\n "append_url_extension" => ""\n "expires" => 604800\n "cache_control" => null\n "last_modified" => false\n "etag" => true\n "vary_accept_encoding" => false\n "redirect_default_code" => 302\n "redirect_trailing_slash" => 1\n "redirect_default_route" => 0\n "ignore_files" => array:1 [\n 0 => ".DS_Store"\n ]\n "ignore_folders" => array:2 [\n 0 => ".git"\n 1 => ".idea"\n ]\n "ignore_hidden" => true\n "hide_empty_folders" => false\n "url_taxonomy_filters" => true\n "frontmatter" => array:2 [\n "process_twig" => false\n "ignore_fields" => array:2 [\n 0 => "form"\n 1 => "forms"\n ]\n ]\n]',
  1141. cache:
  1142. 'array:13 [\n "enabled" => false\n "check" => array:1 [\n "method" => "file"\n ]\n "driver" => "auto"\n "prefix" => "g"\n "purge_at" => "0 4 * * *"\n "clear_at" => "0 3 * * *"\n "clear_job_type" => "standard"\n "clear_images_by_default" => false\n "cli_compatibility" => false\n "lifetime" => 604800\n "gzip" => false\n "allow_webserver_gzip" => false\n "redis" => array:3 [\n "socket" => false\n "password" => null\n "database" => null\n ]\n]',
  1143. twig: 'array:9 [\n "cache" => false\n "debug" => true\n "auto_reload" => true\n "autoescape" => false\n "undefined_functions" => true\n "undefined_filters" => true\n "safe_functions" => []\n "safe_filters" => []\n "umask_fix" => false\n]',
  1144. assets:
  1145. 'array:13 [\n "css_pipeline" => false\n "css_pipeline_include_externals" => true\n "css_pipeline_before_excludes" => true\n "css_minify" => true\n "css_minify_windows" => false\n "css_rewrite" => true\n "js_pipeline" => false\n "js_pipeline_include_externals" => true\n "js_pipeline_before_excludes" => true\n "js_minify" => true\n "enable_asset_timestamp" => false\n "enable_asset_sri" => false\n "collections" => array:1 [\n "jquery" => "system:\/\/assets\/jquery\/jquery-3.x.min.js"\n ]\n]',
  1146. errors: 'array:2 [\n "display" => false\n "log" => true\n]',
  1147. log: 'array:2 [\n "handler" => "file"\n "syslog" => array:1 [\n "facility" => "local6"\n ]\n]',
  1148. debugger:
  1149. 'array:5 [\n "enabled" => true\n "provider" => "debugbar"\n "censored" => false\n "shutdown" => array:1 [\n "close_connection" => true\n ]\n "twig" => true\n]',
  1150. images:
  1151. 'array:8 [\n "default_image_quality" => 85\n "cache_all" => false\n "cache_perms" => "0755"\n "debug" => false\n "auto_fix_orientation" => true\n "seofriendly" => false\n "cls" => array:3 [\n "auto_sizes" => false\n "aspect_ratio" => false\n "retina_scale" => 1\n ]\n "defaults" => array:1 [\n "loading" => "auto"\n ]\n]',
  1152. media:
  1153. 'array:5 [\n "enable_media_timestamp" => false\n "unsupported_inline_types" => []\n "allowed_fallback_types" => []\n "auto_metadata_exif" => false\n "upload_limit" => 2097152\n]',
  1154. session:
  1155. 'array:11 [\n "enabled" => true\n "initialize" => true\n "timeout" => 1800\n "name" => "grav-site"\n "uniqueness" => "path"\n "secure" => false\n "httponly" => true\n "samesite" => "Lax"\n "split" => true\n "domain" => null\n "path" => null\n]',
  1156. gpm: 'array:5 [\n "releases" => "stable"\n "proxy_url" => null\n "method" => "auto"\n "verify_peer" => true\n "official_gpm_only" => true\n]',
  1157. accounts:
  1158. 'array:2 [\n "type" => "regular"\n "storage" => "file"\n]',
  1159. flex: 'array:1 [\n "cache" => array:3 [\n "index" => array:2 [\n "enabled" => true\n "lifetime" => 60\n ]\n "object" => array:2 [\n "enabled" => true\n "lifetime" => 600\n ]\n "render" => array:2 [\n "enabled" => true\n "lifetime" => 600\n ]\n ]\n]',
  1160. strict_mode:
  1161. 'array:3 [\n "yaml_compat" => false\n "twig_compat" => false\n "blueprint_compat" => false\n]',
  1162. },
  1163. Plugins: {
  1164. cornercat:
  1165. 'array:7 [\n "enabled" => true\n "default" => true\n "color" => "#fff"\n "fill" => "#82b440"\n "animated" => true\n "position" => "right"\n "repository" => "hughbris\/grav-theme-solarize"\n]',
  1166. error:
  1167. 'array:2 [\n "enabled" => true\n "routes" => array:1 [\n 404 => "\/error"\n ]\n]',
  1168. "markdown-notices":
  1169. 'array:4 [\n "enabled" => true\n "built_in_css" => true\n "base_classes" => "notices"\n "level_classes" => array:4 [\n 0 => "yellow"\n 1 => "red"\n 2 => "blue"\n 3 => "green"\n ]\n]',
  1170. plausible:
  1171. 'array:9 [\n "enabled" => true\n "active" => true\n "data_domain" => "behold.metamotive.co.nz"\n "custom_event_goals" => false\n "outbound_link_tracking" => true\n "public_dashboard_visible" => false\n "public_dashboard_url" => null\n "self_hosting" => true\n "custom_domain" => "https:\/\/stats.metamotive.co.nz"\n]',
  1172. problems:
  1173. 'array:2 [\n "enabled" => true\n "built_in_css" => true\n]',
  1174. sasher:
  1175. 'array:2 [\n "enabled" => true\n "message" => "Theme Demo"\n]',
  1176. },
  1177. Streams: {
  1178. user: 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "user\/sites\/solarize"\n ]\n ]\n]',
  1179. cache:
  1180. 'array:3 [\n "type" => "Stream"\n "force" => true\n "prefixes" => array:2 [\n "" => array:1 [\n 0 => "cache"\n ]\n "images" => array:1 [\n 0 => "images"\n ]\n ]\n]',
  1181. log: 'array:3 [\n "type" => "Stream"\n "force" => true\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "logs"\n ]\n ]\n]',
  1182. tmp: 'array:3 [\n "type" => "Stream"\n "force" => true\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "tmp"\n ]\n ]\n]',
  1183. backup:
  1184. 'array:3 [\n "type" => "Stream"\n "force" => true\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "backup"\n ]\n ]\n]',
  1185. environment:
  1186. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "user:\/\/env\/solarize"\n ]\n ]\n]',
  1187. system:
  1188. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "system"\n ]\n ]\n]',
  1189. asset:
  1190. 'array:2 [\n "type" => "Stream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "assets"\n ]\n ]\n]',
  1191. blueprints:
  1192. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:3 [\n 0 => "environment:\/\/blueprints"\n 1 => "user:\/\/blueprints"\n 2 => "system:\/\/blueprints"\n ]\n ]\n]',
  1193. config:
  1194. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:3 [\n 0 => "environment:\/\/config"\n 1 => "user:\/\/config"\n 2 => "system:\/\/config"\n ]\n ]\n]',
  1195. plugins:
  1196. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "user:\/\/plugins"\n ]\n ]\n]',
  1197. plugin:
  1198. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "user:\/\/plugins"\n ]\n ]\n]',
  1199. themes:
  1200. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "user:\/\/themes"\n ]\n ]\n]',
  1201. languages:
  1202. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:3 [\n 0 => "environment:\/\/languages"\n 1 => "user:\/\/languages"\n 2 => "system:\/\/languages"\n ]\n ]\n]',
  1203. image:
  1204. 'array:2 [\n "type" => "Stream"\n "prefixes" => array:1 [\n "" => array:2 [\n 0 => "user:\/\/images"\n 1 => "system:\/\/images"\n ]\n ]\n]',
  1205. page: 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "user:\/\/pages"\n ]\n ]\n]',
  1206. "user-data":
  1207. 'array:3 [\n "type" => "Stream"\n "force" => true\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "user:\/\/data"\n ]\n ]\n]',
  1208. account:
  1209. 'array:2 [\n "type" => "ReadOnlyStream"\n "prefixes" => array:1 [\n "" => array:1 [\n 0 => "user:\/\/accounts"\n ]\n ]\n]',
  1210. },
  1211. deprecated: {
  1212. count: 4,
  1213. messages: [
  1214. {
  1215. message: "Your site is using following deprecated features:",
  1216. message_html: null,
  1217. is_string: true,
  1218. label: "info",
  1219. time: 1698160183.801229,
  1220. },
  1221. {
  1222. message:
  1223. 'array:3 [\n "message" => "Calling "loop" on template "partials\/navigation.html.twig" from template "partials\/navigation.html.twig" is deprecated since version 1.28 and won\'t be supported anymore in 2.0."\n "file" => "\/var\/www\/grav\/vendor\/twig\/twig\/src\/Template.php"\n "line" => 722\n]',
  1224. message_html: null,
  1225. is_string: false,
  1226. label: "twig",
  1227. time: 1698160183.801408,
  1228. },
  1229. {
  1230. message:
  1231. 'array:3 [\n "message" => "Calling "loop" on template "partials\/navigation.html.twig" from template "partials\/navigation.html.twig" is deprecated since version 1.28 and won\'t be supported anymore in 2.0."\n "file" => "\/var\/www\/grav\/vendor\/twig\/twig\/src\/Template.php"\n "line" => 722\n]',
  1232. message_html: null,
  1233. is_string: false,
  1234. label: "twig",
  1235. time: 1698160183.801447,
  1236. },
  1237. {
  1238. message:
  1239. 'array:3 [\n "message" => "Calling "loop" on template "partials\/navigation.html.twig" from template "partials\/navigation.html.twig" is deprecated since version 1.28 and won\'t be supported anymore in 2.0."\n "file" => "\/var\/www\/grav\/vendor\/twig\/twig\/src\/Template.php"\n "line" => 722\n]',
  1240. message_html: null,
  1241. is_string: false,
  1242. label: "twig",
  1243. time: 1698160183.801475,
  1244. },
  1245. ],
  1246. },
  1247. },
  1248. "X2f3862efe85cd210ed5983093a795db0"
  1249. );
  1250. </script>
  1251. <ul
  1252. class="dropotron level-0 left"
  1253. style="
  1254. user-select: none;
  1255. display: none;
  1256. position: absolute;
  1257. z-index: 1000;
  1258. left: 444.325px;
  1259. top: 64px;
  1260. opacity: 1;
  1261. "
  1262. >
  1263. <li class="" style="white-space: nowrap">
  1264. <a href="/solarize/dropdown/lorem-ipsum-dolor" style="display: block">
  1265. Lorem Ipsum Dolor
  1266. </a>
  1267. </li>
  1268. <li class="" style="white-space: nowrap">
  1269. <a href="/solarize/dropdown/magna-phasellus" style="display: block">
  1270. Magna phasellus
  1271. </a>
  1272. </li>
  1273. <li class="" style="white-space: nowrap">
  1274. <a href="/solarize/dropdown/etiam-dolore-nisl" style="display: block">
  1275. Etiam dolore nisl
  1276. </a>
  1277. </li>
  1278. <li
  1279. class="has-children opener"
  1280. style="user-select: none; cursor: pointer; white-space: nowrap"
  1281. >
  1282. <a
  1283. href="/solarize/dropdown/phasellus-consequat"
  1284. style="display: block"
  1285. >
  1286. Phasellus consequat
  1287. </a>
  1288. <ul
  1289. class="dropotron level-1"
  1290. style="
  1291. user-select: none;
  1292. display: none;
  1293. position: absolute;
  1294. z-index: 1001;
  1295. "
  1296. >
  1297. <li class="" style="white-space: nowrap">
  1298. <a
  1299. href="/solarize/dropdown/phasellus-consequat/lorem-ipsum-dolor"
  1300. style="display: block"
  1301. >
  1302. Lorem ipsum dolor
  1303. </a>
  1304. </li>
  1305. <li class="" style="white-space: nowrap">
  1306. <a
  1307. href="/solarize/dropdown/phasellus-consequat/phasellus-consequat"
  1308. style="display: block"
  1309. >
  1310. Phasellus consequat
  1311. </a>
  1312. </li>
  1313. <li class="" style="white-space: nowrap">
  1314. <a
  1315. href="/solarize/dropdown/phasellus-consequat/magna-phasellus"
  1316. style="display: block"
  1317. >
  1318. Magna phasellus
  1319. </a>
  1320. </li>
  1321. <li class="" style="white-space: nowrap">
  1322. <a
  1323. href="/solarize/dropdown/phasellus-consequat/etiam-dolore-nisl"
  1324. style="display: block"
  1325. >
  1326. Etiam dolore nisl
  1327. </a>
  1328. </li>
  1329. <li class="" style="white-space: nowrap">
  1330. <a
  1331. href="/solarize/dropdown/phasellus-consequat/veroeros-feugiat"
  1332. style="display: block"
  1333. >
  1334. Veroeros feugiat
  1335. </a>
  1336. </li>
  1337. </ul>
  1338. </li>
  1339. <li class="" style="white-space: nowrap">
  1340. <a href="/solarize/dropdown/veroeros-feugiat" style="display: block">
  1341. Veroeros feugiat
  1342. </a>
  1343. </li>
  1344. </ul>
  1345. </div>
  1346. <div id="skel-layers-inactiveWrapper" style="height: 100%"></div>
  1347. <div id="skel-layers-activeWrapper" style="position: relative"></div>
  1348. <iframe
  1349. frameborder="0"
  1350. scrolling="no"
  1351. style="background-color: transparent; border: 0px; display: none"
  1352. ></iframe>
  1353. <div
  1354. id="GOOGLE_INPUT_CHEXT_FLAG"
  1355. input=""
  1356. input_stat='{"tlang":true,"tsbc":true,"pun":true,"mk":true,"ss":true}'
  1357. style="display: none"
  1358. ></div>
  1359. <div id="monica-content-root" class="monica-widget"></div>
  1360. </body>
  1361. <div style="all: initial"><div id="__hcfy__" style="all: initial"></div></div>
  1362. </html>