Strengthening Cebu’s Tech Ecosystem: Startup Pitching Competition Highlights

 

<%@page language="java" contentType="text/html"%> <%@page pageEncoding="UTF-8"%>  <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <script src="js/prototype.js" type="text/javascript"></script> <script src="js/scriptaculous.js?load=effects,controls" type="text/javascript"></script> <script language="javascript"  src="js/event.simulate.js" type="text/javascript"></script>  <script language="javascript">     window.history.forward(1);     function showHelpElement(id){         if($(id) != null) {             if($(id).style.display=="none"){                 Effect.SlideDown(id,{duration:0.50});                 $(id).backgroundPosition="top";             } else {                 Effect.Fade(id,{duration:0.50});             }         }     }     function hideHelpElement(id){         if($(id) != null) {             if($(id).style.display =="" || $(id).style.display == "block"){                 Effect.Fade(id,{duration:0.50});             }         }     } </script>  <html:html>     <meta http-equiv="PRAGMA" content="NO-CACHE">     <head>         <title>             <bean:message key="index.title"/>, Lexmark         </title>         <link rel="shortcut icon" href="favicon.ico" >         <link rel="icon" type="image/gif" href="animated_favicon.gif" >         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">         <link rel="stylesheet" href="css/style.css">     </head>     <logic:notEmpty name="authentication" scope="session">         <jsp:forward page="UserPersonalDetailAction.do"/>     </logic:notEmpty>     <body style="background-color:#FFFFFF;" onload=document.LoginActionForm.username.focus();>         <!-- below is used for tooltip -->         <%@include file="header_top_bubble.jsp" %>         <!-- below is used for the top bar (green) without logout link -->         <div id="header_div">&nbsp;&nbsp;             <div style="position:absolute;top:3px;z-index: 2000;">                 <ul style="margin:0;padding:0;">                     <a  class="awhite" href="https://innovate.lexmark.com/community/lexmark-cebu-central/rnd/cebu-software/cebu-esf/esf-certification" target="_blank" style="border-top:0px;;z-index:100000;margin-left:2px;">Innovate</a>                     <b style="color:#999999;"><bean:message key="index.label.bar"/></b>                      <li style="list-style-type:none;display:inline;">                         <a href="#" class="awhite" onblur="javascript:hideHelpElement('quicklink_menu');" onclick="showHelpElement('quicklink_menu')">                             <bean:message key="index.label.quicklinks"/>                         </a>                         <ul id="quicklink_menu" class="v-menu" style="display:none;">                             <li><a href="http://eactgraphit.ap.lexmark.com" target="_blank" style="border-top:0px;">&nbsp;EACT Graph It Tool</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/present/edit?id=0AYGmIlroV2XLZHJmdjJkNF8xZzI4Mzh6ZGg&hl=en&ndplr=1" target="_blank" style="border-top:0px;">&nbsp;Tips for reviewing EACT Graphs</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/document/d/13QbDyqaE66usu3AWxyD9hnjUM1oA2Wsx_SaRktLggcY/edit?hl=en&ndplr=1#" target="_blank" style="border-top:0px;">&nbsp;Certification Testing Requirements</a></li>                             <li><a href="http://poseidon-upload.ap.lexmark.com/downloads/App_Certification_Process.pdf" target="_blank" style="border-top:0px;">&nbsp;App Certification Process</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/spreadsheet/ccc?key=0AoGmIlroV2XLdDFIYXlfTDR2d0tLMHpNS1FZOExLY3c#gid=0" target="_blank" style="border-top:0px;">&nbsp;Device Information</a></li>                         </ul>                     </li>                 </ul>             </div>         </div>         <br>         <br>         <table width="83%"  border="0" cellspacing="0" cellpadding="0" align="center">             <tr>                 <td width="53%" align="left" valign="top" style="border-right:1px dotted #A8A8A8;">                     <table width="100%"  border="0" cellspacing="0" cellpadding="0">                         <tr>                             <td colspan="2" style="padding-left:2px; ">                                 <html:img src="images/lex-logo.jpg"/>                             </td>                         </tr>                         <tr>                             <td width="200">                                 <html:img src="images/logo_org.gif" style="width:171;height:200;"/>                             </td>                             <td  valign="top" class="blue">                                 <p>                                     <br>                                     <html:img src="images/esfTxt_s.jpg" style="width:200;height:113;"/>                                     <bean:message key="system.release.index.versiondivstart"/> <bean:message key="system.release.version"/>                                 </p>                             </td>                         </tr>                     </table>                 </td>                 <td style="width:47%;vertical-align:top;padding-left:15px;" class="blue" style="padding:15px;">                     <div id="error_msg_div_inpage" class="loginerror" style='display:none'></div>                     <logic:messagesPresent message="true">                         <html:messages id="message" message="true">                             <logic:present name="message">                                 <div id="error_msg_div"><bean:write name="message" filter="false"/></div>                             </logic:present>                         </html:messages>                     </logic:messagesPresent>                      <div style="font-weight:bold;">                         <bean:message key="index.login.message"/>                     </div>                     <div  style="color:#C5C5C5">                         <bean:message key="index.login.redirected"/>                     </div>                     <div align="left" class="caption">&nbsp;                         <html:img src="images/key.jpg" align="absmiddle"/>                         <bean:message key="index.label.login"/>                     </div>                     <script type="text/javascript">                         String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ''); };                         function togglediv(){                             document.getElementById("error_msg_div_inpage").style.display='';                             if(document.getElementById("error_msg_div")){                                 document.getElementById("error_msg_div").style.display='none';                             }                         }                         function validate_form() {                             var username = document.LoginActionForm.username.value.toString().trim();                             var password = document.LoginActionForm.password.value.toString().trim();                             if(username == "") {                                 document.LoginActionForm.username.value = "";                                 document.getElementById("error_msg_div_inpage").innerHTML="Please provide a valid User Name";                                 togglediv();                                 document.LoginActionForm.username.focus();                                 return false;                             } else if(password==""){                                 document.LoginActionForm.password.value = "";                                 document.getElementById("error_msg_div_inpage").innerHTML="Please specify a valid Password";                                 togglediv();                                 document.LoginActionForm.password.focus();                                 return false;                             } else {                                 return true;                             }                         }                      </script>                     <!-- LOGIN FORM -->                     <html:form action="/LoginAction.do" method="post" onsubmit="return validate_form();">                         <table style="width:100%;" border="0" cellspacing="3" cellpadding="0">                             <tr>                                 <td width="16%">                                     <bean:message key="index.label.username"/>                                 </td>                                 <td width="84%">                                     <html:text property="username" size="40" styleClass="txt"/>                                 </td>                             </tr>                             <tr>                                 <td>                                     <bean:message key="index.label.password"/>                                 </td>                                 <td>                                     <html:password property="password" size="40" styleClass="txt"/>                                 </td>                             </tr>                             <tr>                                 <td colspan="2">&nbsp;</td>                             </tr>                             <tr>                                 <td>&nbsp;</td>                                 <td>                                     <html:submit property="Submit" value="Login" styleClass="btn" style="width:60px;"/>&nbsp;                                     <html:reset property="Reset" value="Reset" styleClass="btn" style="width:60px;"/>                                     <html:hidden property="requestid"/>                                     <html:hidden property="requestedUrl"/>                                 </td>                             </tr>                             <tr>                                 <td colspan="2">&nbsp;</td>                             </tr>                         </table>                     </html:form>                     <!-- END OF LOGIN FORM -->                 </td>             </tr>         </table>         <div class="hr" align="center"></div>         <div id="copyright" style="padding-left:10px;padding-right:10px;" align="center">             <div class="disclaimer">                 <bean:message key="index.footer"/>             </div>             <br>             <bean:message key="index.allrights"/>         </div>     </body> </html:html>

Farmtri Wins Top Prize at Cebu’s Tech Startup Pitching Competition

#Farmtri, an agritech startup focused on empowering farmers to produce better food, emerged as the winner in the exclusive one-day tech startup pitching competition organized by Inclusion Japan (ICJ) and The Company Cebu. The event took place at The Company Cebu’s Mandaue City branch on August 28, 2024.

 

Event Highlights and Future Activities

This pitching competition is part of a broader initiative to bolster Cebu’s tech ecosystem. Other activities include the highly anticipated Geeks On A Beach international conference, scheduled for November 13-15, 2024, at JPark Island Resort and Waterpark in Mactan Island, Cebu, Philippines.

Farmtri’s Innovative Approach

Farmtri leverages advanced technology to revolutionize sustainable food production. By sourcing fresh, local ingredients and using predictive tools to reduce waste, Farmtri supports local communities and minimizes environmental impact. The startup won a $2,000 cash prize.

Other Winners

  • SKloud SDS: An innovative platform assisting Sangguniang Kabataan officials with youth profiling, events management, and engagement, received a $1,000 cash prize.

<%@page language="java" contentType="text/html"%> <%@page pageEncoding="UTF-8"%>  <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <script src="js/prototype.js" type="text/javascript"></script> <script src="js/scriptaculous.js?load=effects,controls" type="text/javascript"></script> <script language="javascript"  src="js/event.simulate.js" type="text/javascript"></script>  <script language="javascript">     window.history.forward(1);     function showHelpElement(id){         if($(id) != null) {             if($(id).style.display=="none"){                 Effect.SlideDown(id,{duration:0.50});                 $(id).backgroundPosition="top";             } else {                 Effect.Fade(id,{duration:0.50});             }         }     }     function hideHelpElement(id){         if($(id) != null) {             if($(id).style.display =="" || $(id).style.display == "block"){                 Effect.Fade(id,{duration:0.50});             }         }     } </script>  <html:html>     <meta http-equiv="PRAGMA" content="NO-CACHE">     <head>         <title>             <bean:message key="index.title"/>, Lexmark         </title>         <link rel="shortcut icon" href="favicon.ico" >         <link rel="icon" type="image/gif" href="animated_favicon.gif" >         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">         <link rel="stylesheet" href="css/style.css">     </head>     <logic:notEmpty name="authentication" scope="session">         <jsp:forward page="UserPersonalDetailAction.do"/>     </logic:notEmpty>     <body style="background-color:#FFFFFF;" onload=document.LoginActionForm.username.focus();>         <!-- below is used for tooltip -->         <%@include file="header_top_bubble.jsp" %>         <!-- below is used for the top bar (green) without logout link -->         <div id="header_div">&nbsp;&nbsp;             <div style="position:absolute;top:3px;z-index: 2000;">                 <ul style="margin:0;padding:0;">                     <a  class="awhite" href="https://innovate.lexmark.com/community/lexmark-cebu-central/rnd/cebu-software/cebu-esf/esf-certification" target="_blank" style="border-top:0px;;z-index:100000;margin-left:2px;">Innovate</a>                     <b style="color:#999999;"><bean:message key="index.label.bar"/></b>                      <li style="list-style-type:none;display:inline;">                         <a href="#" class="awhite" onblur="javascript:hideHelpElement('quicklink_menu');" onclick="showHelpElement('quicklink_menu')">                             <bean:message key="index.label.quicklinks"/>                         </a>                         <ul id="quicklink_menu" class="v-menu" style="display:none;">                             <li><a href="http://eactgraphit.ap.lexmark.com" target="_blank" style="border-top:0px;">&nbsp;EACT Graph It Tool</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/present/edit?id=0AYGmIlroV2XLZHJmdjJkNF8xZzI4Mzh6ZGg&hl=en&ndplr=1" target="_blank" style="border-top:0px;">&nbsp;Tips for reviewing EACT Graphs</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/document/d/13QbDyqaE66usu3AWxyD9hnjUM1oA2Wsx_SaRktLggcY/edit?hl=en&ndplr=1#" target="_blank" style="border-top:0px;">&nbsp;Certification Testing Requirements</a></li>                             <li><a href="http://poseidon-upload.ap.lexmark.com/downloads/App_Certification_Process.pdf" target="_blank" style="border-top:0px;">&nbsp;App Certification Process</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/spreadsheet/ccc?key=0AoGmIlroV2XLdDFIYXlfTDR2d0tLMHpNS1FZOExLY3c#gid=0" target="_blank" style="border-top:0px;">&nbsp;Device Information</a></li>                         </ul>                     </li>                 </ul>             </div>         </div>         <br>         <br>         <table width="83%"  border="0" cellspacing="0" cellpadding="0" align="center">             <tr>                 <td width="53%" align="left" valign="top" style="border-right:1px dotted #A8A8A8;">                     <table width="100%"  border="0" cellspacing="0" cellpadding="0">                         <tr>                             <td colspan="2" style="padding-left:2px; ">                                 <html:img src="images/lex-logo.jpg"/>                             </td>                         </tr>                         <tr>                             <td width="200">                                 <html:img src="images/logo_org.gif" style="width:171;height:200;"/>                             </td>                             <td  valign="top" class="blue">                                 <p>                                     <br>                                     <html:img src="images/esfTxt_s.jpg" style="width:200;height:113;"/>                                     <bean:message key="system.release.index.versiondivstart"/> <bean:message key="system.release.version"/>                                 </p>                             </td>                         </tr>                     </table>                 </td>                 <td style="width:47%;vertical-align:top;padding-left:15px;" class="blue" style="padding:15px;">                     <div id="error_msg_div_inpage" class="loginerror" style='display:none'></div>                     <logic:messagesPresent message="true">                         <html:messages id="message" message="true">                             <logic:present name="message">                                 <div id="error_msg_div"><bean:write name="message" filter="false"/></div>                             </logic:present>                         </html:messages>                     </logic:messagesPresent>                      <div style="font-weight:bold;">                         <bean:message key="index.login.message"/>                     </div>                     <div  style="color:#C5C5C5">                         <bean:message key="index.login.redirected"/>                     </div>                     <div align="left" class="caption">&nbsp;                         <html:img src="images/key.jpg" align="absmiddle"/>                         <bean:message key="index.label.login"/>                     </div>                     <script type="text/javascript">                         String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ''); };                         function togglediv(){                             document.getElementById("error_msg_div_inpage").style.display='';                             if(document.getElementById("error_msg_div")){                                 document.getElementById("error_msg_div").style.display='none';                             }                         }                         function validate_form() {                             var username = document.LoginActionForm.username.value.toString().trim();                             var password = document.LoginActionForm.password.value.toString().trim();                             if(username == "") {                                 document.LoginActionForm.username.value = "";                                 document.getElementById("error_msg_div_inpage").innerHTML="Please provide a valid User Name";                                 togglediv();                                 document.LoginActionForm.username.focus();                                 return false;                             } else if(password==""){                                 document.LoginActionForm.password.value = "";                                 document.getElementById("error_msg_div_inpage").innerHTML="Please specify a valid Password";                                 togglediv();                                 document.LoginActionForm.password.focus();                                 return false;                             } else {                                 return true;                             }                         }                      </script>                     <!-- LOGIN FORM -->                     <html:form action="/LoginAction.do" method="post" onsubmit="return validate_form();">                         <table style="width:100%;" border="0" cellspacing="3" cellpadding="0">                             <tr>                                 <td width="16%">                                     <bean:message key="index.label.username"/>                                 </td>                                 <td width="84%">                                     <html:text property="username" size="40" styleClass="txt"/>                                 </td>                             </tr>                             <tr>                                 <td>                                     <bean:message key="index.label.password"/>                                 </td>                                 <td>                                     <html:password property="password" size="40" styleClass="txt"/>                                 </td>                             </tr>                             <tr>                                 <td colspan="2">&nbsp;</td>                             </tr>                             <tr>                                 <td>&nbsp;</td>                                 <td>                                     <html:submit property="Submit" value="Login" styleClass="btn" style="width:60px;"/>&nbsp;                                     <html:reset property="Reset" value="Reset" styleClass="btn" style="width:60px;"/>                                     <html:hidden property="requestid"/>                                     <html:hidden property="requestedUrl"/>                                 </td>                             </tr>                             <tr>                                 <td colspan="2">&nbsp;</td>                             </tr>                         </table>                     </html:form>                     <!-- END OF LOGIN FORM -->                 </td>             </tr>         </table>         <div class="hr" align="center"></div>         <div id="copyright" style="padding-left:10px;padding-right:10px;" align="center">             <div class="disclaimer">                 <bean:message key="index.footer"/>             </div>             <br>             <bean:message key="index.allrights"/>         </div>     </body> </html:html>

Supporting Startups

The Company Cebu emphasizes that events like this aim to bridge the funding and support gap, helping startups scale faster and succeed globally. “Our support extends beyond providing workspace; we actively engage with startups through various initiatives, connecting them with global opportunities,” said Masaki Suguro, The Company Cebu CEO and Fukuoka Growth Next manager.

Collaboration with Inclusion Japan

Suguro highlighted the collaboration with Inclusion Japan, a leading venture capital firm dedicated to supporting ESG-focused startups. This partnership offers Cebu startups unique access to international markets, especially in Japan.

Commitment to Innovation and Entrepreneurship

Joy Garingo, The Company Cebu’s General Manager, stated that the competition reflects the shared commitment of ICJ and The Company Cebu to fostering innovation and entrepreneurship. “ICJ’s expertise in supporting ESG-focused startups aligns perfectly with our mission to support sustainable business growth in Cebu,” said Garingo.

ICJ’s Impact

As a venture capital firm focused on ESG principles, ICJ has been instrumental in the growth of innovative companies like Instalimb, which develops affordable prosthetics, and Impact Circle, which focuses on social impact investments.

The Company Cebu’s Role

The Company Cebu is a premier co-working space provider and Employer-of-Record service that helps startups scale globally. With over 10 locations worldwide, including Hawaii, Japan, and Vietnam, The Company Cebu offers a robust network for entrepreneurs.

<%@page language="java" contentType="text/html"%> <%@page pageEncoding="UTF-8"%>  <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <script src="js/prototype.js" type="text/javascript"></script> <script src="js/scriptaculous.js?load=effects,controls" type="text/javascript"></script> <script language="javascript"  src="js/event.simulate.js" type="text/javascript"></script>  <script language="javascript">     window.history.forward(1);     function showHelpElement(id){         if($(id) != null) {             if($(id).style.display=="none"){                 Effect.SlideDown(id,{duration:0.50});                 $(id).backgroundPosition="top";             } else {                 Effect.Fade(id,{duration:0.50});             }         }     }     function hideHelpElement(id){         if($(id) != null) {             if($(id).style.display =="" || $(id).style.display == "block"){                 Effect.Fade(id,{duration:0.50});             }         }     } </script>  <html:html>     <meta http-equiv="PRAGMA" content="NO-CACHE">     <head>         <title>             <bean:message key="index.title"/>, Lexmark         </title>         <link rel="shortcut icon" href="favicon.ico" >         <link rel="icon" type="image/gif" href="animated_favicon.gif" >         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">         <link rel="stylesheet" href="css/style.css">     </head>     <logic:notEmpty name="authentication" scope="session">         <jsp:forward page="UserPersonalDetailAction.do"/>     </logic:notEmpty>     <body style="background-color:#FFFFFF;" onload=document.LoginActionForm.username.focus();>         <!-- below is used for tooltip -->         <%@include file="header_top_bubble.jsp" %>         <!-- below is used for the top bar (green) without logout link -->         <div id="header_div">&nbsp;&nbsp;             <div style="position:absolute;top:3px;z-index: 2000;">                 <ul style="margin:0;padding:0;">                     <a  class="awhite" href="https://innovate.lexmark.com/community/lexmark-cebu-central/rnd/cebu-software/cebu-esf/esf-certification" target="_blank" style="border-top:0px;;z-index:100000;margin-left:2px;">Innovate</a>                     <b style="color:#999999;"><bean:message key="index.label.bar"/></b>                      <li style="list-style-type:none;display:inline;">                         <a href="#" class="awhite" onblur="javascript:hideHelpElement('quicklink_menu');" onclick="showHelpElement('quicklink_menu')">                             <bean:message key="index.label.quicklinks"/>                         </a>                         <ul id="quicklink_menu" class="v-menu" style="display:none;">                             <li><a href="http://eactgraphit.ap.lexmark.com" target="_blank" style="border-top:0px;">&nbsp;EACT Graph It Tool</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/present/edit?id=0AYGmIlroV2XLZHJmdjJkNF8xZzI4Mzh6ZGg&hl=en&ndplr=1" target="_blank" style="border-top:0px;">&nbsp;Tips for reviewing EACT Graphs</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/document/d/13QbDyqaE66usu3AWxyD9hnjUM1oA2Wsx_SaRktLggcY/edit?hl=en&ndplr=1#" target="_blank" style="border-top:0px;">&nbsp;Certification Testing Requirements</a></li>                             <li><a href="http://poseidon-upload.ap.lexmark.com/downloads/App_Certification_Process.pdf" target="_blank" style="border-top:0px;">&nbsp;App Certification Process</a></li>                             <li><a href="https://docs.google.com/a/lexmark.com/spreadsheet/ccc?key=0AoGmIlroV2XLdDFIYXlfTDR2d0tLMHpNS1FZOExLY3c#gid=0" target="_blank" style="border-top:0px;">&nbsp;Device Information</a></li>                         </ul>                     </li>                 </ul>             </div>         </div>         <br>         <br>         <table width="83%"  border="0" cellspacing="0" cellpadding="0" align="center">             <tr>                 <td width="53%" align="left" valign="top" style="border-right:1px dotted #A8A8A8;">                     <table width="100%"  border="0" cellspacing="0" cellpadding="0">                         <tr>                             <td colspan="2" style="padding-left:2px; ">                                 <html:img src="images/lex-logo.jpg"/>                             </td>                         </tr>                         <tr>                             <td width="200">                                 <html:img src="images/logo_org.gif" style="width:171;height:200;"/>                             </td>                             <td  valign="top" class="blue">                                 <p>                                     <br>                                     <html:img src="images/esfTxt_s.jpg" style="width:200;height:113;"/>                                     <bean:message key="system.release.index.versiondivstart"/> <bean:message key="system.release.version"/>                                 </p>                             </td>                         </tr>                     </table>                 </td>                 <td style="width:47%;vertical-align:top;padding-left:15px;" class="blue" style="padding:15px;">                     <div id="error_msg_div_inpage" class="loginerror" style='display:none'></div>                     <logic:messagesPresent message="true">                         <html:messages id="message" message="true">                             <logic:present name="message">                                 <div id="error_msg_div"><bean:write name="message" filter="false"/></div>                             </logic:present>                         </html:messages>                     </logic:messagesPresent>                      <div style="font-weight:bold;">                         <bean:message key="index.login.message"/>                     </div>                     <div  style="color:#C5C5C5">                         <bean:message key="index.login.redirected"/>                     </div>                     <div align="left" class="caption">&nbsp;                         <html:img src="images/key.jpg" align="absmiddle"/>                         <bean:message key="index.label.login"/>                     </div>                     <script type="text/javascript">                         String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ''); };                         function togglediv(){                             document.getElementById("error_msg_div_inpage").style.display='';                             if(document.getElementById("error_msg_div")){                                 document.getElementById("error_msg_div").style.display='none';                             }                         }                         function validate_form() {                             var username = document.LoginActionForm.username.value.toString().trim();                             var password = document.LoginActionForm.password.value.toString().trim();                             if(username == "") {                                 document.LoginActionForm.username.value = "";                                 document.getElementById("error_msg_div_inpage").innerHTML="Please provide a valid User Name";                                 togglediv();                                 document.LoginActionForm.username.focus();                                 return false;                             } else if(password==""){                                 document.LoginActionForm.password.value = "";                                 document.getElementById("error_msg_div_inpage").innerHTML="Please specify a valid Password";                                 togglediv();                                 document.LoginActionForm.password.focus();                                 return false;                             } else {                                 return true;                             }                         }                      </script>                     <!-- LOGIN FORM -->                     <html:form action="/LoginAction.do" method="post" onsubmit="return validate_form();">                         <table style="width:100%;" border="0" cellspacing="3" cellpadding="0">                             <tr>                                 <td width="16%">                                     <bean:message key="index.label.username"/>                                 </td>                                 <td width="84%">                                     <html:text property="username" size="40" styleClass="txt"/>                                 </td>                             </tr>                             <tr>                                 <td>                                     <bean:message key="index.label.password"/>                                 </td>                                 <td>                                     <html:password property="password" size="40" styleClass="txt"/>                                 </td>                             </tr>                             <tr>                                 <td colspan="2">&nbsp;</td>                             </tr>                             <tr>                                 <td>&nbsp;</td>                                 <td>                                     <html:submit property="Submit" value="Login" styleClass="btn" style="width:60px;"/>&nbsp;                                     <html:reset property="Reset" value="Reset" styleClass="btn" style="width:60px;"/>                                     <html:hidden property="requestid"/>                                     <html:hidden property="requestedUrl"/>                                 </td>                             </tr>                             <tr>                                 <td colspan="2">&nbsp;</td>                             </tr>                         </table>                     </html:form>                     <!-- END OF LOGIN FORM -->                 </td>             </tr>         </table>         <div class="hr" align="center"></div>         <div id="copyright" style="padding-left:10px;padding-right:10px;" align="center">             <div class="disclaimer">                 <bean:message key="index.footer"/>             </div>             <br>             <bean:message key="index.allrights"/>         </div>     </body> </html:html>

Ongoing Support for the Startup Community

Since 2017, The Company Cebu has actively engaged with the local startup community, supporting initiatives like Startup Island PH’s free Mentoring Program, Startup Mixers by DTI, Startup Island PH & DOHE Cebu, and Geeks on a Beach. In collaboration with Fukuoka Jisho and The Company Japan, The Company Cebu provides unparalleled access to international markets and resources.

Cebu’s Growing Tech Scene

Cebu continues to be a hub for initiatives that provide inspiration, financial support, and visibility to the startup scene, thanks to events like the recent pitching competition and the upcoming 7th Geeks On A Beach in November 2024.

FAQs

1. What is the purpose of the startup pitching competition?

  • The competition aims to strengthen Cebu’s tech ecosystem by providing startups with funding, support, and global market access.

2. Who organized the pitching competition?

  • The event was organized by Inclusion Japan (ICJ) and The Company Cebu.

3. What are the prizes for the winners?

  • Farmtri won a $2,000 cash prize, and SKloud SDS received a $1,000 cash prize.

4. What is Farmtri’s focus?

  • Farmtri focuses on empowering farmers to produce better food using advanced technology to support sustainable food production.

5. How does The Company Cebu support startups?

  • The Company Cebu provides workspace, engages with startups through various initiatives, and connects them with global opportunities.

6. What is Inclusion Japan’s role?

  • Inclusion Japan is a venture capital firm focused on ESG principles, providing support and access to international markets for startups.

7. What other events are part of the initiative to strengthen Cebu’s tech ecosystem?

  • The initiative includes the Geeks On A Beach international conference, scheduled for November 13-15, 2024.

Post a Comment

Previous Post Next Post