JAYASWAROOP commited on
Commit
3045ee8
·
verified ·
1 Parent(s): d295839

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -14
index.html CHANGED
@@ -255,19 +255,5 @@
255
 
256
  <script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
257
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0vznvYBk4//SYzxbv4RDs09cLt7qVCJStxv4b89lZcW" crossorigin="anonymous"></script>
258
- <script>
259
- $(document).ready(function() {
260
-
261
- // Smooth scroll to sections on click
262
- $("a[href^='#']").on('click', function(e) {
263
- var target = $(this).attr('href');
264
- $( 'html, body' ).animate({
265
- scrollTop: $(target).offset().top
266
- }, 1000, 'swing');
267
- return false;
268
- });
269
-
270
- });
271
- </script>
272
  </body>
273
  </html>
 
255
 
256
  <script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
257
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0vznvYBk4//SYzxbv4RDs09cLt7qVCJStxv4b89lZcW" crossorigin="anonymous"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
  </body>
259
  </html>