-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHO_HB.html
24 lines (23 loc) · 1.49 KB
/
HO_HB.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="header">Quiz Results</div>
<div class="results">
<p>Based on your answers, you are particularly good at telling when people are happy. You probably like it when people are enjoying themselves and having fun.</p>
<p>You’re also good at telling what other people are feeling in general. That’s a really useful skill for getting along with other people.</p>
<p>Check out these links for more information about building on your skills:</p>
<ul>
<li>Sometimes our own emotions get in the way of telling how other people are feeling. A study at Duke University is evaluating whether teaching people mindfulness skills can improve their ability to perceive other people’s emotions.</li>
</ul>
</div>
<div class="footer">
<p class="disclaimer">Disclaimer: The information presented on this website is not intended to substitute care from qualified psychiatrists, psychologists, physicians, and health care professionals. Acknowledgements: Photos provided by © Paul Ekman 1993. This website was created as part of a Bass Connections interdisciplinary research project at Duke University titled "Emotional Connection: Developing a Mobile Intervention for Social and Emotional Dysfunction (2018-19)."</p>
<img class="bc-logo" src="bc-logo.jpg"></img>
</div>
</body>
<script src="instructionscripts.js"></script>
</html>