Skip to content

Commit 8167be4

Browse files
Update index.html
1 parent 80844b9 commit 8167be4

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

index.html

-96
Original file line numberDiff line numberDiff line change
@@ -17,93 +17,7 @@
1717
<!-- Core theme CSS (includes Bootstrap)-->
1818
<link href="css/styles.css" rel="stylesheet" />
1919

20-
<style>
21-
html.has-scroll-smooth {
22-
overflow: hidden;
23-
}
2420

25-
html.has-scroll-dragging {
26-
-webkit-user-select: none;
27-
-moz-user-select: none;
28-
-ms-user-select: none;
29-
user-select: none;
30-
}
31-
32-
.has-scroll-smooth body {
33-
overflow: hidden;
34-
}
35-
36-
.has-scroll-smooth [data-scroll-container] {
37-
min-height: 100vh;
38-
}
39-
40-
[data-scroll-direction="horizontal"] [data-scroll-container] {
41-
height: 100vh;
42-
display: inline-block;
43-
white-space: nowrap;
44-
}
45-
46-
[data-scroll-direction="horizontal"] [data-scroll-section] {
47-
display: inline-block;
48-
vertical-align: top;
49-
white-space: nowrap;
50-
height: 100%;
51-
}
52-
53-
.c-scrollbar {
54-
position: absolute;
55-
right: 0;
56-
top: 0;
57-
width: 11px;
58-
height: 100%;
59-
transform-origin: center right;
60-
transition: transform 0.3s, opacity 0.3s;
61-
opacity: 0;
62-
}
63-
64-
.c-scrollbar:hover {
65-
transform: scaleX(1.45);
66-
}
67-
68-
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
69-
opacity: 1;
70-
}
71-
72-
[data-scroll-direction="horizontal"] .c-scrollbar {
73-
width: 100%;
74-
height: 10px;
75-
top: auto;
76-
bottom: 0;
77-
transform: scaleY(1);
78-
}
79-
80-
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
81-
transform: scaleY(1.3);
82-
}
83-
84-
.c-scrollbar_thumb {
85-
position: absolute;
86-
top: 0;
87-
right: 0;
88-
background-color: black;
89-
opacity: 0.5;
90-
width: 7px;
91-
border-radius: 10px;
92-
margin: 2px;
93-
cursor: -webkit-grab;
94-
cursor: grab;
95-
}
96-
97-
.has-scroll-dragging .c-scrollbar_thumb {
98-
cursor: -webkit-grabbing;
99-
cursor: grabbing;
100-
}
101-
102-
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
103-
right: auto;
104-
bottom: 0;
105-
}
106-
</style>
10721
</head>
10822
<body id="page-top">
10923
<!-- Navigation-->
@@ -334,16 +248,6 @@ <h2 class="mb-5">Awards & Certifications</h2>
334248
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
335249
<!-- Core theme JS-->
336250
<script src="js/scripts.js"></script>
337-
338-
<!--Locomotive JavaScript cdn-->
339-
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.min.js"></script>
340-
341-
<script>
342-
const scroll = new LocomotiveScroll({
343-
el: document.querySelector('#main'),
344-
smooth: true,
345-
})
346-
</script>
347251

348252
</body>
349253
</html>

0 commit comments

Comments
 (0)