-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
150 lines (110 loc) · 5.64 KB
/
index.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
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
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav class="site-header">
<div class="nav-logo">
<a href="index.html">
<img src="UCoE-Web-Logo.png" alt="logo" width="314" height="60">
</a>
</div>
<div class="nav-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#Upload">Upload</a></li>
<li><a href="form.html">FORM</a></li>
</ul>
</div>
</nav>
<section class="banner">
<div class="banner--content">
<h1 class="designation">Universal College of Engineering</h1>
<p class="tagline">Welcomes You To The Admission Portal !</p>
</div>
</section>
<p style="margin-left: 28rem; font-size: 46px; margin-top: 3rem;font-family: sans-serif; margin-bottom: -6px;">
Upload Your Documents Here !!</p>
<div id="doc">
<section id="upload">
<div class="content upload--content">
<label for="images" class="drop-container">
<span class="drop-title">Photo of Student</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">10th Marksheet</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">!0th Leaving Certificate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Income Certificate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Acknowledgement Letter</span>
<input type="file" id="images" accept="image/*" required>
</label>
</div>
<!-- </div> -->
</section>
<section id="upload">
<div class="content upload--content">
<label for="images" class="drop-container">
<span class="drop-title">Adhaar Card</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">12th Marksheet</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">12th Leaving Certifcate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Caste Certificate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Seat Acceptance Letter</span>
<input type="file" id="images" accept="image/*" required>
</label>
</div>
</section>
<section id="upload">
<div class="content upload--content">
<div id="marks">
<label for="images" class="drop-container">
<span class="drop-title">Pan Card</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">CET Marksheet</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Disability Certificate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Caste Validity Certificate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Defence Certificate</span>
<input type="file" id="images" accept="image/*" required>
</label>
</div>
</div>
</section>
<section id="upload">
<div class="content upload--content">
<div id="marks">
<label for="images" class="drop-container">
<span class="drop-title">Domicile Certificate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">JEE Marksheet</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Migrant Certifcate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Gap Certificate</span>
<input type="file" id="images" accept="image/*" required>
<span class="drop-title">Birth Certificate</span>
<input type="file" id="images" accept="image/*" required>
</label>
</div>
</div>
</section>
</div>
<footer class="site-footer">
<!-- <p>©<time datetime="2022">2022,</time> All Rights reserved by Ashish Yadav®</p> -->
</div>
</footer>
</body>
</html>