More bugfixes and updated information

This commit is contained in:
Dmitriy Shishkov 2019-08-07 16:08:56 +03:00
parent 1a0c7f7556
commit 2c71937d40
5 changed files with 16 additions and 19 deletions

View File

@ -49,16 +49,16 @@
<footer>
<address>
<a href="https://www.google.ru/maps/place/Ulitsa+3+Mikrorayon,+7,+Beloyarsky,+Khanty-Mansiyskiy+avtonomnyy+okrug,+628176/@63.7204133,66.6610309,17z/data=!3m1!4b1!4m5!3m4!1s0x43823c79180321a3:0x7c339f5ac5e57cca!8m2!3d63.7204133!4d66.6632196"><span id="address"><span id="street">Ulitsa 3 Mikrorayon</span>, <span id="house">7</span>, <span id="town">Beloyarsky</span>, <span id="area">Khanty-Mansiysk Autonomous Region</span>, <span id="country">Russia</span> </span></a>
<a href="tel:+79044825152" id="phone">+7 904 482 51 52</a>
<a href="tel:+375299817785" id="phone">+375 299 81 77 85</a>
<a href="mailto:airstudiog@gmail.com" id="email">airstudiog@gmail.com</a>
<a href="tel:+79044825152" id="phone">+7 (904) 482-51-52</a>
<a href="tel:+375299817785" id="phone">+375 (299) 81-77-85</a>
<a href="mailto:me@dmitriy.icu" id="email">me@dmitriy.icu</a>
</address>
<ul id="social">
<li><a href="https://vk.com/dm1tr1y147">VK</a></li>
<li><a href="https://vk.com/dsh147">VK</a></li>
<li><span>Instagram:</span><ul>
<li><a href="https://instagram.com/i.have.no.camera/">@i.have.no.camera</a></li>
</ul></li>
<li><a href="">Telegram</a></li>
<li><a href="https://t.me/dsh147">Telegram</a></li>
</ul>
<a href="#top" id="totop" title="Go to top"><i></i></a>
<a href="#top" id="totop"><i></i></a>

View File

@ -29,6 +29,7 @@
overflow: -moz-scrollbars-none;
-moz-appearance: menuimage;
font-style: normal;
scrollbar-width: none;
}
*::-webkit-scrollbar {
display: none;
@ -112,6 +113,7 @@ header {
display: flex;
width: 100vw;
padding: 10vh;
padding-top: 20vh;
justify-content: center;
}
header h1 {
@ -146,11 +148,7 @@ main img:hover {
z-index: 1005;
background-color: #fff;
}
#popup_bg {
z-index: 1005;
background-color: #fff;
}
#popup_img {
#popupImg {
max-width: 100vw;
max-height: 100vh;
z-index: 1006;

View File

@ -53,16 +53,14 @@
<footer>
<address>
<a href="https://www.google.ru/maps/place/Ulitsa+3+Mikrorayon,+7,+Beloyarsky,+Khanty-Mansiyskiy+avtonomnyy+okrug,+628176/@63.7204133,66.6610309,17z/data=!3m1!4b1!4m5!3m4!1s0x43823c79180321a3:0x7c339f5ac5e57cca!8m2!3d63.7204133!4d66.6632196"><span id="address"><span id="street">Ulitsa 3 Mikrorayon</span>, <span id="house">7</span>, <span id="town">Beloyarsky</span>, <span id="area">Khanty-Mansiysk Autonomous Region</span>, <span id="country">Russia</span> </span></a>
<a href="tel:+79044825152" id="phone">+7 904 482 51 52</a>
<a href="tel:+375299817785" id="phone">+375 299 81 77 85</a>
<a href="mailto:airstudiog@gmail.com" id="email">airstudiog@gmail.com</a>
<a href="tel:+79044825152" id="phone">+7 (904) 482-51-52</a>
<a href="tel:+375299817785" id="phone">+375 (299) 81-77-85</a>
<a href="mailto:me@dmitriy.icu" id="email">me@dmitriy.icu</a>
</address>
<ul id="social">
<li><a href="https://vk.com/dm1tr1y147">VK</a></li>
<li><span>Instagram:</span><ul>
<li><a href="https://instagram.com/i.have.no.camera/">@i.have.no.camera</a></li>
</ul></li>
<li><a href="">Telegram</a></li>
<li><a href="https://vk.com/dsh147">VK</a></li>
<li><span>Instagram:</span> <a href="https://instagram.com/i.have.no.camera/">@i.have.no.camera</a></li>
<li><a href="https://t.me/dsh147">Telegram</a></li>
</ul>
<a href="#top" id="totop" title="Go to top"><i></i></a>
<a href="#top" id="totop"><i></i></a>

View File

@ -30,6 +30,7 @@
overflow: -moz-scrollbars-none;
-moz-appearance: menuimage;
font-style: normal;
scrollbar-width: none;
}
*::-webkit-scrollbar {
display: none;

View File

@ -1,7 +1,7 @@
$(function() {
var title = document.title;
$(window).scroll(function() {
var height = ((title == "Dmitriy Shishkov") ? $(window).height() : 0);
var height = ((title == "Dmitriy Shishkov") ? $(window).height() : $(window).height()/10);
height = height - height / 9;
if($(this).scrollTop() > height) {
$("nav").attr('id', 'shadow');