Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial files structure #1

Merged
merged 5 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Binary file added fonts/about-pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/ald-icons.ttf
Binary file not shown.
Binary file added fonts/brown/lineto-brown-bold.woff
Binary file not shown.
Binary file added fonts/brown/lineto-brown-light.woff
Binary file not shown.
Binary file added fonts/brown/lineto-brown-regular.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added fonts/orange-pattern-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts/roboto-bold.woff2
Binary file not shown.
Binary file removed fonts/roboto-regular.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions fonts/white-arrow-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script src="/scripts/aem.js" type="module"></script>
<script src="/scripts/scripts.js" type="module"></script>
<link rel="stylesheet" href="/styles/styles.css"/>

<!-- Aldevron styles -->
<link rel="stylesheet" href="/styles/Typo.css"/>

<!-- Aldevron scripts -->
<script src="./scripts/jquery-1.11.2.min.js" type="module"></script>
<script src="./scripts/jquery.colorbox-min.js" type="module"></script>
<script src="./scripts/swiper-342.jquery.min.js" type="module"></script>
<!-- <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> -->
Loading