1
0
Fork 0

Fix css and js
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Denys Medvid 2022-07-19 18:42:13 +03:00
parent 700033df2d
commit 348cd2542c
Signed by: DenysMedvid
GPG Key ID: DFD67019AED5D4C4
2 changed files with 17 additions and 25 deletions

View File

@ -10,13 +10,13 @@
<meta name="author" content="lmpixels, Denys Medvid"/>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="/css/reset.css?v7" type="text/css">
<link rel="stylesheet" href="/css/bootstrap-grid.min.css?v7" type="text/css">
<link rel="stylesheet" href="/css/animations.css?v7s" type="text/css">
<link rel="stylesheet" href="/css/perfect-scrollbar.css?v7" type="text/css">
<link rel="stylesheet" href="/css/owl.carousel.css?v7" type="text/css">
<link rel="stylesheet" href="/css/magnific-popup.css?v7" type="text/css">
<link rel="stylesheet" href="/css/main.css?v7" type="text/css">
<link rel="stylesheet" href="/css/reset.css?v8" type="text/css">
<link rel="stylesheet" href="/css/bootstrap-grid.min.css?v8" type="text/css">
<link rel="stylesheet" href="/css/animations.css?v8s" type="text/css">
<link rel="stylesheet" href="/css/perfect-scrollbar.css?v8" type="text/css">
<link rel="stylesheet" href="/css/owl.carousel.css?v8" type="text/css">
<link rel="stylesheet" href="/css/magnific-popup.css?v8" type="text/css">
<link rel="stylesheet" href="/css/main.css?v8" type="text/css">
<script src="/js/modernizr.custom.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
@ -368,8 +368,7 @@
<!-- End of About Me Subpage -->
<!-- Resume Subpage -->
<section data-id="resume" class="animated-section"
data-ps-id="820dfa6d-b706-eaa3-ec02-979565cbc904">
<section data-id="resume" class="animated-section" >
<div class="section-content">
<div class="page-title">
<h2>Curriculum <span>Vitae</span></h2>
@ -603,12 +602,6 @@
</div>
<!-- End of Certificates -->
</div>
<div class="ps__scrollbar-x-rail" style="left: 0px; bottom: 0px;">
<div class="ps__scrollbar-x" tabindex="0" style="left: 0px; width: 0px;"></div>
</div>
<div class="ps__scrollbar-y-rail" style="top: 0px; height: 790px; right: 0px;">
<div class="ps__scrollbar-y" tabindex="0" style="top: 0px; height: 417px;"></div>
</div>
</section>
<!-- End of Resume Subpage -->

View File

@ -97,7 +97,16 @@
//On Window load & Resize
$(window)
.on('load', function() { //Load
// Animation on Page Loading
$(".preloader").fadeOut( 800, "linear" );
// initializing page transition.
var ptPage = $('.animated-sections');
if (ptPage[0]) {
PageTransitions.init({
menu: 'ul.main-menu',
});
}
})
.on('resize', function() { //Resize
mobileMenuHide();
@ -110,18 +119,8 @@
// On Document Load
$(document).on('ready', function() {
// Animation on Page Loading
$(".preloader").fadeOut( 800, "linear" );
// initializing page transition.
var ptPage = $('.animated-sections');
if (ptPage[0]) {
PageTransitions.init({
menu: 'ul.main-menu',
});
}
var movementStrength = 23;
var height = movementStrength / $(document).height();
var width = movementStrength / $(document).width();