iadd logo

This commit is contained in:
Pritimay Sarkar
2023-08-07 13:33:16 +05:30
parent f17408f5ce
commit e681a4a9bf
3 changed files with 33 additions and 30 deletions

BIN
scripts/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
scripts/logo_nobg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -2,12 +2,6 @@
<html> <html>
<head> <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> <style>
.person-details-row { .person-details-row {
display: flex; display: flex;
@@ -28,13 +22,13 @@
} }
.test-details-col { .test-details-col {
height: 150px; height: 100px;
} }
.test-cell-div { .test-cell-div {
/* border: 1px solid black; */ /* border: 1px solid black; */
border-collapse: collapse; border-collapse: collapse;
height: 30px; height: 20px;
padding: 10px; padding: 10px;
} }
@@ -62,13 +56,19 @@
align-items: center; align-items: center;
display: flex; display: flex;
} }
.end-of-report { .end-of-report {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.logo {
display: flex;
justify-content: center;
align-items: center;
}
table, table,
th, th,
td { td {
@@ -85,29 +85,32 @@
</head> </head>
<body> <body>
<div> <div>
<table style="border: 1px solid black; margin: 10px; width: 98%;"> <div class="logo">
<tr class="person-details-row"> <img src="./logo_nobg.png" width="128" height="128" alt="sickle cell logo" />
<td class="person-details-col" style="border-right: 2; width: 70%;"> </div>
<div><strong>Name:</strong></div> <table style="border: 1px solid black; margin: 10px; width: 98%;">
<div><strong>Age / Gender:</strong></div> <tr class="person-details-row">
<div><strong>Sample type:</strong></div> <td class="person-details-col" style="border-right: 2; width: 70%;">
<div><strong>Family History of Sickle Cell Anemia:</strong></div> <div><strong>Name:</strong></div>
</td> <div><strong>Age / Gender:</strong></div>
<td class="person-details-col" style="width: 30%;"> <div><strong>Sample type:</strong></div>
<div><strong>Marital Status:</strong></div> <div><strong>Family History of Sickle Cell Anemia:</strong></div>
<div><strong>Test Date:</strong></div> </td>
<div><strong>ABHA ID:</strong></div> <td class="person-details-col" style="width: 30%;">
<div><strong>Sample ID:</strong></div> <div><strong>Marital Status:</strong></div>
</td> <div><strong>Test Date:</strong></div>
</tr> <div><strong>ABHA ID:</strong></div>
</table> <div><strong>Sample ID:</strong></div>
</div> </td>
</tr>
</table>
</div>
<div> <div>
<div class="table-header">POINT OF CARE SICKLE CELL ANEMIA TEST</div> <div class="table-header">POINT OF CARE SICKLE CELL ANEMIA TEST</div>
<table class="test-details-table" style="border: 1px solid black; margin: 10px; width: 98%;"> <table class="test-details-table" style="border: 1px solid black; margin: 10px; width: 98%;">
@@ -204,4 +207,4 @@
</div> </div>
</body> </body>
</html> </html>