Skip to content

Commit

Permalink
Add resources, edit styles & responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
narayan-sajeev committed Jun 18, 2023
1 parent 1ef1f32 commit 03404b3
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 32 deletions.
15 changes: 12 additions & 3 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,16 @@ li span {
margin-top: 0;
}

.resources-p {
margin-bottom: 5%;
.resources-header {
margin: 10% 0 2%;
}

.resources-header+p {
text-align: left;
}

.arcgis {
margin-top: 2%;
height: 50rem;
width: 80%;
border: 5px solid #1363DF;
Expand Down Expand Up @@ -731,7 +736,7 @@ textarea {
}

.footer-p {
margin-top: 3%;
margin: 10% 0;
}

/* Solution */
Expand Down Expand Up @@ -809,6 +814,10 @@ textarea {
text-align: left;
}

.resources-header {
margin: 20% 0 10% !important;
}

/* Info */

.info-row {
Expand Down
123 changes: 95 additions & 28 deletions views/partials/resources.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,128 @@

<h1 class="big-heading">Resources</h1>

<h3>
<div class="row">

<a href="https://www.thedoorway.nh.gov/">The Doorways Program:</a>
<div class="col-lg-6">

</h3>
<div>

<p class="resources-p">
<h3 class="resources-header">

NH Doorways is a program that helps people with substance use disorders access treatment by calling 211 or using
the Doorway locator map to find a location at one of nine trusted community hospitals in New Hampshire.
<a href="https://www.thedoorway.nh.gov/">The Doorway</a>

</p>
</h3>

<h3>
<p>

<a href="https://www.nh988.com/">NH 988:</a>
The Doorway is a NH program that helps people with substance use disorders access treatment by
calling 211 or using the Doorway locator map to find a location at one of nine trusted community
hospitals in New Hampshire.

</h3>
</p>

<p class="resources-p">
</div>

NH988 is a three-digit code for people in New Hampshire experiencing a crisis related to mental health,
substance misuse, or suicide, and can be reached by calling or texting 833-710-6477 or visiting NH988.com.
<div>

</p>
<h3 class="resources-header">

<h3>
<a href="https://www.nh988.com/">NH 988</a>

<a href="https://www.nh988.com/">NH 211:</a>
</h3>

</h3>
<p>

<p class="resources-p">
NH988 is a three-digit code for people in New Hampshire experiencing a crisis related to mental
health, substance misuse, or suicide & can be reached by calling or texting 833-710-6477 or
visiting NH988.com.

NH 211 is a 24/7 helpline that connects New Hampshire residents to health and human service resources. For those
outside of New Hampshire, call 1.866.444.4211.
</p>

</p>
</div>

<div>

<p>
support groups, phone #s, link to columbus recovery center, treatment centers, talk to someone now, book an
appointment, 988, 211
<h3 class="resources-header">

trevor project, suicide hotline, crisis textline, nextstep.health, next.step.health care map
<a href="https://www.211nh.org/">NH 211</a>

</p>
</h3>

<iframe class="arcgis" src="https://bit.ly/nh-mental-health-resources" frameborder="0" allowfullscreen
allow="geolocation"></iframe>
<p>

NH 211 is a 24/7 helpline that connects New Hampshire residents to health & human service
resources. For those outside of New Hampshire, call 1.866.444.4211.

</p>

</div>

</div>

<div class="col-lg-6">

<div>

<h3 class="resources-header">

<a href="https://nosafeexperience.org/">No Safe Experience</a>

</h3>

<p>

“No Safe Experience” is a public awareness campaign launched by Governor Chris Sununu of New
Hampshire to alert individuals that there is no safe experience when consuming any drugs that have
not been prescribed by a medical provider.

</p>

</div>

<div>

<h3 class="resources-header">

<a href="https://www.zocdoc.com/procedure/addiction-substance-abuse-177">Book an Appointment</a>

</h3>

<p>

Zocdoc is a free online service that helps patients find & book appointments with doctors for
Addiction / Substance Abuse treatment.

</p>

</div>

<div>

<h3 class="resources-header">

<a href="https://findtreatment.gov/locator">Treatment Centers Near You</a>

</h3>

<p>

FindTreatment.gov is a confidential & anonymous resource for finding treatment facilities for
mental & substance use disorders in the United States & its territories.

</p>

</div>

</div>

</div>

</main>

<iframe class="arcgis" src="https://bit.ly/nh-mental-health-resources" frameborder="0" allowfullscreen
allow="geolocation"></iframe>

<br><br><br>

<%- include("footer") -%>
2 changes: 1 addition & 1 deletion views/partials/stats.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

</div>

<h2 class="big-heading">New Hampshire Data</h2>
<h2 class="section-heading">New Hampshire Data</h2>

<div class="row stats-row">

Expand Down

0 comments on commit 03404b3

Please sign in to comment.