Event Full
The Event Full represents an event card viewed in full view mode. It inherits all attributes and content from event card and it add the event details.
Tuesday
October
17
Admissions - Full-time MBA
Join us for an interactive evening that focuses on women's leadership and the benefits of obtaining an MBA. You'll also be able to interact with other prospective MBA women, MBA alumnae, and admission directors! We hope to see you there.
9:15-9:30--Check in (MBA Program Office, Room 210)
9:45-11:15--Class Visit (assigned at arrival)
11:30-12:30-Information Session with Admissions, MBA Program Office and Career Management Center
12:30-1:45-Lunch and Tour with Goizueta current student Ambassadors and staff.
Business
Goizueta Business School
School of Business
- Markup Details
-
{# This template is only intended for the body of the event. Header info is handled in the event-card template embedded here. #} {{ attach_library('goizueta_theme/event-full') }} {% import '@components/icons/icons.twig' as icons %} {% embed '@components/event-card/event-card.twig' %} {# Event categories such as topic, department, etc. #} {% block event_categorization %} {% if event_card.custom_fields %} <div class="event-section event__categorization"> {% for item in event_card.custom_fields %} <div class="event__categorization--item"> <div class="categorization--label"> <span class="event__meta--label">{{ item.label }}</span> </div> <div class="categorization--info"> {{ item.value|raw }} </div> </div> {% endfor %} </div> {% endif %} {% endblock %} {% endembed %}