HomeEventLisk 1.0

Lisk 1.0

Lisk 1.0

Lisk 1.0

From May 29-30 in Dublin, this summit gathers tech leaders from companies like Microsoft, Logitech, and Pinterest. The event focuses on innovation and provides a platform for startups, featuring keynotes, panels, and workshops aimed at fostering growth and collaboration in the tech sector​.

  • Date : June 8, 2024 - July 5, 2024
  • Time : 6:25 pm - 10:00 pm (UTC-8)
  • Reg. Deadline : May 25, 2024 12:00 pm
  • Venue : Array

Registration Deadline Expired!!

Copyright: © 2024 The Trybe City Technology Limited . All Rights Reserved.

document.addEventListener("DOMContentLoaded", function() { // Get the billing fields container const billingFields = document.querySelector('fieldset#billing-fields.wc-block-checkout__billing-fields'); if (billingFields) { // Find all input fields within the billing fields container const inputFields = billingFields.querySelectorAll('input, select, textarea'); inputFields.forEach(field => { // Check if the field is not required if (!field.required) { // Remove the parent element of the field field.closest('.wc-block-components-address-form__field-wrapper').remove(); } }); } });