-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchat-6-choices.html
34 lines (31 loc) · 1.55 KB
/
chat-6-choices.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- viewport - follow the screen width https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Search all chats</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section class="center margintop1">
<h2>Search all chats</h2>
<p>Based on your survey responses, we have added you to the following group chats with your peers.</p>
<a class="secondary gotbutton" href="chatBox.html">Game of Thrones</a>
<a class="secondary formula1" href="chatBox.html">Formula 1</a>
<a class="secondary cooking" href="chatBox.html">Cooking</a>
</section>
<section class="center margintop1">
<a class="secondary cooking" href="chatBox.html">Cooking</a>
<a class="secondary workouts" href="chatBox.html">Workouts</a>
<a class="secondary spiderman" href="chatBox.html">Spider Man</a>
</section>
<section class="center margintop3">
<h2>🥱 Nothing Interesting?</h2>
<p>Check out the Community Wall created by students for students who are keen to try out new things</p>
<a class="primary" href="community-wall.html">Community wall</a>
<p><em>Can't find interesting topic? Try exploring other chats!</em></p>
<a class="primary" href="chat-table.html">Additional chats</a>
</section>
</body>
</html>