Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes made in index and style-landing files(landing page) #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class="space" data-aos="fade-left" data-aos-duration="1000">Space</h1>
<li><span>"Recovery is not one and done. It is a lifelong journey that takes place one day, one step at a time." - Unknown</span></li>
<li><span>"When you're feeling your worst, that's when you get to know yourself the best." - Leslie Grossman</span></li>
<li><span>"Your mind is a powerful thing. When you fill it with positive thoughts, your life will start to change." - Unknown</span></li>
<li><span>"Mental health is just as important as physical health." - Unknown</span></li>
<!-- <li><span>"Mental health is just as important as physical health." - Unknown</span></li> -->
<li><span>"You are allowed to be both a masterpiece and a work in progress simultaneously." - Sophia Bush</span></li>
<li><span>"Mental health needs a great deal of attention. It's the final taboo and it needs to be faced and dealt with." - Adam Ant</span></li>
</div>
Expand Down
32 changes: 18 additions & 14 deletions style-landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ body {
.bg-img-land img {
filter: blur(0.7458557588805167vh);
width: 100vw;
height: 70vh;
height: 100vh;
}

/* Heading and subtitle */
.heading-subtitle {
text-align: center;
display: block;
transform: translateZ(21.52852529601722vh);
transform: translateX(2.628525296vh);
}

.heading {
Expand All @@ -28,16 +28,25 @@ body {
justify-content: center;
font-size: 5.382131324004305vh;
font-weight: 900;
margin-top: -45.821313240043054vh;
margin-top: -55.821313240043054vh;
text-shadow: 0 0 0.0458557588805167vh black;
padding-bottom: 5vh;
}

.mind {
color: #72d34f;
text-shadow: -1px 1px 0 #000,
1px 1px 0 #000,
1px -1px 0 #000,
-1px -1px 0 #000;
}

.space {
color: #edeff4;
color: #ffffff;
text-shadow: -1px 1px 0 #000,
1px 1px 0 #000,
1px -1px 0 #000,
-1px -1px 0 #000;
}

.find {
Expand All @@ -50,13 +59,13 @@ body {
text-align: center;
align-items: center;
justify-content: center;
color: #2cbdc2;
color: #2cc25c;
overflow: hidden;
}

.dynamic-text {
margin-left: -20px;
margin-top: 150px;
margin-top: 10px;
height: 90px;
line-height: 0px;
overflow: hidden;
Expand Down Expand Up @@ -87,20 +96,14 @@ body {
content: "";
position: absolute;
}
/* Entry Button */
.button {
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
}

/* Entry Button */
.button {
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;

}


Expand All @@ -115,7 +118,8 @@ button {
font-size: 18px; /* Adjusted font size */
font-weight: 700;
cursor: pointer;
transition: all 0.3s ease; /* Added smooth transition */
transition: all 0.3s ease-in; /*Added smooth transition*/
position: relative;
}

button:hover {
Expand Down