Skip to content

Commit 1db776e

Browse files
Add github pages deployment for the poc
1 parent 911d01d commit 1db776e

File tree

5 files changed

+465
-98
lines changed

5 files changed

+465
-98
lines changed

index.html

-54
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<meta charset="UTF-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88

9-
<link rel="stylesheet" href="./style.css" />
10-
119
<!-- Include the Tailwind JS file -->
1210
<script src="https://cdn.tailwindcss.com"></script>
1311
</head>
@@ -105,58 +103,6 @@ <h1 class="text-center font-bold text-3xl pb-10">
105103
</div>
106104
</div>
107105

108-
<div
109-
class="main-modal fixed w-full h-100 inset-0 z-50 overflow-hidden flex justify-center items-center animated fadeIn faster"
110-
style="background: rgba(0, 0, 0, 0.7); display: none"
111-
>
112-
<div
113-
class="border border-teal-500 shadow-lg modal-container bg-white w-11/12 md:max-w-md mx-auto rounded shadow-lg z-50 overflow-y-auto"
114-
>
115-
<div class="modal-content py-4 text-left px-6">
116-
<!--Title-->
117-
<div class="flex justify-between items-center pb-3">
118-
<p class="text-2xl font-bold">Header</p>
119-
120-
<div class="modal-close cursor-pointer z-50">
121-
<svg
122-
width="18"
123-
height="18"
124-
viewBox="0 0 18 18"
125-
class="fill-current text-black"
126-
>
127-
<path
128-
d="M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z"
129-
></path>
130-
</svg>
131-
</div>
132-
</div>
133-
134-
<!--Body-->
135-
<div class="my-5">
136-
<p>
137-
Inliberali Persius Multi iustitia pronuntiaret expeteretur sanos
138-
didicisset laus angusti ferrentur arbitrium arbitramur huic
139-
desiderent.?
140-
</p>
141-
</div>
142-
143-
<!--Footer-->
144-
<div class="flex justify-end pt-2">
145-
<button
146-
class="focus:outline-none modal-close px-4 bg-gray-400 p-3 rounded-lg text-black hover:bg-gray-300"
147-
>
148-
Cancel
149-
</button>
150-
<button
151-
class="focus:outline-none px-4 bg-teal-500 p-3 ml-3 rounded-lg text-white hover:bg-teal-400"
152-
>
153-
Confirm
154-
</button>
155-
</div>
156-
</div>
157-
</div>
158-
</div>
159-
160106
<script type="module" src="./src/main.ts"></script>
161107
</body>
162108
</html>

0 commit comments

Comments
 (0)