|
|
|
@ -154,6 +154,21 @@ |
|
|
|
|
margin-bottom: -5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.regular-site{ |
|
|
|
|
position: fixed; |
|
|
|
|
display: block; |
|
|
|
|
top: 0.4em; |
|
|
|
|
right: 0.4em; |
|
|
|
|
z-index: 6; |
|
|
|
|
font-family: 'Exo 2', sans-serif; |
|
|
|
|
color: white; |
|
|
|
|
background-color: rgba(255, 89, 0, 0.6) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.fa-rocket { |
|
|
|
|
font-size: 130%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
@ -163,6 +178,9 @@ |
|
|
|
|
<video id="harambeeVideo" loop muted data-autoplay> |
|
|
|
|
<source src="video.mp4" type="video/mp4"> |
|
|
|
|
</video> |
|
|
|
|
<a href="https://site.harambee.utwente.nl" role="button" class="shadow regular-site btn btn-sm" aria-pressed="true"> |
|
|
|
|
<i class="align-middle fas fa-rocket"></i> To the regular site |
|
|
|
|
</a> |
|
|
|
|
<div class="container"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-md-8"> |
|
|
|
|