Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>About Truth-O-Meter | MARS DYNAIX</title> | |
| <link rel="icon" href="{{ url_for('static', filename='high-resolution-logo-grayscale.png')}}"> | |
| </head> | |
| <body> | |
| <div class="logo"> | |
| <h1>Truth-O-Meter <dot>.</dot></h1> | |
| <p>"Truth in every Frame"</p> | |
| </div> | |
| <div class="about"> | |
| <h2>About</h2> | |
| <p>Truth-O-meter is build for making diffrence in Real images and AI generated Image.</p> | |
| </div> | |
| <div class="mission"> | |
| <h2>Our Mission: Helping Normal Public's To Identifying the Diffrence in Real Image and AI generated Image</h2> | |
| <p>We beilieve that our tool which is build by <strong>MARS DYNAMIX</strong> can solve confusion of AI image or authenitic image. And Win the customers valuable <strong>TRUST</strong>. </p> | |
| </div> | |
| <div class="mission"> | |
| <h2>Our Story</h2> | |
| <p><strong>Truth-O-Meter</strong> is developed by <strong>MARS DYNAMIX</strong>, <strong>Truth-O-Meter</strong> name was devired from famous Indian Cartoon <strong>Paap-O-Meter</strong> the development of this tool is started from 19th or 20th march and it is completed on 2nd April 2026. | |
| According to Observation of <strong>MARS DYNAMIX</strong> From 2023 to 2026 There is sudden rise of the AI Images in mass level and fited perfectly with realism. This led to rise of misinformation, and confusion between realism and Artificial Intelligence to crack this confusion <strong>MARS DYNAMIX</strong> developed tool <strong>Truth-O-Meter</strong> But our tool is not accurate for identifying AI images with confidence of 99% So double check it.</p> | |
| </div> | |
| <div class="contact"> | |
| <p>For any guidance or suggestions You can contact us on <a href="https://www.instagram.com/mars_dynamix_official/following/">Instagram</a> | |
| </p> | |
| </div> | |
| <div class="out"> | |
| <h2>! THANKS FOR TRUSTING !</h2> | |
| </div> | |
| <footer>Made with ❤️ In INDIA </footer> | |
| <style> | |
| body { | |
| display: flex; | |
| flex-direction: column; | |
| align-items: center; | |
| justify-content: flex-start; | |
| padding: 40px 20px; | |
| margin: 0; | |
| min-height: 100vh; | |
| font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; | |
| color: white; | |
| background: linear-gradient(rgba(10, 8, 20, 0.72), rgba(10, 8, 20, 0.82)), | |
| url("{{ url_for('static', filename='pawel-czerwinski-1A_dO4TFKgM-unsplash.jpg') }}"); | |
| background-size: cover; | |
| background-attachment: fixed; | |
| } | |
| .logo { | |
| text-align: center; | |
| margin-bottom: 40px; | |
| } | |
| .logo h1 { | |
| font-size: 2.5rem; | |
| color: white; | |
| margin: 0; | |
| } | |
| .logo dot { | |
| color: #38bdf8; | |
| } | |
| .logo p { | |
| color: #64748b; | |
| font-size: 1.1rem; | |
| } | |
| .about, .mission, .contact, .out { | |
| background: #ffffff; | |
| border-radius: 24px; | |
| padding: 30px; | |
| max-width: 700px; | |
| width: 100%; | |
| justify-content: center; | |
| margin-bottom: 25px; | |
| box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); | |
| border: 1px solid #f1f5f9; | |
| } | |
| h2 { | |
| color: #0f172a; | |
| font-size: 1.4rem; | |
| margin-top: 0; | |
| border-bottom: 2px solid #e2e8f0; | |
| padding-bottom: 10px; | |
| text-align: center; | |
| display: inline-block; | |
| } | |
| p { | |
| line-height: 1.8; | |
| color: #475569; | |
| text-align: center; | |
| } | |
| strong { | |
| color: #0ea5e9; | |
| font-weight: 700; | |
| } | |
| .contact a { | |
| background: #0ea5e9; | |
| color: white; | |
| padding: 8px 16px; | |
| border-radius: 12px; | |
| text-decoration: none; | |
| font-weight: 500; | |
| display: inline-block; | |
| margin-top: 10px; | |
| } | |
| footer { | |
| margin-top: 50px; | |
| color: #94a3b8; | |
| font-size: 0.9rem; | |
| } | |
| @media (max-width: 600px) { | |
| .about, .mission { | |
| width: 90%; | |
| } | |
| } | |
| </style> | |
| </body> | |
| </html> |