Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishsoyetra30 committed Dec 3, 2020
0 parents commit 07d98ab
Show file tree
Hide file tree
Showing 102 changed files with 62,335 additions and 0 deletions.
35 changes: 35 additions & 0 deletions 3rd wala.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/bootstrap.min.css">


</head>
<style>

</style>
<body>
<?php include("header.php"); ?>
<div class="container" style="min-height:527px;">
<div class="row">
<div class="col-lg-12 heading">
<h1>KRISHI DARPAN</h1>


</div>
</div>
</div>

<?php include("footer.php"); ?>

<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.js"></script>
</body>
</html>
45 changes: 45 additions & 0 deletions 4th one.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/bootstrap.min.css">


</head>
<style>

</style>
<body>
<?php include("header.php"); ?>
<div class="container" style="min-height:527px;">
<div class="row">
<div class="col-lg-12 heading">
<h1>CROP MANAGEMENT FOR ABERRANT WEATHER CONDITIONS</h1><br><br>
</div>
<ul>
<li><a href="">DROUGHT MANAGEMENT</a></li><br><br>
<li><a href="">MOISTURE STRESS MANAGEMENT IN HORTICULTURE CROPS</a></li><br><br>
<li><a href="">RAIN DEFICIT MOISTURE STRESS MANAGEMENT IN FRUIT CROPS</a></li><br><br>
<li><a href="">RAIN DEFICIT MOISTURE STRESS MANAGEMENT IN VEGETABLES</a></li><br><br>
<li><a href="">RAIN DEFICIT MOISTURE STRESS MANAGEMENT IN PLANTATION CROPS</a></li><br><br>
<li><a href="">RAIN DEFICIT MANAGEMENT STRESS MANAGEMENT IN SPICES</a></li><br><br>
<li><a href="">SMART PRACTICES AND TECHNOLOGY FOR CLIMATE RESILIENT AGRICULTURE</a></li><br><br>
<li><a href="">CONTIGENCY PLAN FOR RICE UNDER ABERRANT WEATHER SITUATIONS</a></li><br><br>
</ul>

</div>
</div>
</div>

<?php include("footer.php"); ?>

<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.js"></script>
</body>
</html>
48 changes: 48 additions & 0 deletions About Us.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/bootstrap.min.css">

</head>

<style>
body {
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(pictures/aboutus.jpg);
}
p
{
color:#fcfc81;
font-family:MV Boli;
font-size:20.5px;
text-align:justify;
}
</style>

<body>

<?php include("header.php"); ?>
<div class="container" style="min-height:527px;">
<div class="row">
<p>
Agriculture is the backbone of the Indian Economy"- said Mahatma Gandhi six decades ago. Even today, the situation is still the same, with almost the entire economy being sustained by agriculture, which is the mainstay of the villages. It contributes 16% of the overall GDP and accounts for employment of approximately 52% of the Indian population. Rapid growth in agriculture is essential not only for self-reliance but also to earn valuable foreign exchange.

Indian farmers are second to none in production and productivity despite of the fact that millions are marginal and small farmers. They adopt improved agriculture technology as efficiently as farmers in developed countries. It is felt that with provision of timely and adequate inputs such as fertilizers, seeds, pesticides and by making available affordable agricultural credit /crop insurance, Indian farmers are going to ensure food and nutritional security to the Nation.It is envisaged to make available relevant information and services to the farming community and private sector through the use of information and communication technologies, to supplement the existing delivery channels provided for by the department. Farmers’ Portal is an endeavour in this direction to create one stop shop for meeting all informational needs relating to Agriculture, Animal Husbandry and Fisheries sectors production, sale/storage of an Indian farmer. With this Indian Farmer will not be required to sift through maze of websites created for specific purposes.Once in the Farmers’ Portal, a farmer will be able to get all relevant information on specific subjects around his village/block /district or state. This information will be delivered in the form of text, SMS, email and audio/video in the language he or she understands. These levels can be easily reached through the Map of India placed on the Home page. Farmers will also be able to ask specific queries as well as give valuable feedback through the Feedback module specially developed for the purpose.
</p>

</div>
</div>
<footer>
</footer>
<?php include("footer.php"); ?>

<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.js"></script>
</body>
</html>
80 changes: 80 additions & 0 deletions INM.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/bootstrap.min.css">


</head>
<style>
body{
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(pictures/image2.jpg);
}
p{
color: #fff;
}
h1{
text-align: center;
font-family: MV Boli;
}
info{
color:yellow;
font-size: 22px;
text-decoration: underline;
}
span{
color: #fff;
}
</style>
<body>
<?php include("header.php"); ?>
<div class="container" style="min-height:527px;">
<div class="row">
<h1>INTEGRATED NUTRIENT MANAGEMENT</h1>
<p>Integrated Nutrient Management refers to the maintenance of soil fertility and of plant nutrient supply at an optimum level for sustaining the desired productivity through optimization of the benefits from all possible sources of organic, inorganic and biological components in an integrated manner.</p>
<li><span id="s1"><info>Concepts:</info></span><br>
<span id="s2">1.Regulated nutrient supply for optimum crop growth and higher productivity.<br>
2.Improvement and maintenance of soil fertility.<br>
3.Zero adverse impact on agro – ecosystem quality by balanced fertilization of organic manures, inorganic fertilizers and bio- inoculant<br></span></li><br>

<li><span id="s1"><info>Determinants:</info></span><br>
<span id="s2">1.Nutrient requirement of cropping system as a whole.<br>
2.Soil fertility status and special management needs to overcome soil problems, if any.<br>
3.Local availability of nutrients resources (organic, inorganic and biological sources).<br>>
4.Economic conditions of farmers and profitability of proposed INM option.<br>
5.Social acceptability.<br>
6.Ecological considerations.<br>
7.Impact on the environment.<br> </span></li><br>

<li><span id="s1"><info>Advantages:</info></span><br>
<span id="s2">1.Enhances the availability of applied as well as native soil nutrients.<br>
2.Synchronizes the nutrient demand of the crop with nutrient supply from native and applied sources.<br>
3.Provides balanced nutrition to crops and minimizes the antagonistic effects resulting from hidden deficiencies and nutrient imbalance.<br>
4.Improves and sustains the physical, chemical and biological functioning of soil.<br>
5.Minimizes the deterioration of soil, water and ecosystem by promoting carbon sequestration, reducing nutrient losses to ground and surface water 6.bodies and to atmosphere.<br></span></li><br>

<li><span id="s1"><info>Components:</info></span><br>
<li><span id="s1"><info> 1.Soil Source:</info></span><br>
<span id="s2">Mobilizing unavailable nutrients and to use appropriate crop varieties, cultural practices and cropping system</span></li><br>

<li><span id="s1"><info> 2.Mineral Fertilizer :</info></span><br>
<span id="s2">Super granules, coated urea, direct use of locally available rock PO4 in acid soils, Single Super Phosphate (SSP), MOP and micronutrient fertilizers.</span></li><br>

<li><span id="s1"><info> 3.Organic Sources :</info></span><br>
<span id="s2">By products of farming and allied industries. FYM, droppings, crop waste, residues, sewage, sludge, industrial waste.</span></li><br>

<li><span id="s1"><info> 4.Biological Sources :</info></span><br>
<span id="s2"> Microbial inoculants substitute 15 - 40 Kg N/ha</span></li><br>

</div>
</div>
</div>
</div>
</div>
</div>
<?php include("footer.php"); ?>
</body>
</html>
74 changes: 74 additions & 0 deletions IPM.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/bootstrap.min.css">


</head>
<style>
body {
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(pictures/fp7.jpg);
}
h1{
text-align: center;
color: #fff;
text-decoration: underline;
font-family: Comic Sans MS;
}
h2{
color: #fff;
font-family: papyrus;
}
p
{
color: yellow;
}

info{
color:#fff;
font-family: papyrus;
font-size: 20px;


}
span{
color: yellow;
font-family: Comic Sans MS;
font-size: 15px;
}
</style>
<body>
<?php include("header.php"); ?>
<div class="container" style="min-height:527px;">
<div class="row">
<h1>Integrated Pest Management</h1>
<h2>What is IPM?</h2>
<p>Integrated pest management, or IPM, is a process you can use to solve pest problems while minimizing risks to people and the environment. IPM can be used to manage all kinds of pests anywhere–in urban, agricultural, and wildland or natural areas.</p>
<li><span id="s1"><info>How Does IPM Work?</info></span><br>
<span id="s2">1. IPM focuses on long-term prevention of pests or their damage by managing the ecosystem.<br>
2. With IPM, you take actions to keep pests from becoming a problem, such as by growing a healthy crop that can withstand pest attacks, using disease-resistant plants, or caulking cracks to keep insects or rodents from entering a building.<br>
3. In IPM, monitoring and correct pest identification help you decide whether management is needed.<br>
4. Monitoring means checking your field, landscape, forest, or building—or other site—to identify which pests are present, how many there are, or what damage they've caused. Correctly identifying the pest is key to knowing whether a pest is likely to become a problem and determining the best management strategy.<br>

5. After monitoring and considering information about the pest, its biology, and environmental factors, you can decide whether the pest can be tolerated or whether it is a problem that warrants control.</span></li><br>

<li><span id="s1"><info>IPM Programs:</info></span><br>
<span id="s2">These IPM principles and practices are combined to create IPM programs. While each situation is different, six major components are common to all IPM programs:<br>1.Pest identification.<br>
2. Monitoring and assessing pest numbers and damage.<br>
3. Guidelines for when management action is needed.<br>
4. Preventing pest problems.<br>
5. Using a combination of biological, cultural, physical/mechanical and chemical management tools.<br>
6. After action is taken, assessing the effect of pest management.<br>
</span></li><br>
</div>
</div>
<?php
include("footer.php");
?>

</body>
</html>
78 changes: 78 additions & 0 deletions IWM.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/bootstrap.min.css">


</head>
<style>
body {
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(pictures/fp7.jpg);
}
h1{
font-size: 40px;
text-align: center;
color:#fff;
text-decoration: underline;
font-family: Comic Sans MS;
}
h2{
color:#fff;
}
info{
color:#fff;
font-size: 20px;
}
span{
color:yellow;
}
p
{
color: yellow;
}



</style>
<body>
<?php include("header.php"); ?>
<div class="container" style="min-height:527px;">
<div class="row">
<h1>INTEGRATED WEED MANAGEMENT</h1>
<h2>What is Integrated Weed Management:</h2>
<p>Integrated Weed Management (IWM) is an approach to managing weeds using multiple control tactics. The purpose of IWM is to include many methods in a growing season to allow producers the best chance to control troublesome weeds.</p>

<li><span id="s1"><info>Why Is IWM necessary:</info></span><br>
<span id="s2">It might be better to first discuss why weed control is necessary. Weeds negatively impact crop yields, interfere with many crop production practices, and weed seeds can contaminate grain. Based on national research, corn and soybean yield can be reduced by approximately 50% without effective weed control.<br>

Herbicide application is the main weed control strategy used. Reliance on this one method has led to the development of herbicide-resistant weeds. There are a limited number of herbicides available to use and cases of herbicide resistance are rapidly increasing in the US. As a result, herbicides are in need of extra help to continue to ensure adequate weed control. </span></li><br>

<li><span id="s1"><info>Components of IWM:</info></span><br>
<span id="s2">The goal of IWM is to incorporate different methods of weed management into a combined effort to control weeds. Just as using the same herbicide again and again can lead to resistance, reliance on any one of the methods below over time can reduce its efficacy against weeds. Two major factors to consider when developing an IWM plan are (1) target weed species and (2) time, resources, and capabilities necessary to implement these tactics.<br>

While it is wise to be a good steward of herbicide technology, through the use of PRE and POST herbicide applications or tank mixes, IWM requires the use of tactics beyond herbicides. For example, using these herbicide application practices along with a winter cover crop or harvest weed seed control (HWSC) and prevention methods would be considered IWM.</span></li><br>


<li><span id="s1"><info>Categories of IWM Practices:</info></span><br>
<img src="pictures/IWM.png" width="300px" height="400px";><br>

<span id="s2">1.Prevention<br>
2.Cultural<br>
3.Chemical<br>
4.Mechinical<br>
5.Biological<br>
</span></li><br>

</div>
</div>
</div>
</div>
<?php
include("footer.php");
?>
</body>
</html>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# KrishiDarpan
It is full stack website which is used to deal with real life problems faced by farmers.we have observe the farmer's problem and categorized into 5 parts.first one is "Bahikhata", second one is "Crop management",third one is "Bhusnaksha", Fourth one is Trivago system for farmers where they can chose their right store to purchase pesticides and fertilizer, and fifth one is our "forum system" which is used to deal with question of farmers.here we are also providing a language accessibility for farmers.
Loading

0 comments on commit 07d98ab

Please sign in to comment.