harshnarayan12's picture
Upload 32 files
073bb25 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="blogs, blog, universe ,world, personal blog, people, writer">
<meta name="robots" content="INDEX, FOLLOW">
<link rel="stylesheet" href="../static/styleabout.css">
<link rel="stylesheet" href="../static/mediaabout.css">
<title>ABOUT</title>
</head>
<body class="{% if session.user_id or session.is_guest %}authenticated{% endif %}"
data-signup-error="{{ signup_error|default('') }}"
data-login-error="{{ login_error|default('') }}"
data-show-signup="{{ show_signup_modal|default(false)|tojson }}"
data-show-login="{{ show_login_modal|default(false)|tojson }}">
<nav class="navbar">
<ul class="nav-Links">
<a href="{{ url_for('home') }}">
<div class="logo">
<img src="{{ url_for('static', filename='mental-health_12560579.png') }}" alt="logo">
</div>
</a>
<div class="nav-item"><li><a href="{{ url_for('home') }}">Home</a></li></div>
<div class="nav-item"><li><a href="{{ url_for('chatbot') }}">ChatBot</a></li></div>
<div class="nav-item"><li><a href="{{ url_for('about') }}">About Us</a></li></div>
</ul>
</nav>
<section class=" firstsection">
<div class="box">
<div class="first">
<h1>Mental Health Chatbot</h1>
<p> Mental health includes our emotional, psychological, and social well-being.
It affects how we think, feel, and act. It also helps determine how we handle stress,
relate to others, and make choices. Mental health is important at every stage of life,
from childhood and adolescence through adulthood.
<br>
Throughout your life, if you experience mental health problems, your thinking,
mood, and behavior could be affected. Many factors contribute to mental health problems,
and we aim to find those factors and give suggestions accordingly.
</p>
</div>
</div>
</section>
<script src="java/resp.js"></script>
</body>
</html>