-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathavailableTestingSlots.html
57 lines (44 loc) · 2.23 KB
/
availableTestingSlots.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<title>MetaMotor - Lab </title>
<!-- We dont need this here but this messes up with the header's format so I'll add it everywhere -->
<link href="assets/css/list.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<script src="components/header.js" type="text/javascript" defer></script>
<script src="components/footer.js" type="text/javascript" defer></script>
<body>
<header-component></header-component>
<!-- +++++ Projects Section +++++ -->
<div class="container pt">
<div class="row mt">
<div class="col-lg-6 col-lg-offset-3 centered">
<h3>AVAILABLE TESTING SLOTS</h3>
<hr>
</div>
</div>
<center>
<p>We are looking for participants for several studies. <a href="pdfs/Looking_for_volunteers_guitar.pdf">Here's the information</a> for one of them.<br>
<p>If you'd like to participate in our studies, please do get in touch!<br>Below are some available slots.</p>
<b>Contact us ([email protected]) if you would like to take part, even if no slots are available when you are.</b></p>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=2&ctz=Europe%2FBerlin&bgcolor=%231abc9c&showTitle=0&showPrint=0&showTabs=0&showCalendars=0&src=MTJiYzc2MWQ4YjcyZGExMjhkYmY0Y2JjMWI3ZjI5NTI3YTg2ZjQzZDk5YTVmM2ZhN2Y5NmZjZDEzMWMwZTRhMUBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23C0CA33" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</center>
</div><!-- /container -->
<!-- +++++ Footer Section +++++ -->
<footer-component></footer-component>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</head>
</html>