-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
36 lines (33 loc) · 1.77 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_uri(); ?>" />
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik:500,500i" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php if ( function_exists( 'gtm4wp_the_gtm_tag' ) ) { gtm4wp_the_gtm_tag(); } ?>
<div id="container">
<!-- Header -->
<div class="header-section-wrapper">
<div class="grid-container">
<div class="grid-parent header-wrapper">
<div class="logo pull-left" style="text-align: left">
<a href="/" class="logo"><img src="<?php echo get_stylesheet_uri();?>/../images/logo-1.png" alt="Catholic Singles Logo" /></a>
</div>
<div class="login pull-right">
<span class="hide-on-mobile">Already have an account?</span><a href="https://app.catholicsingles.com/login.html" class="btn btn-primary">Sign In</a>
</div>
</div>
</div>
<!-- <div class="header-boxshadow"> </div> -->
</div>
<!-- End Header -->
<?php //wp_nav_menu( array( 'theme_location' => 'main-menu' ) ); ?>