X7ROOT File Manager
Current Path:
/home/u408670528/domains/vittoriabeltrame.com/public_html/assets/js/demos
home
/
u408670528
/
domains
/
vittoriabeltrame.com
/
public_html
/
assets
/
js
/
demos
/
📁
..
📄
demo-app-landing.js
(178 B)
📄
demo-architecture-2.js
(3.39 KB)
📄
demo-architecture-interior.js
(4.5 KB)
📄
demo-auto-services.js
(1.22 KB)
📄
demo-band.js
(382 B)
📄
demo-barber.js
(3.26 KB)
📄
demo-beauty-salon.js
(184 B)
📄
demo-business-consulting-2.js
(448 B)
📄
demo-business-consulting-4.js
(2.3 KB)
📄
demo-church.js
(2.46 KB)
📄
demo-cleaning-services.js
(576 B)
📄
demo-construction-2.js
(2.64 KB)
📄
demo-event.js
(559 B)
📄
demo-gym.js
(3.99 KB)
📄
demo-hotel.js
(3.3 KB)
📄
demo-industry-factory.js
(1.48 KB)
📄
demo-it-services.js
(2.56 KB)
📄
demo-law-firm-2.js
(655 B)
📄
demo-law-firm.js
(1.87 KB)
📄
demo-medical.js
(1.85 KB)
📄
demo-one-page-agency.js
(4.56 KB)
📄
demo-photography.js
(20.99 KB)
📄
demo-product-landing.js
(695 B)
📄
demo-real-estate.js
(1.78 KB)
📄
demo-resume.js
(1.57 KB)
📄
demo-seo-2.js
(588 B)
📄
demo-seo.js
(1.04 KB)
📄
demo-startup-agency.js
(1.61 KB)
📄
demo-wedding.js
(4.63 KB)
Editing: demo-resume.js
/* Name: Resume Written by: Okler Themes - (http://www.okler.net) Theme Version: 9.4.0 */ (function( $ ) { 'use strict'; // About Me $('#aboutMeMoreBtn').on('click', function() { $(this).hide(); $('#aboutMeMore').toggleClass('about-me-more-visible'); return false; }); /* * Timeline */ var timelineHeightAdjust = { $timeline: $('#timeline'), $timelineBar: $('#timeline .timeline-bar'), $firstTimelineItem: $('#timeline .timeline-box').first(), $lastTimelineItem: $('#timeline .timeline-box').last(), build: function() { var self = this; self.adjustHeight(); }, adjustHeight: function() { var self = this, calcFirstItemHeight = self.$firstTimelineItem.outerHeight(true) / 2, calcLastItemHeight = self.$lastTimelineItem.outerHeight(true) / 2; // Set Timeline Bar Top and Bottom self.$timelineBar.css({ top: calcFirstItemHeight, bottom: calcLastItemHeight }); } } if( $('#timeline').get(0) ) { setTimeout(function(){ // Adjust Timeline Height On Resize $(window).afterResize(function() { timelineHeightAdjust.build(); }); }, 1000); timelineHeightAdjust.build(); } /* * Header Image Anim */ var lastScrollTop = 0; $(window).on('scroll', function(){ var st = $(this).scrollTop(); if (st > lastScrollTop){ $('img[custom-anim]').css({ transform: 'translate(0, -'+ st +'px)' }); } else { $('img[custom-anim]').css({ transform: 'translate(0, '+ -Math.abs(st) +'px)' }); } lastScrollTop = st; }); }).apply( this, [ jQuery ]);
Upload File
Create Folder