Browse Source
Removed trash and added translation
Removed trash and added translation
Signed-off-by: Yuri van Midden <me@yurivanmidden.nl>master
11 changed files with 271 additions and 48 deletions
-
1angle-double-down-solid.svg
-
0covid-19-info-en.json
-
256index-en.html
-
62index.html
-
BINmedia/beaver.jpeg
-
BINmedia/black.ttf
-
BINmedia/h2.jpg
-
BINmedia/somuchfun.jpg
-
BINmedia/teampresentaties.jpg
-
BINmedia/tropicalasian.ttf
-
BINmedia/video.mp4
@ -1 +0,0 @@ |
|||
<svg aria-hidden="true" data-prefix="fas" data-icon="angle-double-down" class="svg-inline--fa fa-angle-double-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z"></path></svg> |
@ -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: 1920 | Height: 1281 | Size: 167 KiB |
Before Width: 4096 | Height: 2731 | Size: 1.9 MiB |
Before Width: 3906 | Height: 2602 | Size: 2.1 MiB |
Before Width: 3648 | Height: 2432 | Size: 2.1 MiB |
Write
Preview
Loading…
Cancel
Save
Reference in new issue