140 lines
3.2 KiB
Plaintext
140 lines
3.2 KiB
Plaintext
|
|
|
|
|
|
|
|
Interview Invitation
|
|
|
|
/* Basic reset and typography */
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
line-height: 1.6;
|
|
color: #333333;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f4f4f4;
|
|
}
|
|
/* Container for the main content */
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 20px auto;
|
|
background-color: #ffffff;
|
|
padding: 30px;
|
|
border-radius: 8px;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
}
|
|
/* Header styling */
|
|
.header {
|
|
text-align: center;
|
|
border-bottom: 2px solid #007bff;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.header h1 {
|
|
color: #007bff;
|
|
font-size: 24px;
|
|
margin: 0;
|
|
}
|
|
/* Section headings */
|
|
.section-header {
|
|
color: #007bff;
|
|
font-size: 18px;
|
|
margin-top: 25px;
|
|
margin-bottom: 10px;
|
|
border-left: 4px solid #007bff;
|
|
padding-left: 10px;
|
|
}
|
|
/* Key detail rows */
|
|
.detail-row {
|
|
margin-bottom: 10px;
|
|
}
|
|
.detail-row strong {
|
|
display: inline-block;
|
|
width: 120px;
|
|
color: #555555;
|
|
}
|
|
/* Button style for the Join URL */
|
|
.button {
|
|
display: block;
|
|
width: 80%;
|
|
margin: 25px auto;
|
|
padding: 12px 0;
|
|
background-color: #28a745; /* Success/Go color */
|
|
color: #ffffff;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
border-radius: 5px;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
/* Footer/closing section */
|
|
.footer {
|
|
margin-top: 30px;
|
|
padding-top: 15px;
|
|
border-top: 1px dashed #cccccc;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #777777;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Interview Confirmation
|
|
|
|
|
|
Dear John Doe,
|
|
Thank you for your interest in the position. We are pleased to invite you to a virtual interview. Please find the details below.
|
|
|
|
Interview Details
|
|
|
|
Topic: Interview for Senior Software Developer
|
|
|
|
|
|
Date & Time: November 15, 2025 at 2:00 PM
|
|
|
|
|
|
Duration: 60 minutes
|
|
|
|
|
|
|
|
|
|
Join Interview Now
|
|
|
|
Please click the button above to join the meeting at the scheduled time.
|
|
|
|
|
|
Your Information
|
|
|
|
Name: John Doe
|
|
|
|
|
|
Email: john.doe@example.com
|
|
|
|
|
|
|
|
Phone: +966 50 123 4567
|
|
|
|
|
|
|
|
|
|
Position Details
|
|
|
|
Position: Senior Software Developer
|
|
|
|
|
|
|
|
Department: Information Technology
|
|
|
|
|
|
|
|
|
|
|
|
We look forward to speaking with you.
|
|
If you have any questions, please reply to this email.
|
|
Best regards,The Norah University Team
|
|
|
|
|
|
|
|
|