64 lines
2.4 KiB
HTML
64 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title></title>
|
|
<link rel="icon" href="favicon.ico">
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div class="topnav">
|
|
<img class = "logo1" src="./logo.png"></img>
|
|
<div class="dropdown">
|
|
<button class="dropbtn"><img class = "linkedin" src="./linkedin.png"></img>
|
|
<i class="fa fa-caret-down"></i>
|
|
</button>
|
|
<div class="dropdown-content">
|
|
<a href="https://www.linkedin.com/in/mihnea-dumitrana-7b9a68244/">Dumitrana Mihnea</a>
|
|
<a href="https://www.linkedin.com/in/daniel-cujba-23aba0201/">Cujba Daniel</a>
|
|
<a href="https://www.linkedin.com/in/rafael-catalin-medelean-052771268/">Medelean Rafael</a>
|
|
<a href="https://www.linkedin.com/in/dinu-teodor-gabriel-57361a276/">Dinu Gabriel</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class = "tabel-mijloc">
|
|
|
|
<div class = "coloana-stanga">
|
|
|
|
<div>
|
|
<h1>UnMute-IT ->Reach as far as you can see.</h1>
|
|
<h1>UnMute-IT ->Reach as far as you can see.</h1>
|
|
</div>
|
|
|
|
<h3> We have an innovative project powered by Mediapipe AI technology, by connecting with those who use American Sign Language, regardless of hearing ability.The combination of real-time hand gesture recognition and machine learning algorithms, enables users to effortlessly translate ASL signs into written text or even speech.
|
|
Our goal aims to empower individuals with hearing impairments and a reliable, intuitive tool.
|
|
</h3>
|
|
</div>
|
|
|
|
<div class = "coloana-dreapta">
|
|
</div>
|
|
<div class = "buton">
|
|
<div class = "mijloc">
|
|
<a class="glow-on-hover" type="button" href="./app.html">Sign-Text</a>
|
|
<a class="glow-on-hover" type="button" href="./reverse.html">Text-Sign</a>
|
|
<a class="glow-on-hover" type="button" href="./feedback.html">Feedback</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
<canvas id="background"></canvas>
|
|
|
|
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/100/three.min.js'></script>
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/simplex-noise/2.4.0/simplex-noise.min.js'></script>
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/chroma-js/2.0.3/chroma.min.js'></script>
|
|
<script src="./wave.js"></script>
|
|
|
|
</html>
|