{"id":178,"date":"2026-05-21T05:13:39","date_gmt":"2026-05-20T23:43:39","guid":{"rendered":"https:\/\/conf.jfn.ac.lk\/lfg\/?page_id=178"},"modified":"2026-07-08T23:14:35","modified_gmt":"2026-07-08T17:44:35","slug":"lfg-registration","status":"publish","type":"page","link":"https:\/\/conf.jfn.ac.lk\/lfg\/lfg-registration\/","title":{"rendered":"LFG 2026 Registration"},"content":{"rendered":"\n<!--\n  WordPress setup:\n  1. Paste this whole file into a WordPress \"Custom HTML\" block.\n  2. Deploy google-apps-script.gs as a Google Apps Script Web App.\n  3. Replace PASTE_YOUR_GOOGLE_APPS_SCRIPT_WEB_APP_URL_HERE below with the Web App URL.\n-->\n\n<div class=\"lfg-registration-widget\" id=\"lfg-registration-widget\">\n  <style>\n    .lfg-registration-widget {\n      --ink: #17211f;\n      --muted: #5d6864;\n      --paper: #fbfcfa;\n      --soft: #eef4f1;\n      --line: #d7dfdb;\n      --white: #ffffff;\n      --teal: #0c6b67;\n      --teal-dark: #084d4a;\n      --coral: #c9543d;\n      --error: #a22929;\n      --shadow: 0 18px 45px rgba(23, 33, 31, 0.12);\n      color: var(--ink);\n      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      line-height: 1.5;\n    }\n\n    .lfg-registration-widget *,\n    .lfg-registration-widget *::before,\n    .lfg-registration-widget *::after {\n      box-sizing: border-box;\n    }\n\n    .lfg-registration-widget a {\n      color: var(--teal-dark);\n      text-decoration-thickness: 0.09em;\n      text-underline-offset: 0.18em;\n    }\n\n    .lfg-registration-widget .lfg-wrap {\n      width: min(1120px, 100%);\n      margin: 0 auto;\n    }\n\n    .lfg-registration-widget .lfg-section {\n      padding: clamp(34px, 6vw, 72px) 0;\n    }\n\n    .lfg-registration-widget .lfg-section--soft {\n      margin-bottom: 18px;\n      padding: 24px;\n      border-radius: 8px;\n      background: var(--soft);\n    }\n\n    .lfg-registration-widget .lfg-eyebrow {\n      margin: 0 0 8px;\n      color: var(--teal-dark);\n      font-size: 0.86rem;\n      font-weight: 800;\n      letter-spacing: 0;\n      text-transform: uppercase;\n    }\n\n    .lfg-registration-widget .lfg-form-heading {\n      margin-bottom: 28px;\n    }\n\n    .lfg-registration-widget .lfg-form-heading h2 {\n      margin: 0 0 12px;\n      color: var(--ink);\n      font-size: clamp(2rem, 3.5rem, 3.8rem);\n      line-height: 1;\n      letter-spacing: 0;\n    }\n\n    .lfg-registration-widget .lfg-form-heading p {\n      max-width: 780px;\n      margin: 0;\n      color: var(--muted);\n      font-size: 1.05rem;\n    }\n\n    .lfg-registration-widget .lfg-events {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .lfg-registration-widget .lfg-event {\n      min-height: 150px;\n      padding: 20px;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      background: var(--white);\n    }\n\n    .lfg-registration-widget .lfg-event strong,\n    .lfg-registration-widget .lfg-event span,\n    .lfg-registration-widget .lfg-event b {\n      display: block;\n    }\n\n    .lfg-registration-widget .lfg-event strong {\n      font-size: 1.08rem;\n      line-height: 1.25;\n    }\n\n    .lfg-registration-widget .lfg-event span {\n      margin-top: 10px;\n      color: var(--muted);\n    }\n\n    .lfg-registration-widget .lfg-event b {\n      margin-top: 18px;\n      color: var(--coral);\n      font-size: 1.15rem;\n    }\n\n    .lfg-registration-widget form {\n      display: grid;\n      gap: 24px;\n      margin: 0;\n    }\n\n    .lfg-registration-widget fieldset {\n      margin: 0;\n      padding: 10px 0 28px;\n      border: 0;\n      border-top: 1px solid var(--line);\n      background: transparent;\n    }\n\n    .lfg-registration-widget legend {\n      padding-right: 16px;\n      background: var(--white);\n      font-weight: 850;\n      font-size: 1.08rem;\n    }\n\n    .lfg-registration-widget .lfg-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 18px;\n    }\n\n    .lfg-registration-widget .lfg-full {\n      grid-column: 1 \/ -1;\n    }\n\n    .lfg-registration-widget label,\n    .lfg-registration-widget .lfg-label {\n      display: block;\n      margin-bottom: 7px;\n      font-weight: 760;\n    }\n\n    .lfg-registration-widget .lfg-hint {\n      display: block;\n      margin-top: 5px;\n      color: var(--muted);\n      font-size: 0.92rem;\n    }\n\n    .lfg-registration-widget input,\n    .lfg-registration-widget textarea {\n      width: 100%;\n      min-height: 44px;\n      border: 1px solid #b8c3bf;\n      border-radius: 8px;\n      padding: 11px 12px;\n      color: var(--ink);\n      background: var(--white);\n      font: inherit;\n    }\n\n    .lfg-registration-widget textarea {\n      min-height: 96px;\n      resize: vertical;\n    }\n\n    .lfg-registration-widget input:focus,\n    .lfg-registration-widget textarea:focus {\n      outline: 3px solid rgba(12, 107, 103, 0.18);\n      border-color: var(--teal);\n    }\n\n    .lfg-registration-widget .lfg-choice-list {\n      display: grid;\n      gap: 12px;\n    }\n\n    .lfg-registration-widget .lfg-choice {\n      display: grid;\n      grid-template-columns: 22px minmax(0, 1fr);\n      gap: 10px;\n      align-items: start;\n      padding: 14px;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      background: var(--white);\n    }\n\n    .lfg-registration-widget .lfg-choice input {\n      width: 18px;\n      min-height: 18px;\n      margin-top: 3px;\n      accent-color: var(--teal);\n    }\n\n    .lfg-registration-widget .lfg-choice label {\n      margin: 0;\n    }\n\n    .lfg-registration-widget .lfg-choice em {\n      display: block;\n      color: var(--muted);\n      font-style: normal;\n      font-weight: 500;\n    }\n\n    .lfg-registration-widget .lfg-radio-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n    }\n\n    .lfg-registration-widget .lfg-radio-pill {\n      display: inline-grid;\n      grid-template-columns: 20px auto;\n      gap: 8px;\n      align-items: center;\n      padding: 11px 13px;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      background: var(--white);\n      font-weight: 760;\n    }\n\n    .lfg-registration-widget .lfg-radio-pill input {\n      width: 18px;\n      min-height: 18px;\n      accent-color: var(--teal);\n    }\n\n    .lfg-registration-widget .lfg-status {\n      min-height: 48px;\n      padding: 13px 14px;\n      border-radius: 8px;\n      background: #dcefe6;\n      color: var(--teal-dark);\n      font-weight: 800;\n    }\n\n    .lfg-registration-widget .lfg-status[data-state=\"error\"] {\n      background: #f8dedb;\n      color: var(--error);\n    }\n\n    .lfg-registration-widget .lfg-button {\n      display: inline-flex;\n      min-height: 46px;\n      align-items: center;\n      justify-content: center;\n      padding: 12px 18px;\n      border: 1px solid transparent;\n      border-radius: 8px;\n      background: var(--teal);\n      color: var(--white);\n      font: inherit;\n      font-weight: 800;\n      text-decoration: none;\n      cursor: pointer;\n    }\n\n    .lfg-registration-widget .lfg-button:hover,\n    .lfg-registration-widget .lfg-button:focus-visible {\n      background: var(--teal-dark);\n    }\n\n    .lfg-registration-widget .lfg-button[disabled] {\n      cursor: wait;\n      opacity: 0.72;\n    }\n\n    .lfg-registration-widget .lfg-fine-print {\n      margin: 0;\n      color: var(--muted);\n      font-size: 0.95rem;\n    }\n\n    @media (max-width: 900px) {\n      .lfg-registration-widget .lfg-events {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 640px) {\n      .lfg-registration-widget .lfg-grid,\n      .lfg-registration-widget .lfg-events {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n\n  <section class=\"lfg-section--soft\" aria-label=\"Event fee summary\">\n    <div class=\"lfg-events\">\n      <div class=\"lfg-event\">\n        <strong>Computational Sanskrit Workshop<\/strong>\n        <span>July 25-27<\/span>\n        <b>30 EUR (equivalent Sri Lankan rupees)<\/b>\n      <\/div>\n      <div class=\"lfg-event\">\n        <strong>LFG Conference<\/strong>\n        <span>July 28-30, includes dinner<\/span>\n        <b>60 EUR (equivalent Sri Lankan rupees)<\/b>\n      <\/div>\n      <div class=\"lfg-event\">\n        <strong>CHiPSAL Symposium<\/strong>\n        <span>July 31<\/span>\n        <b>10 EUR (equivalent Sri Lankan rupees)<\/b>\n      <\/div>\n      \n    <\/div>\n  <\/section>\n\n  <section class=\"lfg-section\" id=\"registration\" aria-labelledby=\"registration-title\">\n    <div class=\"lfg-wrap\">\n      <div class=\"lfg-form-heading\">\n        <p>The LFG conference registration is 60 EUR (equivalent Sri Lankan rupees) and includes dinner. Dinner-only guests are 40 EUR (equivalent Sri Lankan rupees) per person. Payment can be made onsite on your first day.<\/p>\n      <\/div>\n\n      <div class=\"lfg-form-layout\">\n        <form id=\"lfgRegistrationForm\" method=\"post\" novalidate=\"\">\n          <input type=\"hidden\" name=\"submittedAt\" id=\"lfgSubmittedAt\">\n          <input type=\"hidden\" name=\"selectedEvents\" id=\"lfgSelectedEvents\">\n          <input type=\"hidden\" name=\"knownFeeTotal\" id=\"lfgKnownFeeTotal\">\n          <input type=\"hidden\" name=\"excursionFeeNote\" id=\"lfgExcursionFeeNote\">\n\n          <fieldset>\n            <legend>Participant Details<\/legend>\n            <div class=\"lfg-grid\">\n              <div>\n                <label for=\"lfgFullName\">Name<\/label>\n                <input id=\"lfgFullName\" name=\"fullName\" autocomplete=\"name\" required=\"\">\n              <\/div>\n              <div>\n                <label for=\"lfgEmail\">Email<\/label>\n                <input id=\"lfgEmail\" name=\"email\" type=\"email\" autocomplete=\"email\" required=\"\">\n              <\/div>\n              <div>\n                <label for=\"lfgCountry\">Country<\/label>\n                <input id=\"lfgCountry\" name=\"country\" autocomplete=\"country-name\" required=\"\">\n              <\/div>\n              <div>\n                <label for=\"lfgWhatsapp\">WhatsApp number<\/label>\n                <input id=\"lfgWhatsapp\" name=\"whatsapp\" type=\"tel\" autocomplete=\"tel\">\n                <span class=\"lfg-hint\">Optional, for immediate LFG 2026 support.<\/span>\n              <\/div>\n              <div class=\"lfg-full\">\n                <span class=\"lfg-label\">Would you like to be added to the LFG 2026 WhatsApp group?<\/span>\n                <div class=\"lfg-radio-row\" role=\"radiogroup\" aria-label=\"WhatsApp group consent\">\n                  <label class=\"lfg-radio-pill\"><input type=\"radio\" name=\"whatsappGroup\" value=\"Yes\"> Yes<\/label>\n                  <label class=\"lfg-radio-pill\"><input type=\"radio\" name=\"whatsappGroup\" value=\"No\" checked=\"\"> No<\/label>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/fieldset>\n\n          <fieldset>\n            <legend>Attending Events<\/legend>\n            <div class=\"lfg-choice-list\">\n              <div class=\"lfg-choice\">\n                <input type=\"checkbox\" id=\"lfgEventSanskrit\" name=\"events\" value=\"Computational Sanskrit Workshop\" data-fee=\"30\">\n                <label for=\"lfgEventSanskrit\">Computational Sanskrit Workshop <em>July 25-27, 30 EUR (equivalent Sri Lankan rupees)<\/em><\/label>\n              <\/div>\n              <div class=\"lfg-choice\">\n                <input type=\"checkbox\" id=\"lfgEventConference\" name=\"events\" value=\"LFG Conference\" data-fee=\"60\">\n                <label for=\"lfgEventConference\">LFG Conference <em>July 28-30, 60 EUR (equivalent Sri Lankan rupees), including dinner<\/em><\/label>\n              <\/div>\n              <div class=\"lfg-choice\">\n                <input type=\"checkbox\" id=\"lfgEventChipsal\" name=\"events\" value=\"CHiPSAL Symposium\" data-fee=\"10\">\n                <label for=\"lfgEventChipsal\">CHiPSAL Symposium <em>July 31, 10 EUR (equivalent Sri Lankan rupees)<\/em><\/label>\n              <\/div>\n              <div class=\"lfg-choice\">\n                <input type=\"checkbox\" id=\"lfgEventMultilingualism\" name=\"events\" value=\"Multilingualism Workshop\" data-fee=\"0\">\n                <label for=\"lfgEventMultilingualism\"><s>Multilingualism Workshop &#8211; cancelled <\/s> <em>August 1, 0 EUR (equivalent Sri Lankan rupees)<\/em><\/label>\n              <\/div>\n            <\/div>\n          <\/fieldset>\n\n          <fieldset>\n            <legend>Guests and Activities<\/legend>\n            <div class=\"lfg-grid\">\n              <div>\n                <label for=\"lfgDinnerGuests\">Dinner-only guests<\/label>\n                <input id=\"lfgDinnerGuests\" name=\"dinnerGuests\" type=\"number\" min=\"0\" step=\"1\" value=\"0\">\n                <span class=\"lfg-hint\">40 EUR (equivalent Sri Lankan rupees) per person for guests joining only the dinner.<\/span>\n              <\/div>\n              <div class=\"lfg-full\">\n                <span class=\"lfg-label\">Pre-excursion on July 27, 3:00-6:00 pm<\/span>\n                <div class=\"lfg-radio-row\" role=\"radiogroup\" aria-label=\"Pre-excursion participation\">\n                  <label class=\"lfg-radio-pill\"><input type=\"radio\" name=\"preExcursion\" value=\"Yes\"> Yes<\/label>\n                  <label class=\"lfg-radio-pill\"><input type=\"radio\" name=\"preExcursion\" value=\"No\" checked=\"\"> No<\/label>\n                <\/div>\n                <span class=\"lfg-hint\">Fee: TBC.<\/span>\n              <\/div>\n            <\/div>\n          <\/fieldset>\n\n           <fieldset>\n            <legend>Invitation Letter<\/legend>\n            <div class=\"lfg-grid\">\n              <div class=\"lfg-full\">\n                <span class=\"lfg-label\">Do you need an invitation letter?<\/span>\n                <div class=\"lfg-radio-row\" role=\"radiogroup\" aria-label=\"Invitation letter\">\n                  <label class=\"lfg-radio-pill\"><input type=\"radio\" name=\"invitationLetter\" value=\"Yes\"> Yes<\/label>\n                  <label class=\"lfg-radio-pill\"><input type=\"radio\" name=\"invitationLetter\" value=\"No\" checked=\"\"> No<\/label>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/fieldset>\n\n          <fieldset>\n            <legend>Travel Details<\/legend>\n            <div class=\"lfg-grid\">\n              <div>\n                <label for=\"lfgArrivalSriLanka\">Arrival date to Sri Lanka<\/label>\n                <input id=\"lfgArrivalSriLanka\" name=\"arrivalSriLanka\" type=\"date\">\n              <\/div>\n              <div>\n                <label for=\"lfgArrivalJaffna\">Arrival date to Jaffna<\/label>\n                <input id=\"lfgArrivalJaffna\" name=\"arrivalJaffna\" type=\"date\">\n              <\/div>\n              <div class=\"lfg-full\">\n                <label for=\"lfgNotes\">Notes for the organisers<\/label>\n                <textarea id=\"lfgNotes\" name=\"notes\" placeholder=\"Dietary needs, arrival details, accessibility needs, or questions.\"><\/textarea>\n              <\/div>\n            <\/div>\n          <\/fieldset>\n\n          <div id=\"lfgFormStatus\" class=\"lfg-status\" role=\"status\" aria-live=\"polite\">Complete the form, then submit your registration.<\/div>\n          <button class=\"lfg-button\" id=\"lfgSubmitButton\" type=\"submit\">Submit registration<\/button>\n          <p class=\"lfg-fine-print\">After submission, the organisers will receive your details in the registration Google Sheet. Questions: <a href=\"mailto:sarves@univ.jfn.ac.lk\">contact<\/a><\/p>\n        <\/form>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    (function () {\n      const GOOGLE_SCRIPT_URL = \"https:\/\/script.google.com\/macros\/s\/AKfycbzS4IfLMRce7MwgTnvGaJic5F3Zy4FFFCXSbaGqE9divh1O2hIKBTpoct-Cd5MPvf4Q\/exec\";\n      const DINNER_ONLY_GUEST_FEE = 40;\n\n      const widget = document.querySelector(\"#lfg-registration-widget\");\n      const form = widget.querySelector(\"#lfgRegistrationForm\");\n      const statusBox = widget.querySelector(\"#lfgFormStatus\");\n      const submitButton = widget.querySelector(\"#lfgSubmitButton\");\n      const selectedEventsInput = widget.querySelector(\"#lfgSelectedEvents\");\n      const knownFeeInput = widget.querySelector(\"#lfgKnownFeeTotal\");\n      const excursionFeeNoteInput = widget.querySelector(\"#lfgExcursionFeeNote\");\n      const submittedAtInput = widget.querySelector(\"#lfgSubmittedAt\");\n\n      function getSelectedEvents() {\n        return Array.from(form.querySelectorAll('input[name=\"events\"]:checked'));\n      }\n\n      function numberValue(selector) {\n        const field = form.querySelector(selector);\n        return Math.max(0, Number.parseInt(field.value || \"0\", 10) || 0);\n      }\n\n      function setStatus(message, state) {\n        statusBox.dataset.state = state || \"\";\n        statusBox.textContent = message;\n      }\n\n      function updateSummary() {\n        const selectedEvents = getSelectedEvents();\n        const eventTotal = selectedEvents.reduce((sum, input) => sum + Number(input.dataset.fee), 0);\n        const dinnerTotal = numberValue(\"#lfgDinnerGuests\") * DINNER_ONLY_GUEST_FEE;\n        const preExcursion = form.querySelector('input[name=\"preExcursion\"]:checked').value;\n        const knownTotal = eventTotal + dinnerTotal;\n\n        selectedEventsInput.value = selectedEvents.map((input) => input.value).join(\", \");\n        knownFeeInput.value = String(knownTotal);\n        excursionFeeNoteInput.value = preExcursion === \"Yes\" ? \"Selected, fee TBC\" : \"Not selected\";\n      }\n\n      function validateForm() {\n        const errors = [];\n\n        if (!form.fullName.value.trim()) errors.push(\"Please enter your name.\");\n        if (!form.email.validity.valid || !form.email.value.trim()) errors.push(\"Please enter a valid email address.\");\n        if (!form.country.value.trim()) errors.push(\"Please enter your country.\");\n        if (getSelectedEvents().length === 0) errors.push(\"Please select at least one event.\");\n        if (form.whatsappGroup.value === \"Yes\" && !form.whatsapp.value.trim()) {\n          errors.push(\"Please add your WhatsApp number or choose No for the WhatsApp group.\");\n        }\n\n        return errors;\n      }\n\n      form.addEventListener(\"input\", updateSummary);\n      form.addEventListener(\"change\", updateSummary);\n\n      form.addEventListener(\"submit\", async function (event) {\n        event.preventDefault();\n        updateSummary();\n\n        const errors = validateForm();\n        if (errors.length) {\n          setStatus(errors.join(\" \"), \"error\");\n          return;\n        }\n\n        if (!GOOGLE_SCRIPT_URL || GOOGLE_SCRIPT_URL.includes(\"PASTE_YOUR\")) {\n          setStatus(\"Google Sheets is not connected yet. Replace the Apps Script URL inside this HTML block.\", \"error\");\n          return;\n        }\n\n        submittedAtInput.value = new Date().toISOString();\n        submitButton.disabled = true;\n        setStatus(\"Submitting your registration...\");\n\n        try {\n          await fetch(GOOGLE_SCRIPT_URL, {\n            method: \"POST\",\n            mode: \"no-cors\",\n            body: new FormData(form)\n          });\n\n          setStatus(\"Thank you. Your registration has been submitted.\");\n          form.reset();\n          updateSummary();\n        } catch (error) {\n          setStatus(\"Sorry, your registration could not be submitted. Please try again or contact the organisers.\", \"error\");\n        } finally {\n          submitButton.disabled = false;\n        }\n      });\n\n      updateSummary();\n    }());\n  <\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Computational Sanskrit Workshop July 25-27 30 EUR (equivalent Sri Lankan rupees) LFG Conference July 28-30, includes dinner 60 EUR (equivalent Sri Lankan rupees) CHiPSAL Symposium July 31 10 EUR (equivalent Sri Lankan rupees) The LFG conference registration is 60 EUR (equivalent Sri Lankan rupees) and includes dinner. Dinner-only guests are 40 EUR (equivalent Sri Lankan [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-178","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/conf.jfn.ac.lk\/lfg\/wp-json\/wp\/v2\/pages\/178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/conf.jfn.ac.lk\/lfg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/conf.jfn.ac.lk\/lfg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/conf.jfn.ac.lk\/lfg\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/conf.jfn.ac.lk\/lfg\/wp-json\/wp\/v2\/comments?post=178"}],"version-history":[{"count":4,"href":"https:\/\/conf.jfn.ac.lk\/lfg\/wp-json\/wp\/v2\/pages\/178\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/conf.jfn.ac.lk\/lfg\/wp-json\/wp\/v2\/pages\/178\/revisions\/206"}],"wp:attachment":[{"href":"https:\/\/conf.jfn.ac.lk\/lfg\/wp-json\/wp\/v2\/media?parent=178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}