+
Mike
By Shower Champions
diff --git a/legal-ai/src/components/index.css b/legal-ai/src/components/index.css
index b4b4d77..e8bc561 100644
--- a/legal-ai/src/components/index.css
+++ b/legal-ai/src/components/index.css
@@ -6,31 +6,6 @@
@tailwind utilities;
-* {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- font-family: "Poppins", sans-serif;
-}
-
-.App {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- gap: 1rem;
-}
-
-body {
- padding: 0;
- margin: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- min-height: 100vh;
- background: #ecf0f3;
- /* background: #f295c3; */
- }
.container {
@apply rounded-lg;
@@ -38,138 +13,4 @@ body {
/* box-shadow: 13px 13px 20px #e8afcc, -13px -13px 20px #e8afcc; */
}
- .row button {
- width: 84px;
- height: 30px;
-
- border: none;
- outline: none;
- margin: 5px;
- border-radius: 4px;
- transition: .1s;
- box-shadow: 5px 5px 8px #00000020, -5px -5px 8px #D8B4FE;
-
- /* box-shadow: 5px 5px 8px #00000020,-5px -5px 8px #e8afcc; */
- }
-
- .row button:hover {
- box-shadow: inset 5px 5px 8px rgba(16, 16, 16, .1),
- inset -5px -5px 8px #fff;
- background: #fff;
- }
- /* .btn_num button{
- background:#cbd5e1 ;
- }
-
- .btn_num button:hover{
- background:#262729 ;
- color: white;
- box-shadow: none;
- } */
- /* Responsive styles for .container */
- /* @media (min-width: 0px) {
- .container {
- @apply w-[290px] px-1 py-1;
- }
- }
-
- @media (min-width: 600px) {
- .container {
- @apply w-[400px] px-5 py-4;
- }
- } */
-
- .content {
- width: 100%;
- margin-top: 1.7em;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
-
-
-
- .display #screen {
- margin-bottom: .5em;
- /* width: 100%;
- height: 70px; */
- font-size: 35px;
- outline: none;
- border: none;
- text-align: right;
- padding-right: .5em;
- background: #ecf0f3;
- border-radius: 6px;
- box-shadow: inset 8px 8px 8px #cbced1,
- inset -8px -8px 8px #ffffff;
- }
- #eval {
- background: #33ccff;
- color: #fff;
- box-shadow: inset 5px 5px 8px #66d9ff,
- inset -5px -5px 8px #00ace6;
- }
-
- #eval:hover {
- box-shadow: inset 5px 5px 8px #00ace6,
- inset -5px -5px 8px #00ace6;
- }
-
- #ac {
- background: #33cc33;
- color: #fff;
- }
-
- #ac:hover {
- box-shadow: inset 5px 5px 8px #2eb82e,
- inset -5px -5px 8px #33cc33;
- }
-
- #ce {
- background: #ff3399;
- color: #fff;
- }
-
- #ce:hover {
- box-shadow: inset 5px 5px 8px #e60073,
- inset -5px -5px 8px #ff3399;
- }
-
- /* Assuming this is in your main CSS file or Messages.css */
-
-.thinking-animation {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- margin-top: 10px;
- }
-
- .dot {
- height: 8px;
- width: 8px;
- margin: 0 2px;
- background-color: white;
- border-radius: 50%;
- display: inline-block;
- animation: bounce 1.4s infinite both;
- }
-
- .dot:nth-child(1) {
- animation-delay: -0.32s;
- }
-
- .dot:nth-child(2) {
- animation-delay: -0.16s;
- }
-
- @keyframes bounce {
- 0%, 80%, 100% {
- transform: scale(0);
- }
- 40% {
- transform: scale(1);
- }
- }
-
\ No newline at end of file
diff --git a/legal-ai/src/translations.js b/legal-ai/src/translations.js
index a044707..a32dbd9 100644
--- a/legal-ai/src/translations.js
+++ b/legal-ai/src/translations.js
@@ -22,7 +22,11 @@ const translations = {
detailsHead: "Hackathon Details",
detailsDescription: "We recently participated in a 48-hour hackathon, developing an AI-powered chatbot designed to provide quick legal advice. This project showcases our commitment to leveraging technology to make legal assistance accessible.",
- team:"Meet the Team",
+ team: "Meet the Team",
+ studentsHeader: "LegalAI for students",
+ individualsHeader: "LegalAI for individuals",
+
+ individuals:"LegalAI can provide instant access to legal information, helping individuals understand their rights and responsibilities. Whether it's a question about family law, tenant rights, or personal injury claims, LegalAI offers reliable guidance to help users navigate their legal situations effectively. This empowers individuals to make informed decisions without the stress of prolonged legal consultations.",
},
es: {
home: "Inicio",
@@ -46,6 +50,10 @@ const translations = {
detailsHead: "Detalles del hackatón",
detailsDescription: "Recientemente participamos en un hackathon de 48 horas, desarrollando un chatbot con tecnología de inteligencia artificial diseñado para brindar asesoramiento legal rápido. Este proyecto muestra nuestro compromiso de aprovechar la tecnología para hacer que la asistencia legal sea accesible.",
team:"Conoce al equipo",
+ studentsHeader:"IA legal para estudiantes",
+
+ individualsHeader: "IA legal para particulares",
+ individuals:"LegalAI puede proporcionar acceso instantáneo a información legal, ayudando a las personas a entender sus derechos y responsabilidades. Ya sea una pregunta sobre derecho familiar, derechos de los inquilinos o reclamos por lesiones personales, LegalAI ofrece orientación confiable para ayudar a los usuarios a navegar sus situaciones legales de manera efectiva. Esto empodera a las personas para que tomen decisiones informadas sin el estrés de consultas legales prolongadas.",
},
};