|
@ -0,0 +1,25 @@ |
|
|
|
|
|
import React from "react"; |
|
|
|
|
|
import InfoPageComponent from "../../components/InfoPageComponent"; |
|
|
|
|
|
|
|
|
|
|
|
function InBetweenSite3({ redirectLoc }) { |
|
|
|
|
|
return ( |
|
|
|
|
|
<InfoPageComponent redirectLoc={redirectLoc}> |
|
|
|
|
|
<p> |
|
|
|
|
|
You will now visit the info page for the Master's programme in Software |
|
|
|
|
|
Engineering at the Universiteit van Voorbeeldhuizen (UVV). |
|
|
|
|
|
</p> |
|
|
|
|
|
<p> |
|
|
|
|
|
Please fulfil the task displayed in the banner above. The goal is{" "} |
|
|
|
|
|
<b>only</b> fulfilled when you click on a link, button, or similar that |
|
|
|
|
|
best fits the task description and <b>not</b> when you arrive at a |
|
|
|
|
|
specific section or page. |
|
|
|
|
|
</p> |
|
|
|
|
|
<p> |
|
|
|
|
|
If the task or anything else is unclear, feel free to ask so I can |
|
|
|
|
|
assist you. |
|
|
|
|
|
</p> |
|
|
|
|
|
</InfoPageComponent> |
|
|
|
|
|
); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export default InBetweenSite3; |