Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Citrus-Slider-Website
Commits
0af4e404
Commit
0af4e404
authored
May 01, 2018
by
Michael Iseard
Browse files
update version number and settings
parent
d3890299
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
0af4e404
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
integrity=
"sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
integrity=
"sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
crossorigin=
"anonymous"
>
<!-- Citrus-Slider CSS -->
<!-- Citrus-Slider CSS -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/citrus-slider.min.css?v=1.0.
6
"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/citrus-slider.min.css?v=1.0.
7
"
>
<!-- highlightjs -->
<!-- highlightjs -->
<link
rel=
"stylesheet"
href=
"css/highlightjs.css"
>
<link
rel=
"stylesheet"
href=
"css/highlightjs.css"
>
...
@@ -136,10 +136,10 @@
...
@@ -136,10 +136,10 @@
<p
class=
"lead"
>
A modern JavaScript slider with no third party requirements.
</p>
<p
class=
"lead"
>
A modern JavaScript slider with no third party requirements.
</p>
<hr
class=
"my-4"
>
<hr
class=
"my-4"
>
<p
class=
"lead"
>
<p
class=
"lead"
>
<a
class=
"btn btn-primary btn-lg"
href=
"https://gitea.iseardmedia.com/michael/Citrus-Slider/archive/1.0.
6
.zip"
role=
"button"
>
Download
</a>
<a
class=
"btn btn-primary btn-lg"
href=
"https://gitea.iseardmedia.com/michael/Citrus-Slider/archive/1.0.
7
.zip"
role=
"button"
>
Download
</a>
<a
class=
"btn btn-primary btn-lg"
href=
"https://gitea.iseardmedia.com/michael/citrus-Slider"
role=
"button"
>
Source
</a>
<a
class=
"btn btn-primary btn-lg"
href=
"https://gitea.iseardmedia.com/michael/citrus-Slider"
role=
"button"
>
Source
</a>
</p>
</p>
<span>
v1.0.
6
<span>
v1.0.
7
<span
class=
"badge badge-danger"
>
beta
</span>
<span
class=
"badge badge-danger"
>
beta
</span>
</span>
</span>
</div>
</div>
...
@@ -359,8 +359,8 @@
...
@@ -359,8 +359,8 @@
</tr>
</tr>
<tr>
<tr>
<td>
effect
</td>
<td>
effect
</td>
<td>
'zoom', 'pan', 'parallax'
</td>
<td>
'zoom', 'pan', 'parallax'
, false
</td>
<td>
'zoom'
</td>
<td>
false
</td>
<td>
Slide resting animation type
</td>
<td>
Slide resting animation type
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -460,7 +460,7 @@
...
@@ -460,7 +460,7 @@
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"
integrity=
"sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"
integrity=
"sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin=
"anonymous"
></script>
<!-- citrus-Slider JS -->
<!-- citrus-Slider JS -->
<script
src=
"js/citrus-slider.min.js?v=1.0.
6
"
></script>
<script
src=
"js/citrus-slider.min.js?v=1.0.
7
"
></script>
<script>
<script>
var
settings
=
document
.
getElementById
(
"
demo-settings
"
).
querySelectorAll
(
"
.dropdown-item
"
)
var
settings
=
document
.
getElementById
(
"
demo-settings
"
).
querySelectorAll
(
"
.dropdown-item
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment