-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
49 lines (45 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Tea Break provides essential tools to simplify your workday. Meet our team behind these innovative solutions: Marta, our CEO of Taking a Break, and Max, our Chief Operating Teacup. Explore our range of productivity-boosting tools designed to make your work life easier.">
<title>Tea Break - Don't stress, it's just work</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/teaBreak.png">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head>
<body>
<header>
</header>
<main class="homepage">
<section class="meetTheTeam">
<h2>✰ Meet the Team ✰</h2>
<div class="teamMembers">
<div class="member">
<a href="https://github.com/podymniak" target="_blank">
<img src="images/marta.jpg" alt="Marta">
</a>
<h3>Marta</h3>
<p>Chief Executive Teacup</p>
</div>
<div class="member">
<a href="https://www.linkedin.com/in/dominika-szarpak/" target="_blank">
<img src="images/domi.jpg" alt="Domi">
</a>
<h3>Domi</h3>
<p>Client Success Manager</p>
</div>
<div class="member">
<a href="https://www.linkedin.com/in/maxlero/" target="_blank">
<img src="images/maxito.png" alt="Max">
</a>
<h3>Max</h3>
<p>Chief of Chiefs</p>
</div>
</div>
</section>
</main>
<script src="./load.js"></script>
</body>
</html>