Страница в разработке
This commit is contained in:
commit
1bb0efc749
css
images
favicon.jpg
index.htmljq
ui-bg_diagonals-thick_15_0b3e6f_40x40.pngui-bg_dots-medium_30_0b58a2_4x4.pngui-bg_dots-small_20_333333_2x2.pngui-bg_dots-small_30_a32d00_2x2.pngui-bg_dots-small_40_00498f_2x2.pngui-bg_gloss-wave_20_111111_500x100.pngui-icons_00498f_256x240.pngui-icons_98d2fb_256x240.pngui-icons_9ccdfc_256x240.pngui-icons_ffffff_256x240.png
js
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,21 @@
|
|||
@font-face {
|
||||
font-family: ProblematicPiercer;
|
||||
src: url(../css/ProblematicPiercer.ttf);
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
flex-direction: column;
|
||||
color: #333333;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
font-family: ProblematicPiercer;
|
||||
}
|
||||
|
||||
div.test {
|
||||
font-size: 100px;
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 343 KiB |
Binary file not shown.
After ![]() (image error) Size: 534 B |
Binary file not shown.
After ![]() (image error) Size: 347 B |
Binary file not shown.
After ![]() (image error) Size: 318 B |
Binary file not shown.
After ![]() (image error) Size: 328 B |
Binary file not shown.
After ![]() (image error) Size: 334 B |
Binary file not shown.
After ![]() (image error) Size: 3.9 KiB |
Binary file not shown.
After ![]() (image error) Size: 4.6 KiB |
Binary file not shown.
After ![]() (image error) Size: 4.6 KiB |
Binary file not shown.
After ![]() (image error) Size: 4.6 KiB |
Binary file not shown.
After ![]() (image error) Size: 6.4 KiB |
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Alexander Zhirov</title>
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<link href="css/jquery-ui.css" rel="stylesheet">
|
||||
<link href="images/favicon.jpg" rel="icon" type="image/png">
|
||||
<script src="js/jquery-3.6.4.min.js"></script>
|
||||
<script src="js/jquery-ui.min.js"></script>
|
||||
<script src="js/script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="test">Page in development</div>
|
||||
</body>
|
||||
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,3 @@
|
|||
$(document).ready(function(){
|
||||
$('body').delay(500).fadeTo(500, 1);
|
||||
});
|
Loading…
Reference in New Issue