Skip to content

Commit fc065a7

Browse files
Replaced Stop Time with Working Timer
1 parent 1667330 commit fc065a7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
2424
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@sweetalert2/[email protected]/dark.min.css">
25+
<script src="JQColor.js"></script>
2526

2627

2728

@@ -57,6 +58,8 @@
5758

5859
<!-- Custom styles for this template -->
5960
<link href="stylesheet.css" rel="stylesheet" type="text/css">
61+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
62+
6063

6164
</head>
6265

@@ -100,7 +103,11 @@ <h2>A/V Logger</h2>
100103

101104
<div class="row">
102105
<label for="stop-time" class="col-3">Video Stopped:</label>
103-
<input type="timecode" id="stop-time" name="stop-time" class="col-9 resetAble" value="" placeholder="XX:XX:XX" autocomplete="off">
106+
<!-- <input type="timecode" id="stop-time" name="stop-time" class="col-9 resetAble" value="" placeholder="XX:XX:XX" autocomplete="off"> -->
107+
<input type="button" id="stop-timer-button" value="Stop Timer" class="col-3">
108+
<div class="col-9" id="stop-timer-div" style="display: none">
109+
<h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button fa fa-input" id="stop-button" value="&#xf28d;"><input type="button" class="timer-button fa fa-input" id="restart-button" value="&#xf1da;">
110+
</div>
104111
</div>
105112

106113
<div class="row">
@@ -141,7 +148,7 @@ <h2>A/V Logger</h2>
141148
</form>
142149

143150
<div class="row" id="version-num">
144-
<p>v2.0.2</p>
151+
<p>v2.1.0</p>
145152
</div>
146153

147154
</div>

0 commit comments

Comments
 (0)