EDHEC Alumni UAE - Dubai Afterwork @McG by McGettigans
2026-04-16T14:30:00+00:00
2026-04-16T19:00:00+00:00
https://alumni.edhec.edu//medias/editor/images/brand/Logo-EDHEC-Alumni-2026-200x500.png
McG by McGettigans
2, Al Barsha Road
DUBAI
AE
EDHEC Alumni Dubai – After-Work Networking
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', sans-serif;
background: #f5f0ed;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
padding: 20px;
}
.invite-card {
max-width: 600px;
width: 100%;
background: #ffffff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(95, 25, 55, 0.15);
}
/* ── Hero Section ── */
.hero {
background: linear-gradient(135deg, #5F1937 0%, #7a2548 40%, #5F1937 100%);
padding: 48px 40px 40px;
text-align: center;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: -60%;
right: -30%;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(255,110,110,0.15) 0%, transparent 70%);
border-radius: 50%;
}
.hero::after {
content: '';
position: absolute;
bottom: -40%;
left: -20%;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(73,144,226,0.1) 0%, transparent 70%);
border-radius: 50%;
}
.logo-area {
position: relative;
z-index: 1;
margin-bottom: 28px;
text-align: center;
}
.logo-edhec {
font-family: 'Inter', sans-serif;
font-size: 34px;
font-weight: 700;
color: #ffffff;
letter-spacing: 8px;
text-transform: uppercase;
line-height: 1;
}
.logo-alumni-line {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 6px;
}
.logo-alumni-line .line {
width: 60px;
height: 1.5px;
background: rgba(255,255,255,0.5);
}
.logo-alumni-line .alumni-text {
font-family: 'Inter', sans-serif;
font-size: 15px;
font-weight: 400;
color: rgba(255,255,255,0.8);
letter-spacing: 4px;
}
.divider-line {
width: 50px;
height: 2px;
background: #FF6E6E;
margin: 24px auto;
position: relative;
z-index: 1;
}
.event-type {
position: relative;
z-index: 1;
font-family: 'Inter', sans-serif;
font-size: 12px;
font-weight: 500;
color: #FF6E6E;
letter-spacing: 5px;
text-transform: uppercase;
margin-bottom: 16px;
}
.hero-title {
position: relative;
z-index: 1;
font-family: 'Playfair Display', serif;
font-size: 36px;
font-weight: 600;
color: #ffffff;
line-height: 1.25;
}
.hero-subtitle {
position: relative;
z-index: 1;
font-family: 'Inter', sans-serif;
font-size: 15px;
font-weight: 300;
color: rgba(255,255,255,0.8);
margin-top: 16px;
line-height: 1.6;
}
/* ── Dubai skyline decorative strip ── */
.skyline-strip {
height: 4px;
background: linear-gradient(90deg, #FF6E6E, #5F1937, #4990E2, #5F1937, #FF6E6E);
}
/* ── Details Section ── */
.details {
padding: 40px;
}
.detail-row {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 28px;
}
.detail-row:last-child {
margin-bottom: 0;
}
.detail-icon {
width: 44px;
height: 44px;
min-width: 44px;
background: linear-gradient(135deg, #5F1937, #7a2548);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.detail-icon svg {
width: 20px;
height: 20px;
fill: none;
stroke: #ffffff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.detail-content {
flex: 1;
}
.detail-label {
font-size: 11px;
font-weight: 600;
color: #FF6E6E;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 4px;
}
.detail-value {
font-size: 16px;
font-weight: 500;
color: #2d2d2d;
line-height: 1.4;
}
.detail-extra {
font-size: 13px;
font-weight: 400;
color: #777;
margin-top: 2px;
}
/* ── Message Section ── */
.message {
background: #faf7f5;
padding: 32px 40px;
border-top: 1px solid #f0ebe7;
border-bottom: 1px solid #f0ebe7;
}
.message p {
font-size: 15px;
line-height: 1.7;
color: #555;
text-align: center;
}
.message strong {
color: #5F1937;
}
/* ── RSVP Note ── */
.rsvp-section {
padding: 28px 40px 36px;
text-align: center;
}
.rsvp-text {
font-size: 14px;
color: #777;
line-height: 1.6;
}
.rsvp-text strong {
color: #5F1937;
font-weight: 600;
}
/* ── Footer ── */
.footer {
background: #5F1937;
padding: 24px 40px;
text-align: center;
}
.footer p {
font-size: 12px;
color: rgba(255,255,255,0.6);
line-height: 1.6;
}
.footer a {
color: #FF6E6E;
text-decoration: none;
}
/* ── Responsive ── */
@media (max-width: 480px) {
.hero { padding: 36px 24px 32px; }
.hero-title { font-size: 28px; }
.details { padding: 28px 24px; }
.message { padding: 24px; }
.cta-section { padding: 24px; }
.footer { padding: 20px 24px; }
}
You're InvitedAfter-WorkNetworking EveningConnect, mingle & network with fellow EDHEC alumni living in DubaiDateThursday, April 16, 2026Time6:30 PM onwardsVenueMcG's by McGettigan'sAl Barsha, DubaiJoin us for a relaxed after-work evening to reconnect with the EDHEC community in Dubai. Whether you've just arrived or have been here for years, this is the perfect opportunity to expand your network and catch up with fellow alumni over drinks in a friendly atmosphere.Please RSVP directly via the EDHEC Alumni platform to confirm your attendance.EDHEC Alumni · Dubai Chapteralumni.edhec.edu
https://alumni.edhec.edu/fr/group/emirats-arabes-unis-dubai/51/calendar/edhec-alumni-uae-dubai-afterwork-mcg-by-mcgettigans/2026/04/16/22833