-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpro.html
More file actions
109 lines (104 loc) · 3.97 KB
/
pro.html
File metadata and controls
109 lines (104 loc) · 3.97 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
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
<!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 rel="stylesheet" href="../pro.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'>
<!-- Font Awesome CSS -->
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css'>
<title>Document</title>
</head>
<div class ="main-container">
<ul>
<li class="active"> <a href="http://127.0.0.1:5501/front.html">Home</a></li>
</ul>
</div>
<div class ="main-container">
<ul>
<li class="active"> <a href="http://127.0.0.1:5501/front.html">Home</a></li>
</ul>
</div>
<body>
<div class="student-profile py-4">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="card shadow-sm">
<div class="card-header bg-transparent text-center">
<img class="profile_img" src="https://source.unsplash.com/600x300/?student" alt="student dp">
<h3></h3>
</div>
<div class="card-body">
<p class="mb-0"><strong class="pr-1">Student ID:</strong>2020000001</p>
<p class="mb-0"><strong class="pr-1">Contact no.:</strong>879657242</p>
<p class="mb-0"><strong class="pr-1">Email</strong>ansh12@gmail.com</p>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="card shadow-sm">
<div class="card-header bg-transparent border-0">
<h3 class="mb-0"><i class="far fa-clone pr-1"></i>General Information</h3>
</div>
<div class="card-body pt-0">
<table class="table table-bordered">
<tr>
<th width="30%">Exam name</th>
<td width="2%">:</td>
<td>JEE(Joint Entrance Examination)</td>
</tr>
<tr>
<th width="30%">Deadline</th>
<td width="2%">:</td>
<td>10-05-2023</td>
</tr>
<tr>
<th width="30%">Academic Year </th>
<td width="2%">:</td>
<td>2023</td>
</tr>
<tr>
<th width="30%">Gender</th>
<td width="2%">:</td>
<td>Male</td>
</tr>
<tr>
<th width="30%">Category</th>
<td width="2%">:</td>
<td>SC/ST</td>
</tr>
<tr>
<th width="30%">Upload documents</th>
<td width="2%">:</td>
<td><a href="http://127.0.0.1:5501/docu.html" > Click here</a></td>
</tr>
<tr>
<th width="30%">Chat with agent</th>
<td width="2%">:</td>
<td><a href="http://127.0.0.1:5501/chatbot.html" > Click here</a></td>
</tr>
<!-- <input type="file" id="file" />
<label for="file">Upload file</label> -->
</table>
</div>
</div>
<div style="height: 26px"></div>
<div class="card shadow-sm">
<div class="card-header bg-transparent border-0">
<h3 class="mb-0"><i class="far fa-clone pr-1"></i>Other Information</h3>
</div>
<div class="card-body pt-0">
<p>I am a 12th class student and I want to fill my JEE form but I am facing difficulties while filling the form. So I need some assistance for the same</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>