-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 1.07 KB
/
index.html
File metadata and controls
18 lines (18 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>SpeechRecognition Test</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id = "container">
<div id = "cardboard" style = "height: 65%; min-height: 500px;">
<div style = "border-radius: 10px 10px 0px 0px; position: absolute; top: 0; width: 100%; height: 75%; background-image: url(src/mainpagebackdrop-base.png); background-size: cover;">
<a href="https://www.example.com"><div style = "font-family: ProductSans; color: white; position: absolute; top: 65%; left: 60px; font-size: 1.4em;">Click here to learn more</div></a>
</div>
<div style = "position: absolute; top: 75%; width: 100%; height: 25%; display: flex; align-items: center; justify-content: center;">
<button onclick="window.location.href='speech-rep-test.html'" class="my-btn" style="position: relative; background-color: #d18cff; height: 5vh; width: 8vw;">Begin Test</button>
</div>
</div>
</div>
</body>
</html>