From aa9983c1f62572d2a412ccf6854575dd2eb1e40f Mon Sep 17 00:00:00 2001 From: Angela Wang <angeluhwang@gmail.com> Date: Wed, 2 Oct 2024 12:39:35 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 1a335f2..21f5088 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -67,7 +67,8 @@ <div class="card2" style="border: none;"> <div style="display: flex; align-items: center; justify-content: center; width: 100%;"> <div style="width: 45%; padding-right: 10px; text-align: right;"> - <h1 style="font-size: 2.5em;">ADDICTION IS A + <h1 style="font-size: 2.5em;"> + <span class="bluettext">ADDICTION </span> IS A <span class="redtext" style="font-size: 3em;">DISEASE </span></h1> <p style="font-size: 1.5em;"> In history, @@ -92,11 +93,9 @@ <div class="carousel-item top-left"> <h1 class="LA" style="font-family: 'soulmeh'; color:#64c0d1;">Los Angeles County</h1> is notorious for its rising rates of substance abuse. 7.6% of Los Angeles County residents aged 12 and above live with a substance use disorder, meaning over 760,000 people are affected within our communities, districts, and schools.</div> <div class="carousel-item top-right"> - <h1 class="LA" style="font-family: 'soulmeh'; color:#299db5;">Drugs</h1> produce an intense feeling of - <span h="bluettext">euphoria</span>, causing an unhealthy amount of dopamine production and release in the brain. Our human brains are wired to remember pleasurable activities to increase the chances of its recurrence. The dopaminergic pathway is responsible for the human system’s pleasure circulation.</div> + <h1 class="LA" style="font-family: 'soulmeh'; color:#299db5;">Drugs</h1> produce an intense feeling of euphoria, causing an unhealthy amount of dopamine production and release in the brain. Our human brains are wired to remember pleasurable activities to increase the chances of its recurrence. The dopaminergic pathway is responsible for the human system’s pleasure circulation.</div> <div class="carousel-item bottom-left"> - <h1 class="LA" style="font-family: 'soulmeh'; color:#299db5;">Research</h1> has shown that G9a activity is responsible for - <span class="bluettext">regulating</span> the genes that influence the production and release of dopamine. They found that reducing the levels of G9a in rats’ brains decreased their desire to consume cocaine, suggesting that G9a plays a crucial role in addictive behaviors.</div> + <h1 class="LA" style="font-family: 'soulmeh'; color:#299db5;">Research</h1> has shown that G9a activity is responsible for regulating the genes that influence the production and release of dopamine. They found that reducing the levels of G9a in rats’ brains decreased their desire to consume cocaine, suggesting that G9a plays a crucial role in addictive behaviors.</div> <div class="carousel-item bottom-right" style="font-size: 3.75rem; font-family:'soulmeh'; font-weight: bold;">-></div> </div> <div class="carousel-slide"> @@ -120,6 +119,7 @@ <style> .bluettext{ color:#299db5; + } .redtext{ color: red; -- GitLab