-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathman.html
90 lines (84 loc) · 3.62 KB
/
man.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200;1,500&family=Pridi&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/Website/post.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav class="header">
<img class="default-logo lazy loaded"
src="//dt19wmazj2dns.cloudfront.net/wp-content/uploads/2023/01/amrita-c20-logo-white.svg"
data-src="//dt19wmazj2dns.cloudfront.net/wp-content/uploads/2023/01/amrita-c20-logo-white.svg"
alt="Amrita Vishwa Vidyapeetham" data-was-processed="true" id="logo">
<a href="">
<i class="fa-solid fa-house"></i>
</a>
<a href="">
<button id="post1">Post</button>
</a>
<input type="text" placeholder="Search"
style="background: #454852; border-radius: 10px;width: 310px;height: 25px;">
<a href="">
<i class="fa-solid fa-gear"></i>
</a>
<a href="">
<i class="fa-solid fa-user"></i>
</a>
</nav>
<div class="total">
<div class="pap">
<h1>Post a Project</h1>
</div>
<div class="main">
<div class="left">
<form>
<label for="pt">Project Title:</label><br>
<input type="text" id="pl" name="pt" placeholder="Project Title" style=" margin-bottom: 55px;
border-radius: 10px;
height: 25px;"><br>
<label for="pd">Project Description</label><br>
<input type="text" id="pl" style="
height: 100px; margin-bottom: 55px;border-radius: 10px;" placeholder="Project Description"><br>
<label for="pp">Project Prerequisite</label><br>
<input type="text" id="pl" placeholder="Project Prerequisite" style=" margin-bottom: 55px;
border-radius: 10px;
height: 25px;">
</form>
</div>
<div class="center">
<button id="post">POST</button>
</div>
<div class="right">
<form>
<label for="pc">Certification</label><br>
<input type="text" placeholder="Yes|No" id="pl" style=" margin-bottom: 55px;
border-radius: 10px;
height: 25px;"><br>
<label for="tr">Team Required:</label><br>
<input type="text" placeholder="No.of Members Required" id="pl" style=" margin-bottom: 55px;
border-radius: 10px;
height: 25px;"><br>
<label for="pd">Department</label><br>
<input type="text" placeholder="Department Name" id="pl" style=" margin-bottom: 55px;
border-radius: 10px;
height: 25px;"><br>
</form>
</div>
</div>
</div>
</body>
</html>