File size: 1,065 Bytes
14b721e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Talk</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="hero">
<div class="hero-content">
<div class="app-icon">π</div>
<h1>Talk</h1>
<p class="tagline">Press an antenna β the robot announces the date and time in German</p>
</div>
</div>
<div class="container">
<div class="main-card">
<div class="app-preview">
<div class="preview-image">
<div class="camera-feed">π€</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
π€ Talk β’
<a href="https://github.com/pollen-robotics" target="_blank">Pollen Robotics</a> β’
<a href="https://huggingface.co/spaces/pollen-robotics/reachy-mini-landing-page#apps" target="_blank">Browse More Apps</a>
</p>
</div>
</body>
</html>
|