Skip to content

Commit 278b913

Browse files
Fixed broken code from bad copy/paste operation
1 parent e38abff commit 278b913

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ <h1>Swatch Internet Time Embeddable Clocks</h1>
255255
Pill-Shaped Small
256256
</div>
257257
<div class="col-4 col-lg-3 p-2">
258-
<!-- Preset Clock 15 --Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est proident. Nostrud officia pariatur ut officia. Sit irure elit esse ea nulla sunt ex occaecat reprehenderit commodo officia dolor Lorem duis laboris cupidatat officia voluptate.</p>
259-
<p>Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est proident. Nostrud officia pariatur ut officia. Sit irure elit esse ea nulla sunt ex occaecat reprehenderit commodo officia dolor Lorem duis laboris cupidatat officia voluptate.>
258+
<!-- Preset Clock 15 -->
260259
<div class="internetTime" data-style="pill-small"></div>
261260
</div>
262261
<div class="col-5 col-lg-7 p-2">
@@ -271,7 +270,7 @@ <h1>Swatch Internet Time Embeddable Clocks</h1>
271270
Pill-Shaped Small Dark
272271
</div>
273272
<div class="col-4 col-lg-3 p-2">
274-
<!-- Preset Clock 15 -->
273+
<!-- Preset Clock 16 -->
275274
<div class="internetTime" data-style="pill-small-dark"></div>
276275
</div>
277276
<div class="col-5 col-lg-7 p-2">
@@ -301,7 +300,7 @@ <h1>Swatch Internet Time Embeddable Clocks</h1>
301300
Pill-Shaped Medium Dark
302301
</div>
303302
<div class="col-4 col-lg-3 p-2">
304-
<!-- Preset Clock 17 -->
303+
<!-- Preset Clock 18 -->
305304
<div class="internetTime" data-style="pill-medium-dark"></div>
306305
</div>
307306
<div class="col-5 col-lg-7 p-2">
@@ -713,7 +712,7 @@ <h1 class="modal-title fs-3" id="showHelpModalLabel">Embeddable Clocks Help</h1>
713712
</div>
714713
<div class="modal-body">
715714

716-
<p class="my-3">Swatch Internet Time embeddable clocks are small javascript clocks that you can embed in your own web pages to display the current time in beats. There are a variety of styles and you can customize the designs to match your site exactly.</p>
715+
<p class="my-3">Swatch Internet Time embeddable clocks are small javascript clocks that you can embed in your own web pages to display the current time in beats. There are a variety of styles and you can customize the designs to match your site exactly. Here is an example clock which display the Swatch Internet Time:</p>
717716

718717
<img src="help-preview-clock.png" alt="Embeddable Clock Preview" title="Embeddable Clock Preview" width="108">
719718

@@ -932,7 +931,7 @@ <h1 class="modal-title fs-5" id="autofitModalLabel">About Auto-fit width</h1>
932931

933932
<!-- Bootstrap 5.3.8 -->
934933
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
935-
934+
<!-- Demo Javascript functions -->
936935
<script src="clockdemo.js"></script>
937936

938937
</body>

0 commit comments

Comments
 (0)