diff --git a/about-page-template.php b/about-page-template.php
new file mode 100644
index 0000000..ceae80a
--- /dev/null
+++ b/about-page-template.php
@@ -0,0 +1,72 @@
+
+
>
+
+
+
+
+
>
+
+
+
+
+
+ ', $thumbnail_url );
+ the_post_thumbnail( "large", array( "class" => "img-fluid" ) );
+ echo '';
+ }
+
+ the_content();
+
+ /*next_post_link();
+ echo "
";
+ previous_post_link();*/
+
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/js/main.js b/assets/js/main.js
index 48cf460..10e95d5 100644
--- a/assets/js/main.js
+++ b/assets/js/main.js
@@ -1,8 +1,8 @@
; (function($){
$(document).ready(function(){
- $(".popup").each(function(){
+ /*$(".popup").each(function(){
var image = $(this).find("img").attr("src");
$(this).attr("href",image);
- });
+ });*/
});
})(jQuery);
\ No newline at end of file
diff --git a/hero-page.php b/hero-page.php
new file mode 100644
index 0000000..63439c5
--- /dev/null
+++ b/hero-page.php
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+ 'topmenu',
+ 'menu_id' => 'topmenucontainer',
+ 'menu_class' => 'list-inline text-center',
+ )
+ );
+ ?>
+
+
+
+
\ No newline at end of file
diff --git a/index.php b/index.php
index 6be0e89..b072a1a 100644
--- a/index.php
+++ b/index.php
@@ -27,9 +27,8 @@
';
- echo '', $thumbnail_url);
the_post_thumbnail( "large", array( "class" => "img-fluid" ) );
echo '';
}
diff --git a/page.php b/page.php
new file mode 100644
index 0000000..33c8322
--- /dev/null
+++ b/page.php
@@ -0,0 +1,67 @@
+
+
>
+
+
+
+
+
>
+
+
+
+
+
+ ', $thumbnail_url );
+ the_post_thumbnail( "large", array( "class" => "img-fluid" ) );
+ echo '';
+ }
+
+ the_content();
+
+ /*next_post_link();
+ echo "
";
+ previous_post_link();*/
+
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/single.php b/single.php
index 76fe9bb..f44045f 100644
--- a/single.php
+++ b/single.php
@@ -27,9 +27,8 @@
';
- echo '';
}
@@ -43,13 +42,13 @@
?>
-
+
+
+
+
+
@@ -75,8 +74,8 @@
diff --git a/style.css b/style.css
index 321cef4..46ecdfe 100644
--- a/style.css
+++ b/style.css
@@ -72,4 +72,15 @@ h2.post-title {
.tags li{
color: #3D9970;
+}
+
+.page-header{
+ background-position: center;
+ background-size: cover;
+ margin-bottom:30px;
+ padding:170px 0px;
+}
+.page-header h1.heading a{
+ color: #222;
+ text-decoration: none;
}
\ No newline at end of file