Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-palchikov committed Jul 20, 2018
1 parent 0ca6648 commit 038b2cb
Show file tree
Hide file tree
Showing 10 changed files with 812 additions and 739 deletions.
4 changes: 2 additions & 2 deletions cn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
</div>
</nav> <header class="header text-center text-lg-left">

<div id="particles-js" class="particles"></div>
<!-- <div id="particles-js" class="particles"></div> -->

<div class="container">

Expand Down Expand Up @@ -375,7 +375,7 @@
<div class="col-lg-6">

<div class="header-image d-none d-lg-block">
<img src="/en/img/VR_Glass.svg" alt="" class="position-relative">
<img src="/en/img/VR_Glass.svg" alt="">
</div>

<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion en/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion en/css/app.min.css.map

Large diffs are not rendered by default.

1,455 changes: 728 additions & 727 deletions en/img/VR_Glass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
</div>
</nav> <header class="header text-center text-lg-left">

<div id="particles-js" class="particles"></div>
<!-- <div id="particles-js" class="particles"></div> -->

<div class="container">

Expand Down Expand Up @@ -375,7 +375,7 @@
<div class="col-lg-6">

<div class="header-image d-none d-lg-block">
<img src="/en/img/VR_Glass.svg" alt="" class="position-relative">
<img src="/en/img/VR_Glass.svg" alt="">
</div>

<div class="row">
Expand Down
71 changes: 71 additions & 0 deletions en/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,77 @@ var APP = {
});
},

headMove: () => {

// document.addEventListener("mousemove", function()
// {
// var mouseX = (event.clientX / 50)+'px';
// var mouseY = (event.clientY / 50)+'px';

// $('.header-image img').css({
// left: mouseX,
// top: mouseY,
// transform: "rotateY("+event.clientX / 80+"deg) rotateX("+event.clientY / 80+"deg)",
// });
// });

setTimeout(function() {
$('#head_SVG').animate({
right: 0
},3000);
},500);

setTimeout(function() {
$('.svg_dot--1').animate({
opacity: 1
});
},1000);

setTimeout(function() {
$('.svg_dot--2').animate({
opacity: 1
});
},1200);

setTimeout(function() {
$('.svg_dot--3').animate({
opacity: 1
});
},1400);

setTimeout(function() {
$('.svg_dot--4').animate({
opacity: 1
});
},1600);

setTimeout(function() {
$('.svg_lines--1').animate({
opacity: 1
});
},1800);

setTimeout(function() {
$('.svg_lines--2').animate({
opacity: 1
});
},2000);


setTimeout(function() {
$('.svg_shadow--1').animate({
opacity: .2
});
},2200);

setTimeout(function() {
$('.svg_shadow--2').animate({
opacity: .4
});
},2400);

},

formSend: (formId) => {

$('#'+formId).submit(function(e) {
Expand Down
1 change: 1 addition & 0 deletions en/js/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
APP.anchorScroll();
APP.hashScroll();
APP.DLS();
APP.headMove();

APP.roadmapSlide();
APP.navbarTogglerDesktop();
Expand Down
4 changes: 2 additions & 2 deletions ja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
</div>
</nav> <header class="header text-center text-lg-left">

<div id="particles-js" class="particles"></div>
<!-- <div id="particles-js" class="particles"></div> -->

<div class="container">

Expand Down Expand Up @@ -375,7 +375,7 @@
<div class="col-lg-6">

<div class="header-image d-none d-lg-block">
<img src="/en/img/VR_Glass.svg" alt="" class="position-relative">
<img src="/en/img/VR_Glass.svg" alt="">
</div>

<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions ko/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
</div>
</nav> <header class="header text-center text-lg-left">

<div id="particles-js" class="particles"></div>
<!-- <div id="particles-js" class="particles"></div> -->

<div class="container">

Expand Down Expand Up @@ -375,7 +375,7 @@
<div class="col-lg-6">

<div class="header-image d-none d-lg-block">
<img src="/en/img/VR_Glass.svg" alt="" class="position-relative">
<img src="/en/img/VR_Glass.svg" alt="">
</div>

<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions ru/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
</div>
</nav> <header class="header text-center text-lg-left">

<div id="particles-js" class="particles"></div>
<!-- <div id="particles-js" class="particles"></div> -->

<div class="container">

Expand Down Expand Up @@ -373,7 +373,7 @@
<div class="col-lg-6">

<div class="header-image d-none d-lg-block">
<img src="/en/img/VR_Glass.svg" alt="" class="position-relative">
<img src="/en/img/VR_Glass.svg" alt="">
</div>

<div class="row">
Expand Down

0 comments on commit 038b2cb

Please sign in to comment.