-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
108 lines (97 loc) · 3.01 KB
/
about.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
<html>
<head>
<title>
about
</title>
</head>
<body style="background:url(image/1.jpg);background-size:100%;
background-repeat: no-repeat;" >
<div>
<ul style="float: right;">
<li style="list-style: none; display: inline-block;"><a href="index.html" style="color: hotpink ; font-size: 20px; font-weight: 20px;">Home</a></li>
<li style="list-style: none; display: inline-block;"><a href="login.html" style="color:greenyellow ; font-size: 20px; font-weight: 20px;">Login</a></li>
</ul>
</div>
<h1 style="font-size: 50px ;text-align: center;">About</h1>
<div style="margin-top: 100px ; margin-left: 400px;">
<table>
<thead>
<tr>
<th>
Name
</th>
<th>
</th>
<th>
ID
</th>
<th>
Email
</th>
<th>
Mobile
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Akas
</td>
<td>
181-15-****
</td>
<td>
Akas15-10***@diu.edu.bd
</td>
<td>
017.........
</td>
</tr>
<tr>
<td>
Ornob
</td>
<td>
181-15-****
</td>
<td>
Ornob15-10****@diu.edu.bd
</td>
<td>
017.........
</td>
</tr>
<tr>
<td>
Ariana
</td>
<td>
181-15-****
</td>
<td>
</td>
<td>
017.........
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div style="text-align: center; margin-top:100px;">
<ul>
<li style="list-style: none;">
<a href="#" style="font-size:30px;">Image</a>
</li>
<li style="list-style: none;">
<a href="#" style="font-size:30px;">Wikipedia</a>
</li>
<li style="list-style: none;">
<a href="#" style="font-size:30px;">Vedio</a>
</li>
</ul>
</div>
</body>
</html>