diff --git a/public/css/Ngo_login.css b/public/css/Ngo_login.css index 7039a1f..a37489a 100644 --- a/public/css/Ngo_login.css +++ b/public/css/Ngo_login.css @@ -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; } diff --git a/public/css/admin_css.css b/public/css/admin_css.css index 1c605ed..4ad6d37 100644 --- a/public/css/admin_css.css +++ b/public/css/admin_css.css @@ -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; } diff --git a/public/css/style.css b/public/css/style.css index 67ee6f4..dd753ab 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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; @@ -38,16 +39,15 @@ 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; @@ -55,7 +55,7 @@ body{ .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; @@ -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; @@ -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: ""; @@ -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; - } */ @@ -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{ @@ -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, @@ -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; } */ @@ -327,7 +324,7 @@ footer{ } footer span a{ - color: rgb(170, 31, 59); + color: crimson; text-decoration: none; } footer span a:hover{ diff --git a/public/css/user_css.css b/public/css/user_css.css index ff5ec44..a37489a 100644 --- a/public/css/user_css.css +++ b/public/css/user_css.css @@ -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; } diff --git a/public/css/user_singup.css b/public/css/user_singup.css index cb8c2f6..249c3af 100644 --- a/public/css/user_singup.css +++ b/public/css/user_singup.css @@ -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; diff --git a/views/comfirm.ejs b/views/comfirm.ejs index 1791293..48f4ba6 100644 --- a/views/comfirm.ejs +++ b/views/comfirm.ejs @@ -11,7 +11,7 @@ body { font-family: 'poppins', sans-serif; - background-color: #2b6db9; + background-color: #106fde; margin: 0; padding: 0; display: flex; diff --git a/views/forget-password.ejs b/views/forget-password.ejs index 6f38b6b..721c857 100644 --- a/views/forget-password.ejs +++ b/views/forget-password.ejs @@ -14,7 +14,7 @@ font-family: 'poppins', sans-serif; } .wrapper{ - background-color: #4281c8; + background-color: #106fde; width: 100%; height: 100vh; padding: 15px; @@ -90,7 +90,7 @@ } .submit-btn{ width: 100%; - background-color: #3a76ba; + background-color: #106fde; border: 1px solid transparent; border-radius: 8px; font-size: 16px; diff --git a/views/index.ejs b/views/index.ejs index 18728a2..48989cf 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -57,7 +57,7 @@

WELCOME

-

TO PETARI!!

+

TO PETARI

"Hunger is not a problem. It is an obscenity.

How wonderful it is @@ -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.


-

Our Vision :

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