-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpostProject.html
32 lines (28 loc) · 1.11 KB
/
postProject.html
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
<html>
<head>
<link rel="stylesheet" type="text/css" href="./CSS/postProjectStyle.css">
<script src="https://kit.fontawesome.com/4efd760c90.js" crossorigin="anonymous"></script>
</head>
<body>
<a href="home.html"><i class="fa-solid fa-arrow-left"></i></a>
<div id="wrapper">
<center><img src="./Images/paklancerLogo.png" border="0px" height="185px" width="270px"></a><br></center>
<div class="stand">
<div class="outer-screen">
<div class="inner-screen">
<div class="form">
<h2> <center>Details Of your Project</center></h2>
<form method="post" action="postPHP.php">
<input type="text" class="zocial-dribbble" placeholder="Project Name" name="proname" required>
<input type="text" placeholder="Project Description" name="description" required>
<input type="text" placeholder="Maximum Bid Amount in pkr" name="maxbid" required>
<input type="text" placeholder="Expected Submission Time" name="timesubmit" required>
<input type="submit" value="Post Project" />
</form>
</div>
</div>
</div>
</div>
</div>
</body>
</html>