Skip to content

Commit

Permalink
Revert "color combinations maintained"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil1786 committed Jun 3, 2024
1 parent 3039dd1 commit bf586e2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 30 deletions.
2 changes: 1 addition & 1 deletion public/css/Ngo_login.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body{
font-family:'Times New Roman', Times, serif ;
font-family: 'Poppins', sans-serif;
background: #ececec;
}

Expand Down
2 changes: 1 addition & 1 deletion public/css/admin_css.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body{
font-family:'Times New Roman', Times, serif ;
font-family: 'Poppins', sans-serif;
background: #ececec;
}

Expand Down
37 changes: 17 additions & 20 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ body{
padding: 0;
font-family: 'Poppins', sans-serif;
}
.logo_name{ font-family:'Times New Roman', Times, serif ;
.logo_name{
font-family: 'Poppins', sans-serif;
margin-right: 270px;
font-weight: 700;
color:rgb(40, 94, 53);
color:rgb(0, 255, 64);
font-size: 45px;
transition: all 0.3s;
margin-top: 12px !important;
Expand All @@ -38,24 +39,23 @@ body{
}
.hero_text{
color: #353535;
font-family:'Times New Roman', Times, serif ;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 40px;
margin-bottom: 5px;
margin-left: 150px;
text-shadow: 0ic;
}
.hero_text2{
color: #353535;
font-family:'Times New Roman', Times, serif ;
font-family: 'Poppins', sans-serif;
font-weight: 900;
font-size: 70px;
margin-left: 150px;
}
.hero_text3{
color: #353535;
display: flex;
font-family:'Times New Roman', Times, serif ;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 20px;
margin-left: 150px;
Expand All @@ -71,8 +71,8 @@ body{
margin-left: 150px;
font-size: 20px;
padding: 9px 25px ;
background-color: rgb(115, 202, 224);
border-radius: 70px;
background-color: rgba(0, 136, 169, 1);
border-radius: 50px;
border: none;
cursor:pointer ;
margin-top: 10px;
Expand Down Expand Up @@ -149,7 +149,7 @@ section .title{
font-weight: 500;
margin-bottom: 60px;
padding-bottom: 20px;
font-family:'Times New Roman', Times, serif ;
font-family: 'Ubuntu', sans-serif;
}
/* section .title::before{
content: "";
Expand All @@ -165,14 +165,11 @@ section .title{
position: absolute;
bottom: -8px;
left: 50%;
font-size:20px;
color: rgb(123, 20, 41);
font-size:15px;
color: crimson;
padding: 0 5px;
background: #ebbfbf;
background: #fff;
transform: translateX(-50%);
font-family: 'Times New Roman', Times, serif;
font-weight: 200;
}
*/

Expand Down Expand Up @@ -249,7 +246,7 @@ section .title{
.contact .contact-content .row i{
display: flex;
font-size: 25px;
color: rgb(104, 21, 38);
color: crimson;
width: 10px;
}
.contact .contact-content .info .head{
Expand Down Expand Up @@ -283,7 +280,7 @@ section .title{
outline: none;
padding: 0 15px;
font-size: 17px;
font-family:'Times New Roman', Times, serif ;
font-family: 'Poppins', sans-serif;
transition: all 0.3s ease;
}
.contact .right form .field input:focus,
Expand All @@ -309,8 +306,8 @@ section .title{
border-radius: 6px;
cursor: pointer;
flex-wrap: nowrap;
background: rgb(135, 33, 54);
border: 2px solid rgb(126, 34, 52);
background: crimson;
border: 2px solid crimson;
transition: all 0.3s ease;
} */

Expand All @@ -327,7 +324,7 @@ footer{

}
footer span a{
color: rgb(170, 31, 59);
color: crimson;
text-decoration: none;
}
footer span a:hover{
Expand Down
2 changes: 1 addition & 1 deletion public/css/user_css.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body{
font-family:'Times New Roman', Times, serif ;
font-family: 'Poppins', sans-serif;
background: #ececec;
}

Expand Down
3 changes: 2 additions & 1 deletion public/css/user_singup.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family:'Times New Roman', Times, serif ;
font-family: "Poppins", sans-serif;
}


body {
min-height: 100vh;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion views/comfirm.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
body {
font-family: 'poppins', sans-serif;
background-color: #2b6db9;
background-color: #106fde;
margin: 0;
padding: 0;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions views/forget-password.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
font-family: 'poppins', sans-serif;
}
.wrapper{
background-color: #4281c8;
background-color: #106fde;
width: 100%;
height: 100vh;
padding: 15px;
Expand Down Expand Up @@ -90,7 +90,7 @@
}
.submit-btn{
width: 100%;
background-color: #3a76ba;
background-color: #106fde;
border: 1px solid transparent;
border-radius: 8px;
font-size: 16px;
Expand Down
4 changes: 1 addition & 3 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<section class="hero">
<div class="content">
<h1 class="hero_text">WELCOME</h1>
<h2 class="hero_text2">TO PETARI!!</h2>
<h2 class="hero_text2">TO PETARI</h2>
<p class="hero_text3"> "Hunger is not a problem. It is an obscenity.
</p>
<p class="hero_text3">How wonderful it is
Expand Down Expand Up @@ -92,10 +92,8 @@
2020, India ranked 94th out of 107 countries with a score of 27.2 indicating a “Serious”
hunger situation prevailing in the Nation. </p>
<br>

<h3> Our Vision : </h3>
<p>

To bring a social change in every individual in-order to reduce food waste and to make the
World Hunger Free.</p>

Expand Down

0 comments on commit bf586e2

Please sign in to comment.