-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
32 lines (24 loc) · 1.37 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About us </title>
<link rel="stylesheet" href="./style_sub.css">
</head>
<body>
<header>
<div class="header-text">
<div class="home-shape">
<a href="index.html" class="home-link">Home</a>
</div>
</div>
</header>
<main>
<div class="upper"></div>
<div class="lower"></div>
<h1>About us </h1>
<p class="three" > Behind Cognitive Slides, we are two Bachelor’s students studying Cognitive Science at Aarhus University. Like many other students, we have felt frustrated by sitting in lectures that are accompanied by poorly designed slideshows and ineffective visual aids. <br>
As students in a field that deals with the human mind, it surprises us that not more attention is put towards creating presentations that are optimal for learning and retention. <br>
That is why we decided to go on a mission to help professors and teachers at universities create better visual presentations so that students can benefit from these more effective presentations,ultimately enhancing the learning experience. <br>
We believe that by using evidence-based concepts and design principles that orginiate from theories in Cognitive Psychology, we can help elevate the quality of university lectures. </p>
</main>