diff --git a/Web Development/Basic/Healta-mental health website/Depr.jpg b/Web Development/Basic/Healta-mental health website/Depr.jpg new file mode 100644 index 000000000..444027c7a Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/Depr.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/Healta.jpg b/Web Development/Basic/Healta-mental health website/Healta.jpg new file mode 100644 index 000000000..35440ea64 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/Healta.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/WhatsApp_Image_2023-09-29_at_21.54.06_e754a1ed-removebg-preview (1).png b/Web Development/Basic/Healta-mental health website/WhatsApp_Image_2023-09-29_at_21.54.06_e754a1ed-removebg-preview (1).png new file mode 100644 index 000000000..741f8d0ae Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/WhatsApp_Image_2023-09-29_at_21.54.06_e754a1ed-removebg-preview (1).png differ diff --git a/Web Development/Basic/Healta-mental health website/about us .css b/Web Development/Basic/Healta-mental health website/about us .css new file mode 100644 index 000000000..66a1c3ece --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/about us .css @@ -0,0 +1,125 @@ +*{ + margin: 0; + padding: 0; + font-family: 'Mooli', sans-serif; + +} +.ul img{ + height: 50px; + width: 50px; + transition: all 0.2s ease-in-out; +} +.ul img:hover{ + transform: scale(1.2,1.2); +} +.ul{ + list-style-type: none; + margin: 0; + padding: 0; + background-color: #f9e4e3; + display: flex; + height: 60px; + width: 100%; + justify-content: space-evenly; + align-items: center; + } +.li a{ + color: burlywood; + background-color: rgba(255, 255, 255, 0.1); + text-shadow: 1px 1px 1px black; + text-decoration: none; + font-size: 20px; + padding: 20px; + +} +.li :hover { + box-shadow: 0 0 4px rgba(255, 255, 255, 1); + color: rgba(222, 184, 135, 0.605); + background-color: #fbc9d69a; +} + +.main_page{ + height: 80%; + width: 100%; + display: flex; + justify-content: space-between; + +} +.footer{ + position: fixed; + bottom: 0; + right: 0; + left: 0; + background-color: #fbc9d69a; + height: 20%; + width: 100%; + display: flex; + justify-content: space-around; +} +.base_line{ + margin: 5px; + font-size: 22px; + margin-top: 30px; + margin-left: 80px; + font-weight: bold; +} +.base_para{ + margin: 5px; + width: 50%; + font-size: 15px; + margin: auto; + text-align: center; + color: rgb(87, 79, 87); + +} +.main_text{ + margin-left: 75px; + margin-top: 120px; +} +.paragraph{ + font-size: 18px; + color: rgb(104, 104, 104); +} +.socials i{ + padding: 0 5px; + color: burlywood; + opacity: 0.5; + padding-right: 10px; + font-size: 25px; +} +.socials i:hover{ + opacity: 1; + transform: scale(1.1); +} +.tag_line{ + font-size: 32px; + font-weight: 900; + width: 400px; + margin-top: 0px; + +} +.paragraph{ + margin-top: 20px; + margin-bottom: 20px; +} +.about{ + font-size: 25px; + color: rgb(105, 105, 105); + font-weight: 500; + margin-bottom: 5px; +} +.nav_bar{ + position: fixed; + top: 0px; + height: 50px; + width: 100%; +} +.image{ + margin-top: 40px; +} +.image img{ + height: 350px; + width: 575px; + margin-left: 50px; +} + diff --git a/Web Development/Basic/Healta-mental health website/about us.html b/Web Development/Basic/Healta-mental health website/about us.html new file mode 100644 index 000000000..1a351e4a3 --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/about us.html @@ -0,0 +1,61 @@ + + + + + + About Us + + + + + + + + +
+ +
+ +
+

About Us

+
+ Empowering minds, + Healing hearts +
+

+ Healta is a safe space dedicated to fostering awareness, understanding, and support for mental well-being. Our mission is to provide valuable resources, expert insights, and a compassionate community to empower individuals on their journey to better mental health. Join us in breaking the stigma and promoting holistic self-care for a happier, healthier life. +

+ +
+ + + + +
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/Web Development/Basic/Healta-mental health website/anx.jpg b/Web Development/Basic/Healta-mental health website/anx.jpg new file mode 100644 index 000000000..6b86a0113 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/anx.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/bipolar.jpg b/Web Development/Basic/Healta-mental health website/bipolar.jpg new file mode 100644 index 000000000..e8e33a5dd Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/bipolar.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/cardout.jpg b/Web Development/Basic/Healta-mental health website/cardout.jpg new file mode 100644 index 000000000..1b79d5835 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/cardout.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/dissocial.jpg b/Web Development/Basic/Healta-mental health website/dissocial.jpg new file mode 100644 index 000000000..b530eb9bb Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/dissocial.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/dont_panic.jpg b/Web Development/Basic/Healta-mental health website/dont_panic.jpg new file mode 100644 index 000000000..7ac0e5293 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/dont_panic.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/find_a_therapist.css b/Web Development/Basic/Healta-mental health website/find_a_therapist.css new file mode 100644 index 000000000..23c6085c1 --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/find_a_therapist.css @@ -0,0 +1,113 @@ +*{ + margin: 0; + padding: 0; + font-family: 'Mooli', sans-serif; + +} +.ul img{ + height: 50px; + width: 50px; + transition: all 0.2s ease-in-out; +} +.ul img:hover{ + transform: scale(1.2,1.2); +} +.ul{ + list-style-type: none; + margin: 0; + padding: 0; + background-color: #f9e4e3; + display: flex; + height: 60px; + width: 100%; + justify-content: space-evenly; + align-items: center; + } +.li a{ + color: burlywood; + background-color: rgba(255, 255, 255, 0.1); + text-shadow: 1px 1px 1px black; + text-decoration: none; + font-size: 20px; + padding: 20px; + +} +.li :hover { + box-shadow: 0 0 4px rgba(255, 255, 255, 1); + color: rgba(222, 184, 135, 0.605); + background-color: #fbc9d69a; +} +h1{ + color: black; + text-shadow: 1px 1px 4px black; + font-size: 40px; + text-align: center; + margin-top: 20px; +} +.hero_txt{ + font-size: 20px; + text-align: center; + margin: 40px; + color: rgb(87, 79, 87); +} +h2{ + color: burlywood; + text-shadow: 1px 1px 2px black; + margin: 10px; +} +input[type="text"], +select { + width: 100%; + padding: 10px; + border: 1px solid #ccc; + border-radius: 5px; + margin: 10px; +} +.search-container { + max-width: 800px; + margin: 40px auto; + padding: 20px; + border: 1px solid #ccc; + background-color: linear-gradient(to left, #ffffff 0%,#f9e4e3 70%); + box-shadow: 0 0 10px rgba(0, 0, 0, 1);} +form { + display: flex; + flex-wrap: wrap; + justify-content: left; +} + +label{ + background-color: none; + padding: 10px 0 10px 10px; + color: burlywood; + text-shadow: 1px 1px 2px black; + font-size: 18px; +} + +input, +select { +background-color: #f9e4e3; +color: black; +border: none; +border-radius: 5px; +cursor: pointer; +} +button{ + border-radius: 25px; + background-color: #fff; + border: 3px solid #f9e4e3; + padding: 10px; + margin-left: 10px; + color: burlywood; + font-weight: 600; + text-shadow: 1px 1px 2px black; +} +.results-container { +max-width: 800px; +margin: 20px auto; +} + +ul { +list-style: none; +padding: 20px; +} \ No newline at end of file diff --git a/Web Development/Basic/Healta-mental health website/find_a_therapist.html b/Web Development/Basic/Healta-mental health website/find_a_therapist.html new file mode 100644 index 000000000..1469bcda8 --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/find_a_therapist.html @@ -0,0 +1,115 @@ + + + + + + Resourses + + + + + + + + + + + +
+

Find a Therapist

+
+

Millions of individuals, from all walks of life, seek therapy for various mental health concerns. You're not alone in your journey, and there's no shame in reaching out for support.By reaching out to a therapist, you're breaking the silence and taking control of your well-being. It's a powerful step toward a healthier and happier life. +

+
+
+

Search for a Therapist


+
+ + + + + + +
+
+ +
+

Search Results

+
    + + +
    + +
    + +
    +

    Search Results

    +
      + +
    +
    + + + +
+
+
+ + + \ No newline at end of file diff --git a/Web Development/Basic/Healta-mental health website/h.jpg b/Web Development/Basic/Healta-mental health website/h.jpg new file mode 100644 index 000000000..13a0b2985 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/h.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/index.css b/Web Development/Basic/Healta-mental health website/index.css new file mode 100644 index 000000000..ca607ac75 --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/index.css @@ -0,0 +1,352 @@ +*{ + margin: 0; + padding: 0; + font-family: 'Mooli', sans-serif; + /* background-color: #f9e4e3; */ +} + +.nav{ + background: linear-gradient(to left, #ffffff 0%, rgb(234, 204, 209) 70%); + display: flex; + justify-content: center; + align-items: baseline; + transition: all 2s ease-in-out 0.2s; +} +.nav img{ + height: 100px; + width: 100px; + padding-right: 20px; +} +.nav:hover{ + transform: translatex(-420px) ; + background-color: white; +} +h1{ + color: #fbc9d6; + text-shadow: 1px 1px 4px black; + font-size: 60px; + box-sizing: border-box; +} +.tag{ + background-color: #f9e4e3; + width: 100%; + padding: 5px; + text-align: center; + margin: 10px; + font-size: 20px; +} +.btn_one i{ + color: burlywood; + text-shadow: 1px 1px 1px black; + background-color: rgba(255, 255, 255, 0); + font-size: 30px; + font-weight: 700; + position: absolute; + left: 16px; + line-height: 60px; + cursor: pointer; + transition: all 0.3 linear; +} +.sidebar_menu{ + position: absolute; + top: 124px; + left: -350px; + height: 100vh; + width: 300px; + background-color: #f9e4e3; + transition: all 0.3s linear; +} +.logo img{ + height: 50px; + width: 50px; + position: relative; + right: 20px; + top: 10px; + +} +.sidebar_menu .logo{ + position: absolute; + width: 100%; + line-height: 60px; + height: 60px; + display: flex; + justify-content: space-around; + align-items: center; +} +#menu_opt{ + position: absolute; + left: 50px; + color: burlywood; + text-decoration: none; + font-size: 20px; + font-weight: 500; + text-shadow: 1px 1px 1px black; +} +.sidebar_menu .btn_two i{ + color: burlywood; + font-size: 25px; + line-height: 60px; + position: absolute; + left: 275px; + text-shadow: 1px 1px 1px black; + /* opacity: 0; */ + cursor: pointer; + transition: all 0.3 linear; +} +.sidebar_menu .menu{ + color: burlywood; + position: absolute; + width: 100%; + top: 80px; +} +.sidebar_menu .menu li{ + /* background-color: #f9e4e3; */ + margin-top: 16px; + padding: 14px 20px 14px; +} +.sidebar_menu .menu li:hover{ + box-shadow: 0 0 4px rgba(255, 255, 255, 1); + background-color: #fbc9d69a; +} + +.sidebar_menu .menu i, #menu_opt{ + color: burlywood; + background-color: rgba(255, 255, 255, 0.1); + text-shadow: 1px 1px 1px black; + text-decoration: none; + font-size: 20px; +} + +.sidebar_menu .menu i{ + padding-right: 6px; +} +.sidebar_menu .social_media{ + position: absolute; + left: 15%; + bottom: 100px; +} + +.sidebar_menu .social_media i{ + padding: 0 5px; + color: burlywood; + opacity: 0.5; + font-size: 25px; +} + +.sidebar_menu .social_media i:hover{ + opacity: 1; + transform: scale(1.1); +} + +#check{ + display: none; +} +.btn_one i:hover{ + font-size: 35px; + text-shadow: 0 0 2px rgba(255, 255, 255, 0.5); +} + +.btn_two i:hover{ + font-size: 30px; +} + +#check:checked ~ .sidebar_menu{ + left: 0; +} + +#check:checked ~ .btn_one i{ + opacity: 0; +} +.tag{ + background-color: #fbc9d69a; +} +.tag button{ + border-radius: 25px; + background-color: #fbc9d69a; + border: 2px solid red; +} +.tag a{ + font-size: 20px; + margin: 25px; + color: red; + text-decoration: none; +} +.parent { height: 600px; + width: 716px; + overflow: hidden; + position: absolute; + left: 350px; + top: 200px; +} +#hero_txt{ + text-align: center; + position: absolute; + left: 340px; + top: 500px; + font-size: 25px; + background-color: rgba(255, 255, 255, 0.5); + text-shadow: 1px 1px 4px whitesmoke; +} +#hero_txt a{ + color: black; + font-size: 25px; + font-weight: 400; + background-color: rgba(255, 255, 255, 0); + text-shadow: 1px 1px 4px whitesmoke; + transition: all 0.2s ease-in-out; +} +#hero_txt a:hover{ + font-size: 26px; + text-decoration: underline; +} +#intro{ + color: black; + font-size: 20px; + margin: 10px 70px 10px 70px; +} + +.element {float: left; + height: 600px; + width: 716px; + background-color: white;} + /* set the width of the slides div and animation. */ + .slides { width: calc(716px * 4); + animation: slideShow 20s ease infinite 1s;} + /* changing the font size and text color for every slide */ + .element:nth-child(1) {font-size: 2rem; color: blue;} + .element:nth-child(2) {font-size: 3rem; color: black;} + .element:nth-child(3) {font-size: 4rem; color: green;} + .element:nth-child(4) {font-size: 5rem; color: pink;} + /* creating the animation for the slideShow */ + /* for more slides, users can take percentages accordingly. */ + @keyframes slideShow { + 20% {margin-left: 0px;} + 40% {margin-left: calc(-716px * 1);} + 60% {margin-left: calc(-716px * 2);} + 80% {margin-left: calc(-716px * 3);} + } + + .card{ + height: 500px; + width: 500px; + border: 2px solid black; + margin: 10px; + border-radius: 10px; + display: flex; + align-items: center; + flex-wrap: wrap; + } + .card:hover{ + border-right: 4px solid rgba(0, 0, 0, 0.646); + border-bottom: 6px solid rgba(0, 0, 0, 0.646); + } + + .cardout{ + display: flex ; + flex-wrap: wrap; + justify-content: space-evenly; + position: relative; + top: 500px; + background: linear-gradient(to left, #ffffff 0%, rgb(234, 204, 209) 70%); + + } + + .head{ + margin-left: 25px; + font-size: 30px; + font-weight: 700; + } + .text{ + margin-left: 25px; + } + #a{ + margin-left: 400px; + color: teal; + font-size: 15px; + } + #a:hover{ + font-size: 17px; + } + .desc1{ + height: 300px; + align-content: center; + width: 450px; + margin-left: 25px; + background-image: url("Depr.jpg"); + background-size: cover; + } + + .desc2{ + height: 300px; + align-content: center; + width: 450px; + margin-left: 25px; + background-image: url("anx.jpg"); + background-size: cover; + } + + .desc3{ + height: 300px; + align-content: center; + width: 450px; + margin-left: 25px; + background-image: url("bipolar.jpg"); + background-size: cover; + } + + .desc4{ + height: 300px; + align-content: center; + width: 450px; + margin-left: 25px; + background-image: url("ptsd.jpg"); + background-size: cover; + } + + .desc5{ + height: 300px; + align-content: center; + width: 450px; + margin-left: 25px; + background-image: url("scizo.jpg"); + background-size: cover; + + } + + .desc6{ + height: 300px; + align-content: center; + width: 450px; + margin-left: 25px; + background-image: url("dissocial.jpg"); + background-size: cover; + } + .foot{ + position: static; + bottom: 0px; + height: 600px; + width: 100%; + background-color: #fbc9d6b7; + } + .base_line{ + position: relative; + top: 500px; + margin: 5px; + margin-bottom: 0; + font-size: 22px; + margin-top: 30px; + margin-left: 80px; + font-weight: bold; + } + .base_para{ + position: relative; + top: 450px; + left: 220px; + margin: 5px; + width: 50%; + font-size: 15px; + margin: auto; + text-align: center; + color: rgb(87, 79, 87); + + } \ No newline at end of file diff --git a/Web Development/Basic/Healta-mental health website/index.html b/Web Development/Basic/Healta-mental health website/index.html new file mode 100644 index 000000000..42a8bf739 --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/index.html @@ -0,0 +1,201 @@ + + + + + + + + + + + + Healta - empowering minds, healing hearts! + + +
+ +
+
+ +
+ +
+ + +
+
We are here to help!
+ click here in case of Emergency situations + +
+ +
+
+
+

+
+
+

+
+
+

+
+
+

+
+
+
+

you are not alone try connecting to our community

+ + +
+

Your mental well-being is just as important as your physical fitness. Don't hesitate to seek help when needed. Several mental disorders are prevalent in society, affecting millions of people worldwide. Some of the most common mental disorders include:

+
+

Depression

+
+
+
+

Symptoms

+
    +
  • Feelings of sadness, tearfulness, emptiness or hopelessness
  • +
  • Feelings of irritability, frustration, or restlessness.
  • +
  • Feelings of guilt, worthlessness, or helplessness.
  • +
+
+ see more +
+ +
+

Anxiety

+
+
+
+

Symptoms

+
    +
  • Breathing rapidly (hyperventilation)
  • +
  • Feeling nervous, restless or tense.
  • +
  • Trouble concentrating or thinking about anything other than the present worry.
  • +
+
+ + see more +
+ +
+

Bipolar Disorder

+
+
+
+

Symptoms

+
  • Exaggerated sense of well-being and self-confidence (euphoria)
  • +
  • Unusual talkativeness.
  • +
  • Abnormally upbeat, jumpy or wired.
+
+ see more +
+ +
+

PTSD

+
  (Post traumatic stress disorder)
+
+
+
+

Symptoms

+
    +
  • Being easily startled or frightened.
  • +
  • Always being on guard for danger.
  • +
  • Self-destructive behavior, such as drinking too much or driving too fast. + Trouble sleeping.
  • +
+
+ see more +
+ +
+

Dissocial Disorder

+
+
+
+

Symptoms

+
    +
  • lack concern, regret or remorse about other people's distress.
  • +
  • behave irresponsibly and show disregard for normal social behaviour.
  • +
  • have difficulty sustaining long-term relationships.
  • +
+
+ see more +
+ +
+

Schizophrenia

+
+
+

Symptoms

+
    +
  • Hallucinations, delusions.
  • +
  • Lack of motivation.
  • +
  • Disorganised thinking.
  • +
+
+ see more +
+
+ + + + \ No newline at end of file diff --git a/Web Development/Basic/Healta-mental health website/joy.jpg b/Web Development/Basic/Healta-mental health website/joy.jpg new file mode 100644 index 000000000..b724b7895 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/joy.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/man.jpg b/Web Development/Basic/Healta-mental health website/man.jpg new file mode 100644 index 000000000..28e8bb50e Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/man.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/mental-health-removebg-preview.png b/Web Development/Basic/Healta-mental health website/mental-health-removebg-preview.png new file mode 100644 index 000000000..497c6f3b7 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/mental-health-removebg-preview.png differ diff --git a/Web Development/Basic/Healta-mental health website/ptsd.jpg b/Web Development/Basic/Healta-mental health website/ptsd.jpg new file mode 100644 index 000000000..ef84af72d Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/ptsd.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/readme.md b/Web Development/Basic/Healta-mental health website/readme.md new file mode 100644 index 000000000..177e9c9a5 --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/readme.md @@ -0,0 +1,3 @@ +HEALTA +Project theme : Mental Health +LINK : https://healta-kappa.vercel.app/ \ No newline at end of file diff --git a/Web Development/Basic/Healta-mental health website/resources.css b/Web Development/Basic/Healta-mental health website/resources.css new file mode 100644 index 000000000..4402eb727 --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/resources.css @@ -0,0 +1,169 @@ +*{ + margin: 0; + padding: 0; + font-family: 'Mooli', sans-serif; + line-height: 25px; + +} +.ul img{ + height: 50px; + width: 50px; + transition: all 0.2s ease-in-out; +} +.ul img:hover{ + transform: scale(1.2,1.2); +} +.ul{ + list-style-type: none; + margin: 0; + padding: 0; + background-color: #f9e4e3; + display: flex; + height: 60px; + width: 100%; + justify-content: space-evenly; + align-items: center; + } +.li a{ + color: burlywood; + background-color: rgba(255, 255, 255, 0.1); + text-shadow: 1px 1px 1px black; + text-decoration: none; + font-size: 20px; + padding: 20px; + +} +.li :hover { + box-shadow: 0 0 4px rgba(255, 255, 255, 1); + color: rgba(222, 184, 135, 0.605); + background-color: #fbc9d69a; +} + #healta{ + color: #f9e4e3; + text-shadow: 1px 1px 4px black; + font-size: 40px;} + h3{ + color: black; + font-weight: 700; + font-size: 30px; + } + b{ + color: black; + } + h4{ + color: black; + font-size: 20px; + } + body{ + background-color: white; + } + .depression{ + margin-left: 20px; + } + + .anxiety{ + margin-left: 20px; + } + h2{ + color: black; + font-size: 30px; + font-weight: 900; + margin-top: 10px; + margin-bottom: 10px; + transition: text-shadow 0.2s ease-in-out; + } + h2:hover{ + text-shadow: 1px 1px 4px black; + } + details:hover{ + box-shadow: 0 0 4px rgba(255, 255, 255, 1); + background-color: #fbc9d69a; + } + details{ + display:flex; + flex-direction: column; + padding-bottom: 30px; + padding-top: 30px; + border-right:2px ; + border-radius: 10px; + + } + .toc{ + background: linear-gradient(to left, #ffffff 0%,#f9e4e3 70%); + padding-left: 10px; + } + .toc a{ + color: burlywood; + text-decoration: none; + font-size: 20px; + font-weight: 500; + text-shadow: 1px 1px 1px black; + } + .social_media{ + margin-left: 40px; + margin-top: 40px; + } + .social_media i{ + padding: 0 5px; + color: burlywood; + opacity: 0.5; + font-size: 25px; + } + .social_media i:hover{ + opacity: 1; + transform: scale(1.1); + } + .content{ + font-size: 18px; + color: rgb(104, 104, 104); + width: 75%; + margin-left: 30px; + + } + .container{ + display: flex; + } + .toc{ + width: 20%; + border-right: 1px solid black; + padding-right: 0px; + } + .nav{ + display: flex; + } + iframe{ + margin-left:330px; + margin-top: 20px; + transition: all 0.5s ease-in-out; + border-radius: 20px; + } + .toc li{ + margin-bottom: 20px; + } + .footer{ + background-color: #fbc9d69a; + height: 20%; + width: 100%; + display: flex; + justify-content: space-around; + } + iframe:hover{ + transform: scale(1.05,1.05); + border-radius: 0; + } + .base_line{ + margin: 5px; + font-size: 22px; + margin-top: 30px; + margin-left: 80px; + font-weight: bold; + } + .base_para{ + margin: 5px; + width: 50%; + font-size: 15px; + margin: auto; + text-align: center; + color: rgb(87, 79, 87); + + } \ No newline at end of file diff --git a/Web Development/Basic/Healta-mental health website/resources.html b/Web Development/Basic/Healta-mental health website/resources.html new file mode 100644 index 000000000..72cd7d2d8 --- /dev/null +++ b/Web Development/Basic/Healta-mental health website/resources.html @@ -0,0 +1,329 @@ + + + + + + Resourses + + + + + + + + + + + +
+ + +
+

Welcome to Healta....


+ here, you'll find a collection of suggestions that will help you manage and + alleviate anxiety and depression. Remember, it's essential to seek professional + help if you're struggling with severe mental health issues. These tips are meant + to complement professional advice and support.

+ +

+
+

What is Depression


+ Depression, also known as major depressive disorder (MDD) or clinical depression, is a common and serious mental health condition characterized by persistent feelings of sadness, hopelessness, and a lack of interest or pleasure in most activities. It goes beyond the normal fluctuations in mood that everyone experiences from time to time. + +

Key features of depression include:

+
    +
  1. Persistent Sadness: A profound and pervasive feeling of sadness or emptiness + that persists for most of the day, nearly every day.
  2. +
  3. Loss of Interest or Pleasure: A marked decrease in interest or pleasure in + activities that were once enjoyable, including hobbies, social interactions, and personal relationships. +
  4. +
  5. Changes in Appetite or Weight: Significant weight loss or gain, or changes in + appetite (either increased or decreased) that are unrelated to dieting.
  6. +
  7. Sleep Disturbances: Insomnia (difficulty falling asleep or staying asleep) or + hypersomnia (excessive sleeping) nearly every day.
  8. +
  9. Fatigue and Loss of Energy: A constant feeling of fatigue, even after restful + sleep, and a lack of energy to engage in daily activities.
  10. +
+ +

+

+
+

What is Anxiety


+ Anxiety refers to a normal and adaptive human emotion characterized by feelings of unease, worry, or fear in response to perceived threats or stressors. It's a natural response that can help individuals prepare for and respond to challenging situations by heightening alertness and increasing awareness. However, when anxiety becomes excessive, uncontrollable, or chronic, it can become a mental health disorder known as an anxiety disorder. + + Anxiety disorders are a group of mental health conditions characterized by excessive and persistent anxiety and fear that can interfere with daily.
+

Some common anxiety disorders include:

+
    +
  1. Generalized Anxiety Disorder (GAD): People with GAD experience excessive and uncontrollable worry about various aspects of their life.
  2. +
  3. Panic Disorder: Individuals with panic disorder have recurrent and sudden panic attacks, which are intense periods of overwhelming fear or discomfort.
  4. +
  5. Social Anxiety Disorder (Social Phobia): Social anxiety disorder involves an intense fear of social situations and the fear of being judged or embarrassed.
  6. +
  7. Specific Phobias: Specific phobias are characterized by intense fear or anxiety related to a specific object or situation, such as heights, spiders, or flying.
  8. +
+ +

+

+
+

Need to come OUT of depression and anxiety


+ The need to come out of depression and anxiety is significant for several reasons, as + these conditions can have profound and far-reaching impacts on an individual's life. +
+ Here are some compelling reasons why it is essential to seek help and work towards recovery: +
    +
  1. Improved Quality of Life: Depression and anxiety can severely diminish one's quality of life. They often lead to a loss of interest in activities, strain relationships, hinder career or educational progress, and reduce overall life satisfaction
  2. +
  3. Physical Health: Mental health and physical health are closely interconnected. Untreated depression and anxiety can contribute to a range of physical health problems, including increased risk of heart disease.
  4. +
  5. Enhanced Relationships: Depression and anxiety can strain relationships with family, friends, and romantic partners due to changes in mood, behavior, and communication.
  6. +
  7. Productivity and Functioning: These mental health conditions often result in decreased productivity, difficulties at work or school, and impaired daily functioning.
  8. +
  9. Reduced Risk of Self-Harm and Suicide: Depression and anxiety are risk factors for self-harm and suicide. Seeking treatment and support can reduce this risk significantly and provide individuals with a lifeline during their darkest moments.
  10. +
  11. Personal Growth: Recovery from depression and anxiety can be an opportunity for personal growth and self-discovery. Many individuals emerge from these experiences with increased self-awareness.
  12. +
  13. Prevention of Recurrence: Properly managed depression and anxiety can reduce the risk of future episodes or relapses. Learning coping strategies and developing resilience can help individuals manage stress.
  14. +
+ + It's important to recognize that recovery from depression and anxiety is possible. + Many people experience significant improvements in their mental health and overall + well-being with the right treatment, support, and self-care strategies. If you or + someone you know is struggling with depression and anxiety, reaching out to a mental + health professional is a crucial first step toward a better, more fulfilling life.
+ +

+

+
+

Need to be happy


+ Being happy is important for several reasons, as it has a profound impact on an individual's overall + well-being and life satisfaction. Here are some compelling reasons why one should strive for + happiness: +
    +
  1. Improved Mental Health: Happiness is closely linked to positive mental health. Experiencing happiness and positive emotions can reduce the risk of developing mental health issues like depression and anxiety.
  2. +
  3. Better Physical Health: Research suggests that happiness can have a positive impact on physical health. Happy people tend to have lower levels of stress hormones, improved immune function, and better cardiovascular health.
  4. +
  5. Enhanced Relationships: Happiness can improve the quality of personal relationships. Happy individuals tend to be more compassionate, empathetic, and understanding, which can lead to healthier and more fulfilling connections.
  6. +
  7. Increased Productivity and Creativity: When people are happy, they often perform better at work or in their creative pursuits. Positive emotions can boost motivation, creativity, and problem-solving abilities.
  8. +
  9. Resilience: Happy individuals tend to be more resilient in the face of adversity. They are better equipped to handle stress and bounce back from setbacks, which is a valuable skill in today's fast-paced and often challenging world.
  10. +
+ +

+

+
+

Self Care


+
    +
  1. + Practice Mindfulness: Engage in mindfulness meditation to stay present + and reduce anxiety. Apps like Calm and Headspace can help. +
  2. +
  3. + Establish a Routine: Create a daily schedule to provide structure and + stability, reducing feelings of hopelessness. +
  4. +
  5. + Physical Activity: Regular exercise releases endorphins, which can boost + your mood. Try yoga, jogging, or dancing. +
  6. +
  7. + Healthy Eating: A balanced diet with plenty of fruits, vegetables, and + omega-3 fatty acids can support your mental health. +
  8. +
+ +

+

+
+

Anxiety-Reducing Tips


+
    +
  1. + Deep Breathing: Practice deep,slow breaths to calm your nervous system. + Inhale for 4 seconds, hold for 4 seconds, and exhale for 4 seconds. +
  2. +
  3. + Grounding Techniques: Use the 5-4-3-2-1 method. Acknowledge five things you + can see, four things you can touch, three things you can hear, two things you + can smell, and one thing you can taste. +
  4. +
  5. + Limit Caffeine: Reduce caffeine intake, as it can exacerbate anxiety. Opt for + caffeine-free herbal teas. +
  6. +
  7. + Positive Affirmations: Repeat positive affirmations to challenge negative thoughts + and build self-confidence. +
  8. +
+ +

+

+
+

Depression-Relief Tips


+
    +
  1. + Stay Connected: Reach out to friends and loved ones for support. Isolation can + worsen depression. +
  2. +
  3. + Journaling: Write down your thoughts and feelings to gain insight and relieve + emotional pressure. +
  4. +
  5. + Set Realistic Goals: Break tasks into smaller, manageable steps. Celebrate your + achievements, no matter how small. +
  6. +
  7. + Engage in Hobbies: Pursue activities you enjoy, even if you don't feel like it at + first. Hobbies can boost your mood. +
  8. +
+ +

+

+
+

Additional Resources


+
    +
  1. + National Suicide Prevention Lifeline: 915298782 - Available + 24/7 for crisis support.
  2. +
  3. + Therapy Apps: Consider apps like BetterHelp, Talkspace, or 7 Cups for convenient + access to therapy. +
  4. +
  5. + Books: Explore self-help books on anxiety and depression, such as "Feeling Good" + by David D. Burns or "The Anxiety and Phobia Workbook" by Edmund J. Bourne. +
  6. +
  7. + Online Support Groups: Join online communities or forums where you can connect + with others facing similar challenges. +
  8. +


+
+
+
+ + + \ No newline at end of file diff --git a/Web Development/Basic/Healta-mental health website/scizo.jpg b/Web Development/Basic/Healta-mental health website/scizo.jpg new file mode 100644 index 000000000..38a451aa5 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/scizo.jpg differ diff --git a/Web Development/Basic/Healta-mental health website/woman.jpg b/Web Development/Basic/Healta-mental health website/woman.jpg new file mode 100644 index 000000000..d0eb9cdf4 Binary files /dev/null and b/Web Development/Basic/Healta-mental health website/woman.jpg differ diff --git a/Web Development/Basic/Multiply JSP/.project b/Web Development/Basic/Multiply JSP/.project index b3f585ea7..5681ee950 100644 --- a/Web Development/Basic/Multiply JSP/.project +++ b/Web Development/Basic/Multiply JSP/.project @@ -28,4 +28,15 @@ org.eclipse.jdt.core.javanature org.eclipse.wst.jsdt.core.jsNature + + + 1730298988563 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + +