parent
9dad059f70
commit
2ff94ed139
Before Width: | Height: | Size: 610 B |
@ -0,0 +1,256 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
|
||||
<meta name="author" content="Harambee Nerds Commissie [nerds@harambee.nl]"> |
||||
|
||||
<meta name="keywords" content="volleybal, volleyball, enschede, universiteit, twente, university, of, twente, student, studenten, vereniging, association"> |
||||
<meta name="description" content="Information about COVID-19 measures and playing at Harambee"> |
||||
<meta name="theme-color" content="#66008C"> |
||||
|
||||
<meta property="og:title" content="🏐 v.v Harambee — Student volleyball in Enschede"> |
||||
<meta property="og:description" content="Information regarding COVID-19 measures and playing at Harambee"> |
||||
<meta property="og:image" content="https://harambee.utwente.nl/layout/images/logo-harambee.png"> |
||||
<meta property="og:type" content="website"> |
||||
<meta property="og:url" content="https://covid-19.harambee.utwente.nl"> |
||||
|
||||
<title data-localize="title">Harambee - COVID-19 rules</title> |
||||
|
||||
<link rel="shortcut icon" href="harambee.ico" type="image/x-icon" /> |
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.2/fullpage.min.css" integrity="sha384-5ifpfhR/+nZGyBOnFGX9Blzx7418/Cj6eK1kMEJFUCgv39+AfAt9reg9LtRPdCQs" crossorigin="anonymous"> |
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> |
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" crossorigin="anonymous"> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" integrity="sha384-xyZLiqnBEFn1hDkS8VeG/YHoqOjS/ucimT8TI6GDr9+ZP1UNbZr6d/q0ldMi/xvL" crossorigin="anonymous"> |
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Exo+2" > |
||||
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.2/vendors/scrolloverflow.min.js" integrity="sha384-JidlVB7YmUUH+vUfjaYKep1qGThQCAoL90VJQDRqiS2xAjWJuAIc7Nn5dxb8fOnJ" crossorigin="anonymous"></script> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.2/fullpage.min.js" integrity="sha384-6yU9abmAgbGzbp5/zFigT6Ltjr3M5b0gSE6XFSO+ZMMuS1AXZlyh2tqWSVgIHRu+" crossorigin="anonymous"></script> |
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> |
||||
|
||||
|
||||
<script type="text/javascript"> |
||||
|
||||
function toProductionSite() { |
||||
var name="seen-covid-19-info"; |
||||
var value="0"; |
||||
var days=30; |
||||
var expires = ""; |
||||
if (days) { |
||||
var date = new Date(); |
||||
date.setTime(date.getTime() + (days*24*60*60*1000)); |
||||
expires = "; expires=" + date.toUTCString(); |
||||
} |
||||
document.cookie = name + "=" + (value || "") + expires + "; domain=.harambee.utwente.nl; path=/"; |
||||
|
||||
window.location.href = "https://harambee.utwente.nl"; |
||||
}; |
||||
|
||||
</script> |
||||
|
||||
|
||||
<style> |
||||
p { |
||||
font-size: 110%; |
||||
} |
||||
|
||||
.centre{ |
||||
text-align: center; |
||||
} |
||||
|
||||
#subtitle{ |
||||
padding-top: 20px; |
||||
} |
||||
|
||||
.section{ |
||||
text-align: left; |
||||
overflow: hidden; |
||||
} |
||||
|
||||
.container{ |
||||
position: relative; |
||||
z-index: 4; |
||||
width: 100%; |
||||
left: 0%; |
||||
top: 0.5%; |
||||
font-family: 'Exo 2', sans-serif; |
||||
} |
||||
|
||||
#section0 .jumbotron{ |
||||
color: purple; |
||||
} |
||||
|
||||
.jumbotron-transparent{ |
||||
background: rgba(221, 210, 210, 0.9); |
||||
} |
||||
|
||||
.alert-tryouts{ |
||||
background: rgba(255, 89, 0, 0.8); |
||||
color: white; |
||||
} |
||||
|
||||
.alert-member{ |
||||
background: rgba(102, 0, 140, 0.65); |
||||
color: white; |
||||
} |
||||
|
||||
.alert-moreinfo{ |
||||
background: rgba(230, 230, 230, 0.6); |
||||
color: black; |
||||
} |
||||
|
||||
.btn-tryout{ |
||||
background: rgba(255, 89, 0, 1); |
||||
color: white; |
||||
} |
||||
|
||||
.btn-member{ |
||||
background: lightblue; |
||||
color: black; |
||||
} |
||||
|
||||
.btn-disabled{ |
||||
background: rgba(230, 230, 230, 0.2); |
||||
color: rgba(230, 230, 230, 0.5); |
||||
font-style: italic; |
||||
font-weight: lighter; |
||||
} |
||||
|
||||
#section0{ |
||||
background-image: url(./media/bg.svg); |
||||
background-size: inherit; |
||||
background-color: orangered; |
||||
background-repeat: no-repeat; |
||||
background-position: top; |
||||
padding: 2% 0 0 0; |
||||
} |
||||
|
||||
.haramPaars{ |
||||
color: purple; |
||||
font-weight: bold; |
||||
} |
||||
|
||||
.haramOranje{ |
||||
color: rgb(255, 89, 0); |
||||
} |
||||
|
||||
.link{ |
||||
color: purple; |
||||
} |
||||
|
||||
.jumbotron img{ |
||||
padding-bottom: 15px; |
||||
} |
||||
|
||||
ul.no-bullet{ |
||||
list-style: none; |
||||
} |
||||
|
||||
ul.no-bullet li{ |
||||
padding-top: 0.35em; |
||||
padding-left: 1.0em; |
||||
text-indent: -1.0em; |
||||
} |
||||
|
||||
#fp-nav ul li a span, .fp-slidesNav ul li a span{ |
||||
background-color: rgba(230, 230, 230, 1); |
||||
} |
||||
|
||||
.regular-site{ |
||||
position: absolute; |
||||
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> |
||||
|
||||
<div id="fullscreen"> |
||||
<div class="section" id="section0"> |
||||
|
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-md-6"> |
||||
<div class="jumbotron jumbotron-transparent"> |
||||
<img class="animated" src="media/harambee-logo.png"> |
||||
<h2 data-localize="page-title">Information regarding COVID-19 rules at Harambee.</h2> |
||||
<p id="subtitle">The University has published some rules so that we can play our favourite sport safely. You find them summarized on this page.</p> |
||||
<p>If any questions persist after reading this page, don't hesitate to send an e-mail to the board: <a href="mailto:bestuur@harambee.nl">bestuur@harambee.nl</a>.</p> |
||||
<a href="https://harambee.utwente.nl/media/cms/5f607055a950d/SU%20and%20Sports%20Centre%20Rules%20and%20Guidelines.pdf" role="button" class="btn btn-tryout" aria-pressed="true"> |
||||
<i class="fas fa-file-pdf"></i> COVID-19 rules |
||||
</a> |
||||
<a href="index.html" role="button" class="btn btn-tryout" aria-pressed="true"> |
||||
<i class="fas fa-language"></i> Deze info in het Nederlands |
||||
</a> |
||||
</div> |
||||
</div> |
||||
<div class="col-md-6"> |
||||
<div class="animated fadeInUp faster alert alert-member shadow"> |
||||
<h2>For sporters</h2> |
||||
<ul class="list-unstyled"> |
||||
<li><i class="fas fa-hands-wash"></i> Wash your hands before and after practice and matches.</li> |
||||
<li><i class="fas fa-people-arrows"></i> Apart from rallys, keep a 1,5 metre distance to one another. Also when you're in the dug-out.</li> |
||||
<li><i class="fas fa-user-clock"></i> Your team cannot enter the sports hall when another team is still playing. Please wait before entering the hall until it is cleared.</li> |
||||
<li><i class="fas fa-handshake-alt-slash"></i> We don't shake hands before matches.</li> |
||||
<li><i class="fas fa-head-side-cough-slash"></i> Please don't yell within 1,5 metres of one another.</li> |
||||
<li><i class="fas fa-volleyball-ball"></i> After practice and matches, the used balls have to be disinfected.</li> |
||||
</ul> |
||||
</div> |
||||
<div class="animated fadeInDown fast alert alert-tryouts shadow"> |
||||
<h2>Facilities</h2> |
||||
<ul class="list-unstyled"> |
||||
<li><i class="fas fa-person-booth"></i> Changing rooms <em>are</em> available, but with limited capacity. Max. 6 persons per room.</li> |
||||
<li><i class="fas fa-shower"></i> Max. 2 persons at once in the showers.</li> |
||||
<li><i class="fas fa-tshirt"></i> The Sports Centre advises to change into sports gear before going to the accommodation.</li> |
||||
</ul> |
||||
</div> |
||||
<div class="animated fadeInDown fast alert alert-tryouts shadow"> |
||||
<h2>For spectators</h2> |
||||
<ul class="list-unstyled"> |
||||
<li><i class="fas fa-users-slash"></i> Spectators are <em>not</em> yet allowed in the sports halls!</li> |
||||
<li><i class="fas fa-coffee"></i> The sports cafe is opened at its regular opening times. If you want a guaranteed seat at a table, <a href="https://sportkantine-ut.nl/reserveren">reserving <i class="fas fa-external-link-alt"></i></a> is advised.</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="row justify-content-center"> |
||||
<div class="col-lg-4"> |
||||
<div class="alert alert-member shadow text-center"> |
||||
<p>I have read and understood the information.</p> |
||||
<a href="#" onclick="toProductionSite()" role="button" class="btn btn-tryout btn-lg" aria-pressed="true"> |
||||
<i class="fas fa-check-circle"></i> To the regular website. |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<script type="text/javascript"> |
||||
new fullpage('#fullscreen', { |
||||
// options |
||||
licenseKey: 'OPEN-SOURCE-GPLV3-LICENSE', |
||||
anchors: ['home','volleyball','association'], |
||||
navigation: true, |
||||
navigationPosition: 'right', |
||||
scrollOverflow: true |
||||
}); |
||||
</script> |
||||
|
||||
</body> |
||||
</html> |
Before Width: | Height: | Size: 167 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 2.1 MiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue