vidhimudaliar commited on
Commit
39dec03
·
verified ·
1 Parent(s): fb7e8ca

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -52
index.html DELETED
@@ -1,52 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8" />
6
- <title>HRC Failure Overview</title>
7
- <meta name="viewport" content="width=device-width, initial-scale=1" />
8
- <base href="./">
9
- <link rel="stylesheet" href="./assets/css/shared.css" />
10
- <link rel="stylesheet" href="./assets/css/homepage.css" />
11
- </head>
12
-
13
- <body class="home-body">
14
- <div class="home-app">
15
- <header class="home-header">
16
- <div>
17
- <p class="eyebrow">Dashboard</p>
18
- <h1>Human–Robot Collaboration Failures</h1>
19
- <p class="lead">
20
- Live view of every non-neutral failure label from the rater comparison sheet.
21
- Hover a tile to preview the definition and click through to inspect details in the codebook.
22
- </p>
23
- </div>
24
- <div class="header-actions">
25
- <a class="btn" href="codebook.html">Open Codebook</a>
26
- <a class="btn ghost" href="rater_table.html">All videos</a>
27
- </div>
28
- </header>
29
-
30
- <section class="toolbar">
31
- <label class="search">
32
- <span>🔍</span>
33
- <input id="searchFail" type="search" placeholder="Search failures..." autocomplete="off" />
34
- </label>
35
- <div class="pill-row">
36
- <div class="pill primary" id="totalCount">0 failures</div>
37
- <div class="pill" id="videoCount">0 videos impacted</div>
38
- </div>
39
- </section>
40
-
41
- <section>
42
- <div id="failureGrid" class="failure-grid"></div>
43
- <div id="emptyState" class="empty-state" hidden>
44
- No failures match your search.
45
- </div>
46
- </section>
47
- </div>
48
-
49
- <script src="./assets/js/homepage.js"></script>
50
- </body>
51
-
52
- </html>