-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdawood.html
134 lines (104 loc) · 5.41 KB
/
dawood.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
<!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, shrink-to-fit=no">
<title>Profile - Dawood Ibrahim</title>
<!--Favicon-->
<link rel="icon"
href="https://codeglamour.com/php/iprofile/uploads/images/thumbnail/f644dd616eab94f984c821e9090358f9_thumb.png">
<!--Google Font-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="profile.css" rel="stylesheet">
</head>
<body>
<!--Start Header Section-->
<section class="header">
<div class="container">
<div class="row">
<div class="col-lg-7 offset-lg-3">
<div class="header">
<!--Header Logo-->
<a class="logo" href="#">
</a>
</div>
</div>
<div class="col-lg-2">
</div>
</div>
</div>
</section>
<!--End Header Section-->
<div class="container">
<!-- This container holds all the remaining html, except about_me and navigation. It should close in footer -->
<div class="row">
<div class="col-lg-3 col-md-12 col-sm-12">
<div class="side-profile-bar text-center shadow rounded">
<img class="rounded" src="labeled_images/Dawood Ibrahim/1.jpg" height = "200px"width="240px">
<h2>Dawood Ibrahim</h2>
</div> <!-- div shadow rounded ends here -->
</div> <!-- Info Card end s here-->
<div class="col-lg-8 col-md-12 col-sm-12">
<div class="maim-detail-card shadow rounded" id="detail">
<div class="card">
<div class="card-body">
<h4 class="card-title">
DAWOOD IBRAHIM <div class="lines"></div>
</h4>
<p class="card-text">Dawood Ibrahim Kaskar, born 26 December 1955 is an unapprehended Indian mafia gangster,
drug kingpin and wanted terrorist from Dongri, Mumbai. He reportedly heads the Indian organised crime syndicate
D-Company, which he founded in Mumbai in the 1970s. Ibrahim is wanted on the charges of murder, extortion,
targeted killing, drug trafficking, terrorism, and various other cases. </p>
</div>
<div class="brd-btm mt-5 mb-3"></div>
<div class="card-body">
<h4 class="card-title">
Criminal Information <div class="lines"></div>
</h4>
<p class="card-text">
<table class="table table-borderless">
<thead>
<tr>
<th scope="col">Complete Name</th>
<td scope="col">Dawood Ibrahim Kaskar</td>
</tr>
</thead>
<thead>
<tr>
<th scope="col">Date of Birth</th>
<td scope="col">26 December 1955</td>
</tr>
</thead>
<thead>
<tr>
<th scope="col">State of Residence</th>
<td scope="col">Mumbai, Maharashtra</td>
</tr>
</thead>
<thead>
<tr>
<th scope="col">Spouse</th>
<td scope="col">Zubeena Zareen</td>
</tr>
</thead>
<thead>
<tr>
<th scope="col">Criminal Charge</th>
<td scope="col"> Organised crime, drug trafficking, extortion, targeted killing, terrorism</td>
</tr>
</thead>
<thead>
<tr>
<th scope="col">Years Active</th>
<td scope="col">1976-present</td>
</tr>
</thead>
</table>
</p>
</div>
</div>
</div> <!-- div Personal details ends here -->
</section>
</body>
</html>