Skip to content

Commit

Permalink
Updated the code base
Browse files Browse the repository at this point in the history
  • Loading branch information
teshukatepalli1 committed Oct 9, 2023
1 parent f96dd62 commit ad1e7e5
Show file tree
Hide file tree
Showing 12 changed files with 292 additions and 4,432 deletions.
5 changes: 4 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
helix-importer-ui
helix-importer-ui
scripts/jquery-1.11.2.min.js
scripts/jquery.colorbox-min.js
scripts/swiper-342.jquery.min.js
12 changes: 1 addition & 11 deletions head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,7 @@
<script src="/scripts/scripts.js" type="module"></script>

<!-- Aldevron styles -->
<link rel="stylesheet" href="/styles/banner.min.css"/>
<link rel="stylesheet" href="/styles/Colorbox.min.css"/>
<link rel="stylesheet" href="/styles/fonts.css"/>
<link rel="stylesheet" href="/styles/gcse.min.css"/>
<link rel="stylesheet" href="/styles/lazy-styles.css"/>
<link rel="stylesheet" href="/styles/Responsive.min.css"/>
<link rel="stylesheet" href="/styles/Standard-modules.min.css"/>
<link rel="stylesheet" href="/styles/styles_2020.min.css"/>
<link rel="stylesheet" href="/styles/Swiper.min.css"/>
<link rel="stylesheet" href="/styles/Template.min.css"/>
<link rel="stylesheet" href="/styles/Typo.min.css"/>
<link rel="stylesheet" href="/styles/Typo.css"/>

<!-- Aldevron scripts -->
<script src="./scripts/jquery-1.11.2.min.js" type="module"></script>
Expand Down
2 changes: 1 addition & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function buildHeroBlock(main) {
* load fonts.css and set a session storage flag
*/
async function loadFonts() {
await loadCSS(`${window.hlx.codeBasePath}/styles/fonts.css`);
await loadCSS(`${window.hlx.codeBasePath}/styles/Typo.css`);
try {
if (!window.location.hostname.includes('localhost')) sessionStorage.setItem('fonts-loaded', 'true');
} catch (e) {
Expand Down
200 changes: 0 additions & 200 deletions styles/Colorbox.min.css

This file was deleted.

Loading

0 comments on commit ad1e7e5

Please sign in to comment.