Commit 36dbe627 by Фдуч

Initialized pixlayout at index.html

parent f7c89145
......@@ -9,7 +9,6 @@
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="vendors/fontawesome/web-fonts-with-css/css/fontawesome-all.css" />
</head>
<body>
<header>
......@@ -489,5 +488,20 @@
</div>
</div>
</section>-->
<script src="vendors/jquery/dist/jquery.min.js"></script>
<script src="vendors/pixlayout/jquery.pixlayout.min.js"></script>
<script>
$(document).ready(function () {
$.pixlayout({
src: "layouts/desktop-cropped.png",
opacity: 0.8,
top: 0,
center: true,
clip: true,
show: false
}, "body");
})
</script>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment