Skip to content

Commit

Permalink
Merge branch 'main' into loginalert
Browse files Browse the repository at this point in the history
Signed-off-by: Susmita Dey <[email protected]>
  • Loading branch information
Susmita-Dey authored Oct 20, 2023
2 parents b5baef3 + 90988d0 commit e4efc1d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@ Live a stress-free life.
- Helps people to lead a healthy and succesful life.

## 💼 Our Services <a name = "services"></a>
- Audio Therapy
- Reading Therapy
- Yoga Therapy
- Laughing Therapy
- Talking Therapy
- Consult A Doctor
- **Audio Therapy:**
Browse through our collections of recommended peacful music, motivational podcasts, and inspirational audiobooks.
- **Reading Therapy:**
Browse through some inspirational quotes, book summaries, videos, and reccomended books to read when your are stressed out.
- **Yoga Therapy**
Discover the benefits of yoga, read about popular yoga poses, and watch video tutoroials that you can follow along with.
- **Laughing Therapy**
- **Talking Therapy**
Find out if you are someone who can benefit from talking therapy and go through our provided articles and videos about talking therapy to help manage depression, anxiety, and stress.
- **Consult A Doctor**
Sukoon provides you with a list of experienced professionals that you can contact if you want to take the next step in handling your stress.

## 🚀 Get Started <a name = "getStarted"></a>
Every contribution counts.
Expand Down Expand Up @@ -70,7 +75,7 @@ For contributing guidelines and standards, visit [contributing.md](https://githu
<a href="https://ssoc.devfolio.co/"><img src="https://user-images.githubusercontent.com/72400676/182021806-e7439fdd-8f9b-46a6-a1da-0bf731bbe379.png" width=100px height=100px /><br /><sub><b>Social Summer Of Code 2022</b></sub></a>
</td>
<td align="center">
<a href="https://hacktoberfest.com/"><img src="https://user-images.githubusercontent.com/79099734/195970153-ee19d55b-20fc-4ddb-a91d-000773699c37.png" width=100px height=100px /><br /><sub><b>Hacktoberfest</b></sub></a>
<a href="https://hacktoberfest.com/"><img src="https://user-images.githubusercontent.com/79099734/195970153-ee19d55b-20fc-4ddb-a91d-000773699c37.png" width=100px height=100px /><br /><sub><b>Hacktoberfest 2022</b></sub></a>
</td>
</tr>
</table>
Expand Down Expand Up @@ -99,3 +104,4 @@ For contributing guidelines and standards, visit [contributing.md](https://githu
<p align="center">
Made with ❤ from India.
</p>

15 changes: 10 additions & 5 deletions html/login.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE edge" />
Expand Down Expand Up @@ -30,13 +29,19 @@
#emptyFieldsAlert {
background-color: red;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-ms-reveal {
display: none;
}
</style>
<title>Sukoon - Login</title>
</head>

<body onload="myfunction()">
<div id="load">
<div style="
<body onload="myfunction()">
<div id="load">
<div
style="
background-color: white;
height: 25vh;
width: 100%;
Expand Down

0 comments on commit e4efc1d

Please sign in to comment.