-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjoe2.html
45 lines (37 loc) · 2.62 KB
/
joe2.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cafe Scene</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<script src="script.js"></script>
<nav>
<a href="index.html" class="restart">Restart</a>
</nav>
<body>
<div class="scene"></div>
<img src="cafe.png" alt="cafe background" class="cafe">
<img src="sprites/barista.png" alt="barista" class="barista">
<img src="sprites/oldenburg.png" alt="Oldenburg's The Great Good Place" class="oldenburg">
<img src="sprites/discord.png" alt="Discord poster" class="discord">
<img src="sprites/olivia.png" alt="Olvia" class="olivia">
<img src="sprites/nithin.png" alt="Nithin" class="nithin">
<img src="sprites/may.png" alt="May" class="may">
<img src="sprites/laptopOlivia.png" alt="Olivia's laptop" class="laptop-olivia">
<img src="sprites/laptopNithin.png" alt="laptop" class="laptop">
</div>
<div class="text-box">
<h2>Third Places and Community Health</h2>
<p><b>Barista Joe:</b> Living in areas with a lack of third places is associated with poorer physical and mental health. The routine of going to third places can act as buffers against stress, loneliness, inactivity, and alienation, especially for people don’t have many places to be social.<br><br>
<b>Barista Joe:</b> Third places encourage people to be physically active and socially connected to others. These factors aren’t just social perks; they come with clear health implications, positively impacting our patrons.<br><br>
<b>Barista Joe:</b> Baristas like myself, for example, we act as community guardians. Just by making coffee for our regulars, we’re able to keep tabs and check in on community members. The loss of protective factors, like those found in third places, can be particularly challenging for vulnerable groups. This includes older adults, children, and those facing socio economic hardships. <br><br>
<b>Barista Joe:</b> For example, one of my favorite customers is Mary, who is 80 years old and comes in every morning at 7:00 am sharp. She has a tab here so that she can coordinate her payments with her monthly welfare checks, and we always ask her if she’s keeping up with her medical appointments. These are just small parts of our routines as guardians of third places, but these acts have a significant social impact. </p>
<div class="two-button-container">
<a href="scene3.html" class="return-button">Talk to more people!</a>
<a href="scene4.html" class="return-button">I've talked to everyone</a>
</div>
</div>
</body>
</html>