Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | |
| <title>Contact Us</title> | |
| <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap" rel="stylesheet" /> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| box-sizing: border-box; | |
| font-family: 'Roboto Mono', monospace; | |
| } | |
| html, body { | |
| height: 100%; | |
| display: flex; | |
| flex-direction: column; | |
| background: linear-gradient(135deg, #1C2526 0%, #252C2D 100%); | |
| color: #E0E7E8; | |
| } | |
| .navbar { | |
| background: #2E3536; | |
| padding: 15px 30px; | |
| display: flex; | |
| justify-content: space-between; | |
| align-items: center; | |
| } | |
| .nav-brand { | |
| font-size: 1.5rem; | |
| color: #26A69A; | |
| } | |
| .nav-links { | |
| list-style: none; | |
| display: flex; | |
| gap: 20px; | |
| } | |
| .nav-links a { | |
| text-decoration: none; | |
| color: #E0E7E8; | |
| font-weight: 500; | |
| transition: color 0.3s ease; | |
| } | |
| .nav-links a:hover, | |
| .nav-links .active { | |
| color: #26A69A; | |
| } | |
| .container { | |
| flex: 1; | |
| max-width: 1000px; | |
| margin: auto; | |
| padding: 40px 20px; | |
| text-align: center; | |
| } | |
| .contact-header h1 { | |
| font-size: 2.5rem; | |
| } | |
| .contact-header p { | |
| font-size: 1.2rem; | |
| color: #A0A8A9; | |
| margin: 10px auto 30px; | |
| } | |
| .team-list { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); | |
| gap: 30px; | |
| justify-content: center; | |
| margin-top: 40px; | |
| } | |
| .team-card { | |
| height: 260px; | |
| position: relative; | |
| perspective: 1000px; | |
| } | |
| .card-content { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; | |
| transition: transform 0.6s ease-in-out; | |
| transform-style: preserve-3d; | |
| } | |
| .card-front, | |
| .card-back { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; | |
| border-radius: 12px; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| flex-direction: column; | |
| padding: 15px; | |
| text-align: center; | |
| font-weight: 600; | |
| backface-visibility: hidden; | |
| } | |
| .card-front { | |
| background: #557C8D; | |
| color: white; | |
| } | |
| .card-back { | |
| background: #2F4156; | |
| color: white; | |
| transform: rotateY(180deg); | |
| } | |
| .team-card:hover .card-content { | |
| transform: rotateY(180deg); | |
| } | |
| .card-front h3 { | |
| opacity: 1; | |
| transition: opacity 0.3s ease-in-out; | |
| } | |
| .team-card:hover .card-front h3 { | |
| opacity: 0; | |
| } | |
| .card-back p { | |
| opacity: 0; | |
| transition: opacity 0.3s ease-in-out; | |
| } | |
| .team-card:hover .card-back p { | |
| opacity: 1; | |
| } | |
| .footer { | |
| background: #2E3536; | |
| padding: 15px; | |
| text-align: center; | |
| color: #A0A8A9; | |
| font-size: 0.9rem; | |
| margin-top: auto; | |
| width: 100%; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <nav class="navbar"> | |
| <div class="nav-brand">Garbage Detection</div> | |
| <ul class="nav-links"> | |
| <li><a href="/">Home</a></li> | |
| <li><a href="/tool">Tool</a></li> | |
| <li><a href="/about">About</a></li> | |
| <li><a href="/contact" class="active">Contact</a></li> | |
| </ul> | |
| </nav> | |
| <main class="container"> | |
| <div class="contact-header"> | |
| <h1>Meet the Team</h1> | |
| <p>Get to know the people behind Garbage Detection</p> | |
| </div> | |
| <section class="team-list"> | |
| <div class="team-card"> | |
| <div class="card-content"> | |
| <div class="card-front"><h3>Sanjay Murali</h3></div> | |
| <div class="card-back"><p>RA2312701010006</p><p>[email protected]</p></div> | |
| </div> | |
| </div> | |
| <div class="team-card"> | |
| <div class="card-content"> | |
| <div class="card-front"><h3>Adithyan E</h3></div> | |
| <div class="card-back"><p>RA2312701010004</p><p>[email protected]</p></div> | |
| </div> | |
| </div> | |
| <div class="team-card"> | |
| <div class="card-content"> | |
| <div class="card-front"><h3>K Athmapriyan</h3></div> | |
| <div class="card-back"><p>RA2312701010007</p><p>[email protected]</p></div> | |
| </div> | |
| </div> | |
| <div class="team-card"> | |
| <div class="card-content"> | |
| <div class="card-front"><h3>R Supriya Rao</h3></div> | |
| <div class="card-back"><p>RA2312701010027</p><p>[email protected]</p></div> | |
| </div> | |
| </div> | |
| <div class="team-card"> | |
| <div class="card-content"> | |
| <div class="card-front"><h3>Joel Sheno G</h3></div> | |
| <div class="card-back"><p>RA2312701010024</p><p>[email protected]</p></div> | |
| </div> | |
| </div> | |
| <div class="team-card"> | |
| <div class="card-content"> | |
| <div class="card-front"><h3>Sriyaraj Kotagond</h3></div> | |
| <div class="card-back"><p>RA2312701010026</p><p>[email protected]</p></div> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <footer class="footer"> | |
| <p>© 2025 Garbage Detection</p> | |
| </footer> | |
| </body> | |
| </html> | |