-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsuraj.html
80 lines (60 loc) · 2.08 KB
/
suraj.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description" content="Enter your description here"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="assets/css/profile.css">
<title>Profile Page</title>
</head>
<body>
<div class="container">
<div class="inner-container">
<div class="profile-pic-wrapper">
<div class="row">
<div class="col-6 my-auto">
<img src="./assets/img/char-2.jpeg" alt="" class="profile-pic shadow">
</div>
<div class="col-6 my-auto font-weight-bolder">
<ul>
<li>NAZAR ADHENI</li>
<li>AGE: 22</li>
<li>HEIGHT: 5’8”</li>
<li>WEIGHT: 135 lbs</li>
</ul>
</div>
</div>
</div>
<div>
<div class="content p-4 shadow rounded text-justify">
<p class = "font-weight-bolder">CRIMINAL RECORD: </p>
<ul>
<li>
First case reported while pursuing MBA
</li>
<li>
Found to have close connection with Bombay based drug dealer Sourabh Hassan.
</li>
<li>
Drug addict.
</li>
<li>
Unofficial reports show drug export across state boundaries around 10 times.
</li>
</ul>
</div>
<div class="alert alert-warning mt-4" role="alert">
M 404
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js"></script>
<!-- Swiper JS -->
</body>
</html>