-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mental Health Book Club.html
68 lines (58 loc) · 1.72 KB
/
Mental Health Book Club.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script src="script.js"></script>
<!-- header -->
<div class="header">
<h1>Bookage</h1>
<h6 class = "fun"> We are
<span
class="txt-rotate"
data-period="2000"
data-rotate='[ "change.", "knowledge.", "community.", "Bookage." ]'></span>
</h6>
</div>
<!-- nav bar -->
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="Entertainment Book club.html">Entertainment</a>
<li><a href="Social Justice.html">Social Justice </a>
</li>
<li><a href="Mental Health Book Club.html">Mental Health</a>
</li>
</li>
</ul>
<!-- Main part of page -->
<h2> <center> Current Read: </center> </h2><br>
<center>
<img class = "description" src="speak.jpg" onmouseover="this.src='speakdescription.jpg'" onmouseout="this.src='speak.jpg'"/>
</center>
<div class="boxes-header">
<div class="meeting-header">
<center>
<h6> Meeting Dates:</h6><br>
<p class="entertainment-dates">Saturdays 12 P.M.</p><br>
</div>
<div class="amazon-header">
<h6> Amazon Book List: </h6><br>
<a href="https://www.amazon.com/ideas/amzn1.account.AHIPLO6KLMU3TXC2IGJFOUD5NPJA/2D1E4PWP58Z3F?ref=idea_share"
class="a-tag"> Amazon Book List</a><br>
</div>
<div class="discussion-header">
<h6>Join Discussion:</h6><br>
<a href="https://zoom.us/j/91207797538?pwd=aHRJbmNxM0xmRHhnQlJ2WkdXM0Q2UT09"
class="a-tag"> Zoom Link</a>
</div>
</center>
</div>
<!-- footer -->
<footer>
<p>Created By: Team 24<br>
</p>
</footer>