Skip to content

Commit

Permalink
Homepage Update
Browse files Browse the repository at this point in the history
  • Loading branch information
chatlenw committed Nov 17, 2018
1 parent de774d9 commit d485b07
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 5 deletions.
Binary file added background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file removed index.css
Empty file.
43 changes: 38 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand" href="#">Hidden brand</a>
<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>
Expand All @@ -30,10 +30,43 @@
</ul>
</div>
</nav>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Fluid jumbotron</h1>
<p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
<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>
Expand Down
72 changes: 72 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
html, body{
height: 100%;
width: 100%;

}


.background{
background-position: center;
background-image: url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
height: 1250%;
width: 100%;
}

.intro{
font: italic bold, Georgia, serif;
font-size: 200%;

}

.therapybutton{
width 50%;
height: 20%;
padding: 0% 25% ;

float: none;
}
.button{
background-color: yellow;
border: orange;
color: yellow;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.information{
float: left;
margin: 4 px;
width: 40%;
height: auto;

}
.treatments{
float: left;
width: 40%;
height: auto;

}
a:link {
color: black;
background-color: transparent;
text-decoration: none;
}

a:visited {
color:white;
background-color: black;
text-decoration: none;
}

a:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}

0 comments on commit d485b07

Please sign in to comment.