Forum

Forum Navigation
You need to log in to create posts and topics.

Our Alumni

Doctor of Philosophy

.button-container {
display: flex;
flex-wrap: wrap;
gap: 12px 16px;
}

.button-container a {
background-color: #e0e0e0;
padding: 10px 14px;
border-radius: 8px;
text-decoration: none; /* Removes underline */
color: black;
font-size: 14px;
display: inline-block;
transition: background 0.3s ease;
}

.button-container a:hover {
background-color: #d5d5d5;
}

Master of Science (by Research)

.button-container {
display: flex;
flex-wrap: wrap;
gap: 12px 16px;
}

.button-container a {
background-color: #e0e0e0;
padding: 10px 14px;
border-radius: 8px;
text-decoration: none; /* Removes underline */
color: black;
font-size: 14px;
display: inline-block;
transition: background 0.3s ease;
}

.button-container a:hover {
background-color: #d5d5d5;
}

PostDoc

.button-container {
display: flex;
flex-wrap: wrap;
gap: 12px 16px;
}

.button-container a {
background-color: #e0e0e0;
padding: 10px 14px;
border-radius: 8px;
text-decoration: none; /* Removes underline */
color: black;
font-size: 14px;
display: inline-block;
transition: background 0.3s ease;
}

.button-container a:hover {
background-color: #d5d5d5;
}