-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·54 lines (39 loc) · 1.82 KB
/
index.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
<!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="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<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>
<!-- +++++ Welcome Section +++++ -->
<div class="container">
<div class="row mt centered">
<img style="max-width:50%;" src="assets/img/index/metacognition_and_learning.jpg" alt="Metacognition">
<h1>Welcome to the metamotor lab!</h1>
<p>We try to understand metacognition and ask how (much) the brain knows about the way it moves the body.</p>
<p>We sometimes use neuroimaging methods -(f)MRI, EEG- and sometimes focus on behavioural experiments alone.</p>
</div><!-- /row mt centered -->
</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>