Skip to content

Commit

Permalink
Initial files structure
Browse files Browse the repository at this point in the history
  • Loading branch information
teshukatepalli1 committed Oct 9, 2023
1 parent 6f71a5a commit a588f23
Show file tree
Hide file tree
Showing 27 changed files with 5,408 additions and 270 deletions.
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/fonts/ald-icons.ttf
Binary file not shown.
Binary file added fonts/fonts/brown/lineto-brown-bold.woff
Binary file not shown.
Binary file added fonts/fonts/brown/lineto-brown-light.woff
Binary file not shown.
Binary file added fonts/fonts/brown/lineto-brown-regular.woff
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 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.
20 changes: 19 additions & 1 deletion head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<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/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"/>

<!-- 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>
4 changes: 4 additions & 0 deletions scripts/jquery-1.11.2.min.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions scripts/jquery.colorbox-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions scripts/swiper-342.jquery.min.js

Large diffs are not rendered by default.

200 changes: 200 additions & 0 deletions styles/Colorbox.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
#colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
max-width: none;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
clear: left;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
cursor: pointer;
}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
-ms-interpolation-mode: bicubic;
}
.cboxIframe {
width: 100%;
height: 100%;
display: block;
border: 0;
padding: 0;
margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
#cboxOverlay {
background: #000;
}
#colorbox {
outline: 0;
}
#cboxContent {
margin-top: 20px;
background: #fff;
}
.cboxIframe {
background: #fff;
}
#cboxContent .button {
padding: 0.6em 1em;
margin-top: 10px;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadedContent {
border: 15px solid #fff;
background: #fff;
}
#cboxTitle {
position: absolute;
top: -20px;
left: 0;
color: #fff;
font-size: 14px;
line-height: 1.2;
}
#cboxCurrent {
position: absolute;
top: -20px;
right: 0px;
color: #ccc;
}
#cboxLoadingGraphic {
background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-loading.gif)
no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
border: 0;
padding: 0;
margin: 0;
overflow: visible;
width: auto;
background: 0;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
outline: 0;
}
#cboxSlideshow {
position: absolute;
top: -20px;
right: 90px;
color: #fff;
}
#cboxPrevious {
position: absolute;
top: 50%;
left: 5px;
margin-top: -32px;
background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-controls.png)
no-repeat top left;
width: 28px;
height: 65px;
text-indent: -9999px;
}
#cboxPrevious:hover {
background-position: bottom left;
}
#cboxNext {
position: absolute;
top: 50%;
right: 5px;
margin-top: -32px;
background: url(//cdn2.hubspot.net/hubfs/1769030/aldevron_template/colorbox-controls.png)
no-repeat top right;
width: 28px;
height: 65px;
text-indent: -9999px;
}
#cboxNext:hover {
background-position: bottom right;
}
#cboxClose {
position: absolute;
top: 0;
right: 0;
display: block;
width: 32px;
height: 32px;
padding: 0;
font-size: 28px;
font-family: Arial, Helvetica;
line-height: 32px;
background-color: #ec8f2d;
color: #fff;
border-radius: 0;
}
#cboxClose:hover {
background-color: #000 !important;
}
#cboxContent .icon-search {
position: absolute;
bottom: 0;
right: 0;
display: block;
width: 32px;
height: 32px;
padding: 0;
margin: 0;
border: 0;
font-size: 16px;
line-height: 32px;
background-color: #ec8f2d;
color: #fff;
border-radius: 0;
}
#cboxContent .icon-search:hover {
background-color: #000 !important;
}
Loading

0 comments on commit a588f23

Please sign in to comment.