Team Profile Detail

Mukhamad Kholily
Mukhamad Kholily, S.T.
Mining Consulting Analyst

Mukhamad Kholily S.T. is an aspiring mining engineer with a solid academic foundation and practical experience in mine planning, geotechnics, hydrology, financial analysis, and various commodities. Holding a Bachelor's Degree in Mining Engineering from Institut Teknologi Bandung (ITB), Mukhamad Kholily S.T. has developed strong skills in mine design, feasibility analysis, and the application of advanced mining software.

jQuery(document).ready(function($){ function equalHeight() { let max = 0; $('.jet-listing-grid__item').css('height', 'auto').each(function(){ if ($(this).height() > max) { max = $(this).height(); } }); $('.jet-listing-grid__item').height(max); } equalHeight(); // Jalankan ulang saat resize (misalnya pindah dari mobile ke desktop) $(window).on('resize', function(){ equalHeight(); }); });