-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmay.html
45 lines (37 loc) · 2.14 KB
/
may.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>Coworking in Third Places</h2>
<p><b>May:</b> Hi there, I'm May! You caught me at the perfect time, I just got out of a client call. My name’s May, and I come to this a few times a week to tackle my remote work when I don’t feel productive doing it at home. I think it’s called a “coworking space”? <br><br>
<b>May:</b> These spaces really challenge the traditional notions of workplaces and where creative work happens. They shake up how people who work outside of an office interact with each other and their environment, blurring the lines between work and what they call a 'third space.'<br><br>
<b>May:</b> Studies show that, at least for creative work like writing, art, and design, being surrounded by others and everyday life creates a more productive work environment. It might not be everyone's cup of tea, but having this affordable, communal space really amps up my productivity.<br><br>
</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>