-
Notifications
You must be signed in to change notification settings - Fork 0
/
information.html
74 lines (63 loc) · 2.35 KB
/
information.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
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" type="text/css" href="info.css">
</head>
<body>
<center>
<h1>INFORMATION & ADVICE</h1>
</center>
<section class="container">
<div class="card">
<div class="card-image car-1"></div>
<center>
<h1>ANXIETY</h1>
<h3>
<h4>People with an anxiety disorder may experience excessive fear or worry about a specific situation (for example, a panic attack or social situation) or, in the case of generalized anxiety disorder, about a broad range of everyday situations.</h4><br>
*Generalized anxiety disorder<br><br>
*Panic disorder<br><br>
*Social anxiety disorder<br><br>
*Specific phobi</h3>
</center>
</div>
<div class="card">
<div class="card-image car-2"></div>
<center>
<h1>DEPRESSION</h1>
<h3>
<h4>Depression is a mood disorder that causes a persistent feeling of sadness and loss of interest. Also called major depressive disorder or clinical depression</h4><br>
*Major depressive disorder<br><br>
*Persistent depressive disorder (also known as dysthymia)<br><br>
*Seasonal affective disorder (SAD)<br><br>
*Major depressive disorder with symptoms of psychosis<br><br>
</center>
</div>
<div class="card">
<div class="card-image car-3"></div>
<center>
<h1>DISSOCIATIVE</h1>
<h3>
<h4>People from all age groups and racial, ethnic and socioeconomic backgrounds can experience a dissociative disorder</h4><br><br>
*Dissociative identity disorder<br><br>
*Dissociative amnesia<br><br>
*Depersonalization/derealization disorder<br><br>
</h3>
</center>
</div>
<div class="card">
<div class="card-image car-4"></div>
<center>
<h1>BIPOLAR</h1><br>
<h3>
<h4>Bipolar disorder, formerly called manic depression, is a mental health condition that causes extreme mood swings that include emotional highs (mania or hypomania) and lows (depression).</h4><br
*Bipolar I disorder<br><br>
*Bipolar II disorder <br><br>
*Cyclothymic disorder or cyclothymia<br><br>
*Bipolar disorder, “other specified” and “unspecified”<br></h3>
</center>
</section>
</body>
</html>