@@ -174,35 +174,7 @@ <h1 id="packageName">Unveil</h1>
174174</ div >
175175 < div class ="tab-content mt-3 " id ="infoTabsContent ">
176176 < div class ="tab-pane fade show active " id ="installation " role ="tabpanel " aria-labelledby ="installation-tab ">
177- < p > HTTP/1.1 200 OK
178- Date: Mon, 25 Nov 2024 16:16:11 GMT
179- Content-Type: application/vnd.github.v3.raw; charset=utf-8
180- Content-Length: 1081
181- Cache-Control: private, max-age=60, s-maxage=60
182- Vary: Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With
183- ETag: "c13ee3bba9a968045a01f6c4cd5d44a8815c712d"
184- Last-Modified: Thu, 29 May 2014 15:36:38 GMT
185- X-OAuth-Scopes: admin:enterprise, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, audit_log, codespace, gist, project, repo, user, workflow, write:discussion, write:packages
186- X-Accepted-OAuth-Scopes:
187- github-authentication-token-expiration: 2025-02-14 06:31:08 UTC
188- X-GitHub-Media-Type: github.v3; param=raw
189- x-github-api-version-selected: 2022-11-28
190- X-RateLimit-Limit: 5000
191- X-RateLimit-Remaining: 4977
192- X-RateLimit-Reset: 1732554787
193- X-RateLimit-Used: 23
194- X-RateLimit-Resource: core
195- Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
196- Access-Control-Allow-Origin: *
197- Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
198- X-Frame-Options: deny
199- X-Content-Type-Options: nosniff
200- X-XSS-Protection: 0
201- Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
202- Content-Security-Policy: default-src 'none'
203- Server: github.com
204- X-GitHub-Request-Id: A5D2:2B1F46:945AFD:A361B1:6744A2CB</ p >
205- < h1 > unveil.js</ h1 >
177+ < h1 > unveil.js</ h1 >
206178< h3 > A very lightweight plugin to lazy load images for jQuery or Zepto.js</ h3 >
207179< p > Most of us are familiar with the < a href ="http://www.appelsiini.net/projects/lazyload "> Lazy Load</ a > plugin by < a href ="http://www.appelsiini.net/ "> Mika Tuupola</ a > .
208180This plugin is very useful and it boosts performance delaying loading of images in long web pages because images outside of viewport (visible part of web page) won't be loaded until the user scrolls to them.
@@ -296,7 +268,7 @@ <h5 class="sidebar-title">Dependencies</h5>
296268 < div class ="sidebar-item ">
297269 < h5 class ="sidebar-title "> Contributors</ h5 >
298270 < ul class ="p-0 " id ="contributorsList ">
299- < ul class ="list-group list-group-flush " id ="contributorsList "> < li class ="list-group-item "> No contributors listed.</ li > </ ul >
271+ < ul class ="list-group list-group-flush " id ="contributorsList "> < li class ="list-group-item d-flex align-items-center contributor-item "> < img src ="https://avatars.githubusercontent.com/u/1159544?v=4 " alt ="luis-almeida " class ="rounded-circle me-3 " style ="width: 40px; height: 40px; "> < div > < a href ="https://github.com/luis-almeida " target ="_blank " class ="text-decoration-none fw-bold "> luis-almeida</ a > < p class ="mb-0 text-muted small "> 34 contributions</ p > </ div > </ li > < li class ="list-group-item d-flex align-items-center contributor-item "> < img src ="https://avatars.githubusercontent.com/u/65633?v=4 " alt ="alexgorbatchev " class ="rounded-circle me-3 " style ="width: 40px; height: 40px; "> < div > < a href ="https://github.com/alexgorbatchev " target ="_blank " class ="text-decoration-none fw-bold "> alexgorbatchev</ a > < p class ="mb-0 text-muted small "> 2 contributions</ p > </ div > </ li > < li class ="list-group-item d-flex align-items-center contributor-item "> < img src ="https://avatars.githubusercontent.com/u/924?v=4 " alt ="benschwarz " class ="rounded-circle me-3 " style ="width: 40px; height: 40px; "> < div > < a href ="https://github.com/benschwarz " target ="_blank " class ="text-decoration-none fw-bold "> benschwarz</ a > < p class ="mb-0 text-muted small "> 1 contributions</ p > </ div > </ li > < li class ="list-group-item d-flex align-items-center contributor-item "> < img src ="https://avatars.githubusercontent.com/u/1166928?v=4 " alt ="jaunesarmiento " class ="rounded-circle me-3 " style ="width: 40px; height: 40px; "> < div > < a href ="https://github.com/jaunesarmiento " target ="_blank " class ="text-decoration-none fw-bold "> jaunesarmiento</ a > < p class ="mb-0 text-muted small "> 1 contributions</ p > </ div > </ li > </ ul >
300272 </ ul >
301273
302274 </ div >
0 commit comments