working companion prototype
This commit is contained in:
60
resources/mock-fixtures/step-08-time-limits.html
Normal file
60
resources/mock-fixtures/step-08-time-limits.html
Normal file
@@ -0,0 +1,60 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>iRacing - Set Cars</title>
|
||||
<link rel="stylesheet" href="common.css">
|
||||
</head>
|
||||
<body data-step="8">
|
||||
|
||||
<header class="header">
|
||||
<div class="step-indicator" data-indicator="set-cars">
|
||||
<span>Step</span>
|
||||
<span class="current">8</span>
|
||||
<span>of 18</span>
|
||||
<span>—</span>
|
||||
<span>Set Cars</span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="main">
|
||||
<h1 class="page-title">Set Cars</h1>
|
||||
|
||||
<p style="color: #888; margin-bottom: 16px;">Select the cars available for this session.</p>
|
||||
|
||||
<div class="list-container" data-list="cars">
|
||||
<div class="list-empty">No cars selected yet</div>
|
||||
</div>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-secondary"
|
||||
data-modal-trigger="car"
|
||||
onclick="window.location.href='step-10-add-car.html'"
|
||||
>
|
||||
Add Car
|
||||
</button>
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-secondary"
|
||||
data-action="back"
|
||||
onclick="window.location.href='step-06-set-admins.html'"
|
||||
>
|
||||
Back
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-primary"
|
||||
data-action="next"
|
||||
onclick="window.location.href='step-09-set-cars.html'"
|
||||
>
|
||||
Next
|
||||
</button>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user