Removed trash and added translation

Signed-off-by: Yuri van Midden <me@yurivanmidden.nl>
master
Yuri van Midden 4 years ago
parent 9dad059f70
commit 2ff94ed139
Signed by: yuri
GPG Key ID: 2910D560EC1F82C9
  1. 1
      angle-double-down-solid.svg
  2. 0
      covid-19-info-en.json
  3. 256
      index-en.html
  4. 62
      index.html
  5. BIN
      media/beaver.jpeg
  6. BIN
      media/black.ttf
  7. BIN
      media/h2.jpg
  8. BIN
      media/somuchfun.jpg
  9. BIN
      media/teampresentaties.jpg
  10. BIN
      media/tropicalasian.ttf
  11. BIN
      media/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>

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>

@ -17,7 +17,7 @@
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://covid-19.harambee.utwente.nl"> <meta property="og:url" content="https://covid-19.harambee.utwente.nl">
<title>Harambee - COVID-19 maatregelen</title> <title data-localize="title">Harambee - COVID-19 maatregelen</title>
<link rel="shortcut icon" href="harambee.ico" type="image/x-icon" /> <link rel="shortcut icon" href="harambee.ico" type="image/x-icon" />
@ -31,13 +31,12 @@
<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/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://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 src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="js/jquery.localize.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
function toProductionSite() { function toProductionSite() {
var name="seen-covid-info"; var name="seen-covid-19-info";
var value="0"; var value="0";
var days=30; var days=30;
var expires = ""; var expires = "";
@ -72,22 +71,6 @@
overflow: hidden; overflow: hidden;
} }
#harambeeVideo{
position: absolute;
right: 0;
bottom: 0;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-color: orange;
background-position: center center;
background-size: contain;
object-fit: cover;
z-index: 3;
}
.container{ .container{
position: relative; position: relative;
z-index: 4; z-index: 4;
@ -177,25 +160,6 @@
background-color: rgba(230, 230, 230, 1); background-color: rgba(230, 230, 230, 1);
} }
@font-face {
font-family: 'Tropical Asian';
src: url(./tropicalasian.ttf);
}
@font-face{
font-family: 'BLACK';
src: url(./black.ttf);
}
.kick-in_header{
font-family: 'Tropical Asian', sans-serif;
}
.kick-in_content{
font-family: 'BLACK', sans-serif;
margin-bottom: -5px;
}
.regular-site{ .regular-site{
position: absolute; position: absolute;
display: block; display: block;
@ -223,12 +187,15 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="jumbotron jumbotron-transparent"> <div class="jumbotron jumbotron-transparent">
<img class="animated" src="media/harambee-logo.png"> <img class="animated" src="media/harambee-logo.png">
<h2>Informatie over COVID-19 maatregelen bij Harambee</h2> <h2 data-localize="page-title">Informatie over COVID-19 maatregelen bij Harambee</h2>
<p id="subtitle">De universiteit heeft verschillende regels opgesteld zodat we veilig kunnen sporten. Je vind ze hier op een rijtje.</p> <p id="subtitle">De universiteit heeft verschillende regels opgesteld zodat we veilig kunnen sporten. Je vind ze hier op een rijtje.</p>
<p>Mochten aan de hand van deze pagina ontduidelijkheden zijn, mail dan het bestuur: <a href="mailto:bestuur@harambee.nl">bestuur@harambee.nl</a>.</p> <p>Mochten aan de hand van deze pagina onduidelijkheden zijn, mail dan het bestuur: <a href="mailto:bestuur@harambee.nl">bestuur@harambee.nl</a>.</p>
<a href="hhttps://harambee.utwente.nl/media/cms/5f607055a950d/SU%20and%20Sports%20Centre%20Rules%20and%20Guidelines.pdf" role="button" class="btn btn-tryout" aria-pressed="true"> <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 reglement <i class="fas fa-file-pdf"></i> COVID-19 reglement
</a> </a>
<a href="index-en.html" role="button" class="btn btn-tryout" aria-pressed="true">
<i class="fas fa-language"></i> This page in English
</a>
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
@ -237,7 +204,7 @@
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><i class="fas fa-hands-wash"></i> Was je handen voor en na trainingen en wedstrijden.</li> <li><i class="fas fa-hands-wash"></i> Was je handen voor en na trainingen en wedstrijden.</li>
<li><i class="fas fa-people-arrows"></i> Hou buiten rally's altijd 1,5 meter afstand tot elkaar. Ook op de spelersbank.</li> <li><i class="fas fa-people-arrows"></i> Hou buiten rally's altijd 1,5 meter afstand tot elkaar. Ook op de spelersbank.</li>
<li><i class="fas fa-user-clock"></i> Voorafgaand aan een wedstrijd mag een team niet de zaal in zolang er nog andere ploegen in de hal bezig zijn.</li> <li><i class="fas fa-user-clock"></i> Voorafgaand aan een wedstrijd mag een team niet de zaal in zolang er nog andere ploegen in de zaal bezig zijn.</li>
<li><i class="fas fa-handshake-alt-slash"></i> Voorafgaand aan wedstrijden geven we geen handen.</li> <li><i class="fas fa-handshake-alt-slash"></i> Voorafgaand aan wedstrijden geven we geen handen.</li>
<li><i class="fas fa-head-side-cough-slash"></i> Bij voorkeur niet yellen binnen 1,5 meter van elkaar.</li> <li><i class="fas fa-head-side-cough-slash"></i> Bij voorkeur niet yellen binnen 1,5 meter van elkaar.</li>
<li><i class="fas fa-volleyball-ball"></i> Na trainingen en wedstrijden moeten de gebruikte ballen worden gedesinfecteerd.</li> <li><i class="fas fa-volleyball-ball"></i> Na trainingen en wedstrijden moeten de gebruikte ballen worden gedesinfecteerd.</li>
@ -248,23 +215,24 @@
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><i class="fas fa-person-booth"></i> Kleedkamers zijn beperkt beschikbaar, max. 6 personen per kleedkamer.</li> <li><i class="fas fa-person-booth"></i> Kleedkamers zijn beperkt beschikbaar, max. 6 personen per kleedkamer.</li>
<li><i class="fas fa-shower"></i> Max. 2 personen tegelijk in de douches.</li> <li><i class="fas fa-shower"></i> Max. 2 personen tegelijk in de douches.</li>
<li><i class="fas fa-tshirt"></i> Het Sportcentrum adviseert om thuis al om te kleden in je sportkleding.</li>
</ul> </ul>
</div> </div>
<div class="animated fadeInDown fast alert alert-tryouts shadow"> <div class="animated fadeInDown fast alert alert-tryouts shadow">
<h2>Voor toeschouwers</h2> <h2>Voor toeschouwers</h2>
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><i class="fas fa-users-slash"></i> Publiek in de sporthallen is nog <em>niet</em> toegestaan!</li> <li><i class="fas fa-users-slash"></i> Publiek in de sporthallen is nog <em>niet</em> toegestaan!</li>
<li><i class="fas fa-coffee"></i> De kantine is gewoon geopend. Indien je verzekerd wil zijn van een zitplaats dien je te reserveren.</li> <li><i class="fas fa-coffee"></i> De kantine is gewoon geopend. Indien je verzekerd wil zijn van een zitplaats dien je te <a href="https://sportkantine-ut.nl/reserveren">reserveren <i class="fas fa-external-link-alt"></i></a>.</li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-md-4"> <div class="col-lg-4">
<div class="alert alert-member shadow text-center"> <div class="alert alert-member shadow text-center">
<!-- <p>Ik heb de informatie gelezen.</p> --> <p>Ik heb de informatie gelezen.</p>
<a href="#" onclick="toProductionSite()" role="button" class="btn btn-tryout" aria-pressed="true"> <a href="#" onclick="toProductionSite()" role="button" class="btn btn-tryout btn-lg" aria-pressed="true">
Door naar de normale site <i class="align-middle fas fa-rocket"></i> <i class="fas fa-check-circle"></i> Door naar de normale site
</a> </a>
</div> </div>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save