-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate-part-head.php
More file actions
executable file
·45 lines (39 loc) · 1.37 KB
/
template-part-head.php
File metadata and controls
executable file
·45 lines (39 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php global $dm_settings; ?>
<section id="header" class="dark" data-center="background-position: 50% 0px;" data-top-bottom="background-position: 50% -100px;" data-anchor-target="#header">
<div class="impreza-na-fb">
<a href="<?php echo $dm_settings['fb'] ?>" class="icon fa-facebook"><span class="label">Facebook</span></a>
</div>
<header>
<h1><?php bloginfo( 'name' ); ?></h1>
</header>
<footer>
<div class="nav-container">
<nav class="clearfix">
<ul class="clearfix">
<li><a href="#first">O Zawodach</a>
</li>
<li><a href="#second">Regulamin</a>
</li>
<li><a href="#nagrody">Nagrody</a>
</li>
<li><a href="#organizatorzy">Organizatorzy</a>
</li>
<li><a href="/rejestracja">Rejestracja</a>
</li>
</ul>
<a href="#" id="pull"><i class="fa-bars icon"></i></a>
</nav>
</div>
</footer>
</section>
<script type="text/javascript">
if (!mo()) {
(function ($) {
// Init Skrollr
var s = skrollr.init({
smoothScrolling: false,
mobileDeceleration: 0.004
});
})(jQuery);
}
</script>