-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (77 loc) · 5.49 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
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
75
76
77
78
79
80
81
82
<?php
session_start();
$type =$_SESSION['user_Type'];
$user_id =$_SESSION['id']
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TherapySite</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand" href="#">FEEL GOOD INC</a>
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile/profile-<?php echo $type?>.php">Profile</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sessions/sessions.php">Your sessions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="SearchPage/index.php">Connect with a Professional</a>
</li>
</ul>
</div>
</nav>
<div class="background">
<div class="intro">
<h1 class="intro">WELCOME TO FEEL GOOD INC</h1>
<p class="intro">Helping you find the help you need.</p>
</div>
<div class="information">
<h2>Additional Information</h2>
<h6><a href="https://www.nimh.nih.gov/health/topics/anxiety-disorders/index.shtml">Anxiety Disorders (ADHD, ADD)</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/attention-deficit-hyperactivity-disorder-adhd/index.shtml">Attention Deficit Hyperactivity Disorder (ADHD, ADD)</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/autism-spectrum-disorders-asd/index.shtml">Autism Spectrum Disorders (ASD)</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/bipolar-disorder/index.shtml">Bipolar Disorder (Manic-Depressive Illness)</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/borderline-personality-disorder/index.shtml">Borderline Personality Disorder</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/depression/index.shtml">Depression</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/disruptive-mood-dysregulation-disorder-dmdd/disruptive-mood-dysregulation-disorder.shtml">Disruptive Mood Dysregulation Disorder</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/eating-disorders/index.shtml">Eating Disorders</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/hiv-aids/index.shtml">HIV/AIDS and Mental Health</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/obsessive-compulsive-disorder-ocd/index.shtml">Obsessive-Compulsive Disorder (OCD)</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml">Post-Traumatic Stress Disorder (PTSD)</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/schizophrenia/index.shtml">Schizophrenia</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/seasonal-affective-disorder/index.shtml">Seasonal Affective Disorder</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/substance-use-and-mental-health/index.shtml">Substance Use and Mental Health</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/suicide-prevention/index.shtml">Suicide Prevention</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/coping-with-traumatic-events/index.shtml">Traumatic Events</h6>
</div>
<div class="Treatments">
<h2><a>Treatments and Therapies</h2>
<h6><a href="https://www.nimh.nih.gov/health/topics/brain-stimulation-therapies/brain-stimulation-therapies.shtml">Brain Stimulation Therapies</h6>
<h6><a href="https://www.nimh.nih.gov/health/find-help/index.shtml">Help for Mental Illnesses</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/integrated-care/index.shtml">Integrated Care</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/mental-health-medications/index.shtml">Medications</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/psychotherapies/index.shtml">Psychotherapies</h6>
<h6><a href="https://www.nimh.nih.gov/health/topics/technology-and-the-future-of-mental-health-treatment/index.shtml">Technology and the Future of Mental Health Treatment</h6>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>