-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (56 loc) · 1.98 KB
/
Copy pathindex.html
File metadata and controls
64 lines (56 loc) · 1.98 KB
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>assignment page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page">
<h1><b>WEB3 BRIDGE</b></h1>
<p>Assignment subimsssion portal</p>
<img src="/images.png" alt="web3 bridge logo">
</div>
<div class="all">
<div>
<h1>Submit new assignment</h1>
<label for="student name">Student name</label><br><br>
<input type="text" name="student name" id="student">
</div><br>
<div>
<label for="cohort">cohort</label><br><br>
<select name="" id="">
<option>Select your cohort</option>
<option>cohort x</option>
<option>cohort xi</option>
<option>cohort xii</option>
<option>cohort xiii</option>
</select>
</div><br>
<div>
<label for="assignment types">assignment title</label><br><br>
<select name="" id="">
<option>Select assignment</option>
<option>web2 basics (HTML,CSS AND JS)</option>
<option>web2 advanced(REACT)</option>
<option>web3(solidity)</option>
<option>smart contract</option>
<option>rust</option>
</select>
</div><br>
<div>
<label for="">Github repository link</label><br><br>
<input type="text" name="" id="" placeholder="https://github.com/........." required>
</div><br>
<div>
<label for="">Assignment description</label><br><br>
<input type="text" name="description" id="description" placeholder="kindly describe what you have built and challenges face during the........">
</div><br>
<div id="for">
<label for="">Upload files(otional)</label><br><br>
<input type="file" name="file" id="file" placeholder="upload doc...">
</div><br><br>
<button id="bot">Submit Assignment</button>
</div>
</body>
</html>