وحدة الإختبارات والتقييم
نبذة عن وحدة الإختبارات والتقييم
وحدة تابعة لوكالة الكلية للشؤو
وحدة الشؤون التعليمية
نبذة عن وحدة الشؤون التعليمية
احدى الوحدات التابعة لوكالة الشؤون ال
وحدة شؤون الطلاب
نبذة عن وحدة شؤون الطلاب
إحدى الوحدات التابعة لوكالة الشؤون الأكاديمية، تُعنى بمتاب
وحدة الشؤون المالية
نبذة عن وحدة الشؤون المالية
هي الوحدة التي تختص بتنظي
وحدة الشؤون الإدارية
نبذة عن وحدة الشؤون الإدارية
تختص هذه الوحدة بالشؤون الإد
عن الكلية
إدارة الكلية
.unit-links {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: start;
}
.unit-links .link-card {
display: flex; /* نخليها فليكس */
align-items: center; /* يوسط النص عمودي */
justify-content: center; /* يوسط النص أفقي */
text-align: center;
min-height: 70px; /* ارتفاع الكرت */
width: 260px; /* عرض الكرت */
padding: 10px 14px;
border: 2px solid #1E73BE;
border-radius: 10px;
background: #fff;
color: #1E73BE;
text-decoration: none;
font-weight: 700;
font-size: 16px;
line-hei
وكالة الكلية لشؤون الطالبات
.unit-links .link-card {
display: inline-block;
text-align: center;
margin: 10px;
padding: 14px 16px;
border-radius: 8px;
background-color: #1E73BE; /* أزرق أفتح */
border: 1px solid #1E73BE;
text-decoration: none;
color: #fff;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
transition: all 0.25s ease;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
box-sizing: border-box;
}
.unit-links .link-card:hover {
background-color: #3F8FD4; /* أزرق أفتح عند الهوفر */
border-color: #3F8FD4;
transform: translateY(-3px);
box-shadow: 0 4px
وكالة الكلية للتطوير والجودة
.unit-links .link-card {
display: inline-block;
text-align: center;
margin: 10px;
padding: 14px 16px;
border-radius: 8px;
background-color: #1E73BE; /* أزرق أفتح */
border: 1px solid #1E73BE;
text-decoration: none;
color: #fff;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
transition: all 0.25s ease;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
box-sizing: border-box;
}
.unit-links .link-card:hover {
background-color: #3F8FD4; /* أزرق أفتح عند الهوفر */
border-color: #3F8FD4;
transform: translateY(-3px);
box-shadow: 0 4px
وكالة الكلية للدراسات العليا والبحث العلمي
.unit-links .link-card {
display: inline-block;
text-align: center;
margin: 10px;
padding: 14px 16px;
border-radius: 8px;
background-color: #1E73BE; /* أزرق أفتح */
border: 1px solid #1E73BE;
text-decoration: none;
color: #fff;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
transition: all 0.25s ease;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
box-sizing: border-box;
}
.unit-links .link-card:hover {
background-color: #3F8FD4; /* أزرق أفتح عند الهوفر */
border-color: #3F8FD4;
transform: translateY(-3px);
box-shadow: 0 4px