diff --git a/assets/images/search.svg b/assets/images/search.svg new file mode 100644 index 0000000..61f2efc --- /dev/null +++ b/assets/images/search.svg @@ -0,0 +1,44 @@ + + + + diff --git a/assets/images/txt-logo.svg b/assets/images/txt-logo.svg new file mode 100644 index 0000000..ee1459f --- /dev/null +++ b/assets/images/txt-logo.svg @@ -0,0 +1,80 @@ + + + + diff --git a/functions.php b/functions.php index 01cc420..be93fce 100644 --- a/functions.php +++ b/functions.php @@ -8,9 +8,9 @@ function slowtwitch_theme_support() { add_action('wp_enqueue_scripts', 'slowtwitch_register_styles'); function slowtwitch_register_styles() { - wp_enqueue_style('slowtwitch-styles', get_template_directory_uri() . '/style.css', array(), wp_get_theme()->get('version'), 'all'); - //wp_enqueue_style('slowtwitch-skeleton', get_template_directory_uri() . '/assets/css/skeleton.css', array(), '1.0', 'all'); - //wp_enqueue_style('slowtwitch-normalize', get_template_directory_uri() . '/assets/css/normalize.css', array(), '1.0', 'all'); + wp_enqueue_style('slowtwitch-styles', get_template_directory_uri() . '/style.css', array('slowtwitch-skeleton', 'slowtwitch-normalize'), wp_get_theme()->get('version'), 'all'); + wp_enqueue_style('slowtwitch-skeleton', get_template_directory_uri() . '/assets/css/skeleton.css', array(), '1.0', 'all'); + wp_enqueue_style('slowtwitch-normalize', get_template_directory_uri() . '/assets/css/normalize.css', array(), '1.0', 'all'); } add_action( 'init', 'slowtwitch_menus' ); diff --git a/header.php b/header.php index 46222c3..b1e7997 100644 --- a/header.php +++ b/header.php @@ -1,63 +1,79 @@ +
- - + - - + + - - + - + + - -Subscribe
+