IR A LA SECCIÓN
<?php $q = 'https://sica.utpl.edu.ec/api/persons/mframirez15?token=GDWgY4xyaKQ5hxFe'; $data = json_decode(file_get_contents($q), true);?> <img src='<?= $data['image'] ?>' alt='imagen docente' style='max-width:100px; max-height:100px; min-width:100px; min-height:100px; border-radius:50%; border: 2px solid #eaab00;'>
<?php $q = 'https://sica.utpl.edu.ec/api/persons/jfgarcia?token=GDWgY4xyaKQ5hxFe'; $data = json_decode(file_get_contents($q), true);?> <img src='<?= $data['image'] ?>' alt='imagen docente' style='max-width:100px; max-height:100px; min-width:100px; min-height:100px; border-radius:50%; border: 2px solid #eaab00;'>