|
18 | 18 | </head> |
19 | 19 | <body> |
20 | 20 | <div id="welcomeScreen"> |
21 | | - <h1>Welcome to Photobooth</h1> |
22 | | - <button onclick="showScreen('photoSelection')">Start</button> |
| 21 | + <h1>Welcome to the Photobooth</h1> |
| 22 | + <button onclick="showScreen('photoSelection')">Start Photobooth Experience</button> |
23 | 23 | </div> |
24 | 24 |
|
25 | 25 | <div id="photoSelection" style="display: none;"> |
26 | | - <h2>How many photos on your strip?</h2> |
| 26 | + <h2>How many photos do you want on your strip?</h2> |
27 | 27 | <button onclick="startPhotoBooth(2)">2 Photos</button> |
28 | 28 | <button onclick="startPhotoBooth(3)">3 Photos</button> |
29 | 29 | <button onclick="startPhotoBooth(4)">4 Photos</button> |
30 | 30 | </div> |
31 | 31 |
|
32 | 32 | <div id="photoCapture" style="display: none;"> |
33 | | - <h2 id="countdownText">Ready to take photos?</h2> |
| 33 | + <h2 id="countdownText">Are you ready to take your photos?</h2> |
34 | 34 | <video id="camera" autoplay></video> |
35 | 35 | <button onclick="startPhotoSequence()">Go</button> |
36 | 36 | </div> |
37 | 37 |
|
38 | 38 | <div id="outputOptions" style="display: none;"> |
39 | | - <h2>Customise and Print or Download Your Photo Strip</h2> |
| 39 | + <h2>Lets customiss and Print or Download Your Photo Strip!</h2> |
40 | 40 | <canvas id="photoCanvas"></canvas> |
41 | 41 | <br> |
42 | 42 | <label for="caption">Add Text:</label> |
43 | | - <input type="text" id="caption" placeholder="Enter your message"> |
| 43 | + <input type="text" id="caption" placeholder="Enter your amazing caption here"> |
44 | 44 | <br> |
45 | | - <button onclick="applyText()">Apply Text</button> |
| 45 | + <button onclick="applyText()">Apply Caption</button> |
46 | 46 | <button onclick="downloadPhoto()">Download</button> |
47 | 47 | <button onclick="printPhoto()">Print</button> |
48 | 48 | <button onclick="returnToStart()">Return to Start</button> |
|
0 commit comments