iadd logo
This commit is contained in:
BIN
scripts/logo.png
Normal file
BIN
scripts/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
BIN
scripts/logo_nobg.png
Normal file
BIN
scripts/logo_nobg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
@@ -2,12 +2,6 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<td>
|
||||
<center>
|
||||
<img src="C:\Users\Durga\Documents\sickle cell logo.png" width="128" height="128" alt="sickle cell logo Logo"/>
|
||||
</center>
|
||||
</td>
|
||||
<style>
|
||||
<style>
|
||||
.person-details-row {
|
||||
display: flex;
|
||||
@@ -28,13 +22,13 @@
|
||||
}
|
||||
|
||||
.test-details-col {
|
||||
height: 150px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.test-cell-div {
|
||||
/* border: 1px solid black; */
|
||||
border-collapse: collapse;
|
||||
height: 30px;
|
||||
height: 20px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@@ -69,6 +63,12 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
@@ -85,24 +85,27 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<table style="border: 1px solid black; margin: 10px; width: 98%;">
|
||||
<tr class="person-details-row">
|
||||
<td class="person-details-col" style="border-right: 2; width: 70%;">
|
||||
<div><strong>Name:</strong></div>
|
||||
<div><strong>Age / Gender:</strong></div>
|
||||
<div><strong>Sample type:</strong></div>
|
||||
<div><strong>Family History of Sickle Cell Anemia:</strong></div>
|
||||
</td>
|
||||
<td class="person-details-col" style="width: 30%;">
|
||||
<div><strong>Marital Status:</strong></div>
|
||||
<div><strong>Test Date:</strong></div>
|
||||
<div><strong>ABHA ID:</strong></div>
|
||||
<div><strong>Sample ID:</strong></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div>
|
||||
<div class="logo">
|
||||
<img src="./logo_nobg.png" width="128" height="128" alt="sickle cell logo" />
|
||||
</div>
|
||||
<table style="border: 1px solid black; margin: 10px; width: 98%;">
|
||||
<tr class="person-details-row">
|
||||
<td class="person-details-col" style="border-right: 2; width: 70%;">
|
||||
<div><strong>Name:</strong></div>
|
||||
<div><strong>Age / Gender:</strong></div>
|
||||
<div><strong>Sample type:</strong></div>
|
||||
<div><strong>Family History of Sickle Cell Anemia:</strong></div>
|
||||
</td>
|
||||
<td class="person-details-col" style="width: 30%;">
|
||||
<div><strong>Marital Status:</strong></div>
|
||||
<div><strong>Test Date:</strong></div>
|
||||
<div><strong>ABHA ID:</strong></div>
|
||||
<div><strong>Sample ID:</strong></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user