update multiple things
This commit is contained in:
48
header.php
48
header.php
@@ -48,27 +48,39 @@
|
||||
<!-- logo -->
|
||||
<div class="logo">
|
||||
<a href="<?php echo home_url(); ?>">
|
||||
<object data="<?php echo get_template_directory_uri(); ?>/img/dis-logo.svg"
|
||||
<object class="white" data="<?php echo get_template_directory_uri(); ?>/img/dis-logo-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-logo.png" />
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-logo-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/dis-logo-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-logo-black.png" />
|
||||
</object>
|
||||
</a>
|
||||
</div>
|
||||
<!-- /logo -->
|
||||
<div class="fb-link social-link">
|
||||
<a href="https://www.facebook.com/designisso" target="_blank">
|
||||
<object data="<?php echo get_template_directory_uri(); ?>/img/facebook_icon.svg"
|
||||
<object class="white" data="<?php echo get_template_directory_uri(); ?>/img/facebook_icon-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/facebook_icon.png" />
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/facebook_icon-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/facebook_icon-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/facebook_icon-black.png" />
|
||||
</object>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="search-box">
|
||||
<button type="button" id="search-button">
|
||||
<object data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon.svg"
|
||||
<object class="white" data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon.png" />
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-black.png" />
|
||||
</object>
|
||||
</button>
|
||||
<div class="search-bar">
|
||||
@@ -92,9 +104,13 @@
|
||||
<div class="header-2">
|
||||
<div class="menubutton">
|
||||
<button type="button" id="toggle-sidebar">
|
||||
<object data="<?php echo get_template_directory_uri(); ?>/img/dis-plus.svg"
|
||||
<object class="white" data="<?php echo get_template_directory_uri(); ?>/img/dis-plus-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-plus.png" />
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-plus-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/dis-plus-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/dis-plus-black.png" />
|
||||
</object>
|
||||
|
||||
</button>
|
||||
@@ -102,17 +118,25 @@
|
||||
</div>
|
||||
<div class="ig-link social-link">
|
||||
<a href="https://www.instagram.com/design_is_so/" target="_blank">
|
||||
<object data="<?php echo get_template_directory_uri(); ?>/img/instagram_icon.svg"
|
||||
<object class="white" data="<?php echo get_template_directory_uri(); ?>/img/instagram_icon-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/instagram_icon.png" />
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/instagram_icon-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/instagram_icon-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/instagram_icon-black.png" />
|
||||
</object>
|
||||
</a>
|
||||
</div>
|
||||
<div class="events-link">
|
||||
<a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug'); ?>" target="_top">
|
||||
<object data="<?php echo get_template_directory_uri(); ?>/img/naptar_icon.svg"
|
||||
<object class="white" data="<?php echo get_template_directory_uri(); ?>/img/naptar_icon-white.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/naptar_icon.png" />
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/naptar_icon-white.png" />
|
||||
</object>
|
||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/naptar_icon-black.svg"
|
||||
type="image/svg+xml">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/img/naptar_icon-black.png" />
|
||||
</object>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user