-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinbanni.html
More file actions
123 lines (119 loc) · 4.11 KB
/
inbanni.html
File metadata and controls
123 lines (119 loc) · 4.11 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<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'>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
background-image: url(in.jpg);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
padding: 0;
margin: 0;
font-family: 'Lato', sans-serif;
color: #000;
}
.student-profile .card {
border-radius: 0px;
}
.student-profile .card .card-header .profile_img {
width: 200px;
height: 200px;
object-fit: cover;
margin: 45px auto;
border: 10x solid #7b6666;
border-radius: 0%;
}
.student-profile .card h3 {
font-size: 20px;
font-weight: 700;
}
.student-profile .card p {
font-size: 16px;
color: #000;
}
.student-profile .table th,
.student-profile .table td {
font-size: 14px;
padding: 5px 10px;
color: #000;
}
</style>
</head>
<body><br>
<br>
<br>
<br>
<br>
<br>
<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="banni.jpg" alt="student dp">
<h3>Banni</h3>
</div>
<div class="card-body">
<p class="mb-0"><strong class="pr-1">Livestock ID:</strong>5</p>
<p class="mb-0"><strong class="pr-1">Class:</strong>B</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%">Livestock</th>
<td width="2%">:</td>
<td>Buffalo</td>
</tr>
<tr>
<th width="30%">Breed </th>
<td width="2%">:</td>
<td>Banni</td>
</tr>
<tr>
<th width="30%">Gender</th>
<td width="2%">:</td>
<td>Male</td>
</tr>
<tr>
<th width="30%">Age</th>
<td width="2%">:</td>
<td>4 Years</td>
</tr>
<tr>
<th width="30%">Price</th>
<td width="2%">:</td>
<td>85000</td>
</tr>
</table>
<center><button type="button" class="btn-success"inline="true">BUY</button></center>
</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>Banni Buffalo breed was recognized as 11th buffalo breed of India by Breed Registration Committee, ICAR, New Delhi.The breed is originated from the Banni area of kachchh, which is a part of Kachchh district of Gujarat</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html><!-- Google Fonts -->