Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.17 KB

File metadata and controls

35 lines (20 loc) · 1.17 KB

Creative Market Shelby template update for 2023.

jQuery

index.html Original

<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'></script>

Updated

<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>

Featherlight jQuery Lightbox Library

(Now with image gallery!)

Download the new files

Copy new .js and .css files into appropriate folders, delete older versions, update links. Open styles.css and delete the rule called /* Back text */

FontAwesome.com

  • Download newest FA6 files and replace old files, update links in index.html
  • Find & replace 'fa ' with 'fa-solid' everywhere except social media buttons
  • Social Media buttons like dribbble and behance find & replace with 'fa-brands'
  • Replace 'fa-envelope-o' with 'fa-envelope-open'

Favico

Replace old with the code generated from https://favicon.io/ which will include the new version of Chrome and iPad Favicons.

Enjoy!