Skip to content

Commit 88d12b8

Browse files
authored
Update index.html
1 parent 96e1355 commit 88d12b8

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

index.html

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ <h2>jQuery Popup Window Image Lightbox</h2>
132132
<article class="single-from-blog">
133133
<div class="blog-title">
134134
<h1>jQuery Popup Window Image Lightbox (Slider)</h1>
135-
136-
<!--Introduction and Demo Only -->
137-
<header class="intro">
138135

139136
<p>
140137
A simple and clean popup window image lightbox based on css and jQuery.
@@ -143,13 +140,10 @@ <h1>jQuery Popup Window Image Lightbox (Slider)</h1>
143140
<b> Written in:</b><i> HTML, CSS, JS</i><br>
144141
<b> Frameworks: </b> <i> jQuery 3.3.1 &amp; Font Awesome, Animate CSS. </i>
145142
</p>
146-
<div class="action">
147-
<a class="btn github" href="https://github.com/CodeHimBlog/jquery-popup-lightbox"> Fork on GiHub </a>
148-
<a class="btn down" href="https://github.com/CodeHimBlog/jquery-popup-lightbox/archive/master.zip">Download </a>
149-
</div>
150-
</header>
151-
<main>
152-
<article>
143+
144+
<a class="btn btn-primary" href="https://github.com/CodeHimBlog/jquery-popup-lightbox" role="button"> Fork on GiHub </a>
145+
<a class="btn btn-primary" href="https://github.com/CodeHimBlog/jquery-popup-lightbox/archive/master.zip" role="button">Download </a>
146+
153147
<h2> <small> Popup Lightbox</small> Main Features</h2>
154148
<ul>
155149
<li> Simple, clean, light weight and fast.</li>
@@ -160,14 +154,7 @@ <h2> <small> Popup Lightbox</small> Main Features</h2>
160154
<li> Animate CSS animations supported. </li>
161155
<li> Font Awesome Icons for lightbox.</li>
162156
</ul>
163-
<h2> jQuery Lightbox Popup Window Example</h2>
164-
<p> Select any image to view the lightbox Popup window. </p>
165-
<div class="img-container">
166-
<img src="images/jquery-lightbox-image2.jpg" alt="lightbox image 2" />
167-
<img src="images/jquery-lightbox-image3.jpg" alt="lightbox image 3"/>
168-
<img src="images/jquery-lightbox-image1.jpg" alt="Effel Tower"/>
169-
<img src="images/jquery-lightbox-image4.jpg" alt="lightbox image 4" />
170-
</div>
157+
171158
<div style="margin: 0 10px 10px 10px;">
172159
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
173160
<ins class="adsbygoogle"
@@ -218,10 +205,7 @@ <h2> How to use Popup Lightbox</h2>
218205
<p>
219206
<b>Note:</b> You can also call the plugin with body selector to show all body images. Similarly, you can use it to show article images. <br>
220207
</p>
221-
</article>
222-
</main>
223-
<!--Demo Only Files-->
224-
<link href="docs/demo.css" rel="stylesheet" />
208+
225209
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"> </script>
226210

227211

0 commit comments

Comments
 (0)