Styled up
This commit is contained in:
parent
888be36ca0
commit
1f3a90e08f
@ -8,7 +8,10 @@
|
||||
</head>
|
||||
<body class="bg-gray-100 font-sans leading-normal tracking-normal">
|
||||
<div class="max-w-lg mx-auto mt-10 bg-white p-8 rounded-lg shadow-lg">
|
||||
<h1 class="text-2xl font-bold text-center mb-4 text-gray-700">ITS Credential Printer</h1>
|
||||
<div class="flex justify-center mb-6">
|
||||
<img src="./itslogo_color.png" alt="ITS Logo" class="h-24 w-auto">
|
||||
</div>
|
||||
<h1 class="text-2xl font-bold text-center mb-4" style="color: #1F3C70;">ITS Credential Printer</h1>
|
||||
<p class="text-center text-gray-600 mb-6">
|
||||
Provide the username and student ID in the fields below, then click the Print button.
|
||||
A pre-formatted receipt will print with the information from the thermal printer.
|
||||
@ -29,7 +32,8 @@
|
||||
|
||||
<div class="text-center">
|
||||
<button type="submit"
|
||||
class="w-full bg-indigo-600 text-white py-2 px-4 rounded-md hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
|
||||
style="background-color: #1F3C70;"
|
||||
class="w-full text-white py-2 px-4 rounded-md hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
|
||||
Print
|
||||
</button>
|
||||
</div>
|
||||
|
BIN
mccs-it/thermal/public/itslogo_color.png
Normal file
BIN
mccs-it/thermal/public/itslogo_color.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Loading…
Reference in New Issue
Block a user