-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
25 lines (23 loc) · 1020 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="dammed-app">
<div id="dammed-date" class="dark-text box-shadow">
<span id="date"><?php echo date( 'Y-m-d H:i:s' ); ?></span>
</div>
<div class="dammed-container">
<header class="dammed-card" data-type="rocco">
<div class="dammed-content">
<img src="<?php echo get_template_directory_uri(); ?>/images/[email protected]" alt="Rocco Tripaldi" />
<div class="site-info">
<p class="blogname"><?php echo get_bloginfo('blogname'); ?></p>
<p class="description"><?php echo get_bloginfo('description'); ?></p>
</div>
</div>
</header>