diff --git a/public/css/Ngo_login.css b/public/css/Ngo_login.css index a37489a..7039a1f 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: 'Poppins', sans-serif; + font-family:'Times New Roman', Times, serif ; background: #ececec; } diff --git a/public/css/admin_css.css b/public/css/admin_css.css index 4ad6d37..1c605ed 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: 'Poppins', sans-serif; + font-family:'Times New Roman', Times, serif ; background: #ececec; } diff --git a/public/css/style.css b/public/css/style.css index dd753ab..67ee6f4 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -9,11 +9,10 @@ body{ padding: 0; font-family: 'Poppins', sans-serif; } - .logo_name{ - font-family: 'Poppins', sans-serif; + .logo_name{ font-family:'Times New Roman', Times, serif ; margin-right: 270px; font-weight: 700; - color:rgb(0, 255, 64); + color:rgb(40, 94, 53); font-size: 45px; transition: all 0.3s; margin-top: 12px !important; @@ -39,15 +38,16 @@ body{ } .hero_text{ color: #353535; - font-family: 'Poppins', sans-serif; + font-family:'Times New Roman', Times, serif ; font-weight: 400; font-size: 40px; margin-bottom: 5px; margin-left: 150px; + text-shadow: 0ic; } .hero_text2{ color: #353535; - font-family: 'Poppins', sans-serif; + font-family:'Times New Roman', Times, serif ; font-weight: 900; font-size: 70px; margin-left: 150px; @@ -55,7 +55,7 @@ body{ .hero_text3{ color: #353535; display: flex; - font-family: 'Poppins', sans-serif; + font-family:'Times New Roman', Times, 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: rgba(0, 136, 169, 1); - border-radius: 50px; + background-color: rgb(115, 202, 224); + border-radius: 70px; border: none; cursor:pointer ; margin-top: 10px; @@ -149,7 +149,7 @@ section .title{ font-weight: 500; margin-bottom: 60px; padding-bottom: 20px; - font-family: 'Ubuntu', sans-serif; + font-family:'Times New Roman', Times, serif ; } /* section .title::before{ content: ""; @@ -165,11 +165,14 @@ section .title{ position: absolute; bottom: -8px; left: 50%; - font-size:15px; - color: crimson; + font-size:20px; + color: rgb(123, 20, 41); padding: 0 5px; - background: #fff; + background: #ebbfbf; transform: translateX(-50%); + font-family: 'Times New Roman', Times, serif; + font-weight: 200; + } */ @@ -246,7 +249,7 @@ section .title{ .contact .contact-content .row i{ display: flex; font-size: 25px; - color: crimson; + color: rgb(104, 21, 38); width: 10px; } .contact .contact-content .info .head{ @@ -280,7 +283,7 @@ section .title{ outline: none; padding: 0 15px; font-size: 17px; - font-family: 'Poppins', sans-serif; + font-family:'Times New Roman', Times, serif ; transition: all 0.3s ease; } .contact .right form .field input:focus, @@ -306,8 +309,8 @@ section .title{ border-radius: 6px; cursor: pointer; flex-wrap: nowrap; - background: crimson; - border: 2px solid crimson; + background: rgb(135, 33, 54); + border: 2px solid rgb(126, 34, 52); transition: all 0.3s ease; } */ @@ -324,7 +327,7 @@ footer{ } footer span a{ - color: crimson; + color: rgb(170, 31, 59); text-decoration: none; } footer span a:hover{ diff --git a/public/css/user_css.css b/public/css/user_css.css index a37489a..ff5ec44 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: 'Poppins', sans-serif; + font-family:'Times New Roman', Times, serif ; background: #ececec; } diff --git a/public/css/user_singup.css b/public/css/user_singup.css index 249c3af..cb8c2f6 100644 --- a/public/css/user_singup.css +++ b/public/css/user_singup.css @@ -4,10 +4,9 @@ margin: 0; padding: 0; box-sizing: border-box; - font-family: "Poppins", sans-serif; + font-family:'Times New Roman', Times, serif ; } - body { min-height: 100vh; display: flex; diff --git a/views/comfirm.ejs b/views/comfirm.ejs index 336781c..38b5e51 100644 --- a/views/comfirm.ejs +++ b/views/comfirm.ejs @@ -11,7 +11,7 @@ body { font-family: 'poppins', sans-serif; - background-color: #106fde; + background-color: #2b6db9; margin: 0; padding: 0; display: flex; diff --git a/views/forget-password.ejs b/views/forget-password.ejs index e2a37b5..a9a91f8 100644 --- a/views/forget-password.ejs +++ b/views/forget-password.ejs @@ -13,7 +13,7 @@ font-family: 'poppins', sans-serif; } .wrapper{ - background-color: #106fde; + background-color: #4281c8; width: 100%; height: 100vh; padding: 15px; @@ -89,7 +89,7 @@ } .submit-btn{ width: 100%; - background-color: #106fde; + background-color: #3a76ba; border: 1px solid transparent; border-radius: 8px; font-size: 16px; diff --git a/views/index.ejs b/views/index.ejs index d091063..4af33fc 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -56,7 +56,7 @@

WELCOME

-

TO PETARI

+

TO PETARI!!

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

How wonderful it is @@ -91,8 +91,10 @@ 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.