-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuploadcon.php
140 lines (86 loc) · 2.93 KB
/
buploadcon.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contract</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="bootstrap\js\bootstrap.min.js"></script>
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<style>
header {
padding: 15px;
font-size: 75px;
color: white;
lenght:100%;
}
.cont{
padding-left:50px;
margin:0;
}
.vl {
border-left: 6px solid green;
height: 1550px;
}
</style>
</head>
<body>
<!-- Navigation -->
<div> <header style="background-color: #000; ">
<img src="img/KSlogo.png" alt="Logo" style="width:150px;" >
कृषी संपन्न
<button type="button" href="aboutus.php"class="btn btn-success float-right"align="right" style="margin:10px;">About us</button>
<button type="button" href="index.php" class="btn btn-success float-right"align="right" style="margin:10px;">Logout</button>
<button type="button" href="home.php" class="btn btn-success float-right" align="right" style="margin:10px;" >Home</button>
</header></div>
<header style="background-color: #74cc5c;"></header>
<!-- Page Content -->
<div class="cont">
<div class="row">
<div class="col-lg-3" >
<h1 class="my-3">OPTIONS</h1>
<div class="list-group">
<a href="bhome.php" class="list-group-item">HOME</a>
<a href="buploadpro.php" class="list-group-item">UPLOAD POST</a>
<a href="bpost.php" class="list-group-item">VIEW POST</a>
</div>
</div>
<!-- /.col-lg-3 -->
<div class="col-1" style="width:10px;" >
<div class="vl"></div>
</div>
<div class="col-lg-8"style="padding-right:40px;">
<section id="one" class="wrapper style1 align-center">
<div class="" style="margin-left:-50px; padding-top:40px;">
<h2>Welcome To Our Portal...<h2>
<h4>You can approach farmers for making agri contracts with them. You can contact them and enjoy .... </h4>
<h4>Here are some rules you should follow for the process. </h4>
<a href ="...">Rules and FAQ</a>
<p>
</p>
</div>
<form>
</form>
</section>
<br>
</div>
<!-- /.row -->
</div>
<!-- /.col-lg-9 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<br>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container"></p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="style/jquery/jquery.min.js"></script>
<script src="style/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>