Skip to content

Commit

Permalink
Add fentanyl page
Browse files Browse the repository at this point in the history
  • Loading branch information
narayan-sajeev committed Mar 24, 2024
1 parent 327948a commit 24a5643
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 7 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ displayResourcePage("commonly-abused")
displayResourcePage("causes")
displayResourcePage("symptoms")
displayResourcePage("effects")
displayResourcePage("fentanyl")
displayResourcePage("withdrawal")
displayResourcePage("history")
displayResourcePage("overdose")
Expand Down
Binary file added public/imgs/fentanyl-penny.webp
Binary file not shown.
Binary file added public/imgs/fentanyl.webp
Binary file not shown.
58 changes: 58 additions & 0 deletions views/partials/fentanyl.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<main class="container-fluid resources">

<h1 class="big-heading">What is Fentanyl?</h1>
<p>

Fentanyl is a potent synthetic opioid primarily used as an analgesic, meaning it's used to relieve pain. It's 50
times stronger than than heroin and 100 times stronger than morphine. It's primarily used to help manage pain
for cancer patients and those recovering from surgeries.

<br><br>

Fentanyl works by activating μ-opioid receptors in the brain. By binding to these receptors, pain
signals are blocked on their way to the brain. This results in reduced pain sensitivity and various effects such
as feelings of happiness or euphoria, drowsiness, nausea and confusion.

<br><br>

Here's what a lethal dose of fentanyl (2 milligrams) looks like when compared to a penny:

</p>

<img src="imgs/fentanyl-penny.webp" alt="lethal fentanyl dose" class="img">

<p>

Fentanyl is a prescription drug, but it is also made and used illegally. Illegally made fentanyl is often mixed
with other drugs, such as heroin, cocaine, or methamphetamine, to increase their potency. This is dangerous
because fentanyl is so potent that even a small amount can cause an overdose. Fentanyl is a controlled substance
in the United States, meaning it is illegal to use or possess without a prescription.

<br><br>

Common side effects of fentanyl include headache, dizziness, drowsiness, pale skin, feeling weak or tired,
constipation, nausea, vomiting, stomach pain, insomnia, swelling in hands or feet, increased
sweating, cold feeling, itching, redness, or rash where a patch was worn.

<br><br>

More serious side effects can occur which include low blood pressure, hallucinations, delirium,
breathing difficulties, loss of consciousness and overdose.

</p>

<img src="imgs/fentanyl.webp" alt="fentanyl" class="img">

<p>

If you or someone you know uses fentanyl, you should know that misuse can be successfully managed with
treatments such as medication, counseling and behavioral therapies. It's important to seek help from healthcare
professionals if you suspect misuse or addiction.

</p>

</main>

<br><br><br>

<%- include("footer") -%>
20 changes: 13 additions & 7 deletions views/partials/info.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@

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

<a class="btn btn-lg btn-outline-dark" href="withdrawal">Drug Withdrawal</a>
<a class="btn btn-lg btn-outline-dark" href="fentanyl">What is Fentanyl?</a>

</div>

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

<a class="btn btn-lg btn-outline-dark" href="history">History of Drug Abuse</a>
<a class="btn btn-lg btn-outline-dark" href="withdrawal">Drug Withdrawal</a>

</div>

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

<a class="btn btn-lg btn-outline-dark" href="overdose">Overdose Prevention</a>
<a class="btn btn-lg btn-outline-dark" href="history">History of Drug Abuse</a>

</div>

Expand All @@ -62,32 +62,38 @@

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

<a class="btn btn-lg btn-outline-dark" href="treatment">Drug Abuse Treatment</a>
<a class="btn btn-lg btn-outline-dark" href="overdose">Overdose Prevention</a>

</div>

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

<a class="btn btn-lg btn-outline-dark" href="prevention">Drug Abuse Prevention</a>
<a class="btn btn-lg btn-outline-dark" href="treatment">Drug Abuse Treatment</a>

</div>

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

<a class="btn btn-lg btn-outline-dark" href="resources">Resources</a>
<a class="btn btn-lg btn-outline-dark" href="prevention">Drug Abuse Prevention</a>

</div>

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

<a class="btn btn-lg btn-outline-dark" href="commonly-abused">Commonly Abused Drugs</a>
<a class="btn btn-lg btn-outline-dark" href="resources">Resources</a>

</div>

</div>

<div class="row info-row">

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

<a class="btn btn-lg btn-outline-dark" href="commonly-abused">Commonly Abused Drugs</a>

</div>

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

<a class="btn btn-lg btn-outline-dark" href="co-occurring">Co-occurring Conditions</a>
Expand Down
10 changes: 10 additions & 0 deletions views/resources/fentanyl-1.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>What is Fentanyl?</title>

<%- include("../partials/navbar-1") -%>

<%- include("../partials/fentanyl") -%>
10 changes: 10 additions & 0 deletions views/resources/fentanyl-2.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>What is Fentanyl?</title>

<%- include("../partials/navbar-2") -%>

<%- include("../partials/fentanyl") -%>

0 comments on commit 24a5643

Please sign in to comment.