diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..03390c1 --- /dev/null +++ b/footer.php @@ -0,0 +1,32 @@ + + + + + + + + + \ No newline at end of file diff --git a/function.php b/function.php new file mode 100644 index 0000000..809ce98 --- /dev/null +++ b/function.php @@ -0,0 +1,30 @@ + __( 'Header Menu' ), + ) + ); +} +add_action( 'init', 'register_my_menus' ); \ No newline at end of file diff --git a/header.php b/header.php new file mode 100644 index 0000000..ea073da --- /dev/null +++ b/header.php @@ -0,0 +1,35 @@ + + +> + + + + + + + > + +
+ + diff --git a/index.php b/index.php new file mode 100644 index 0000000..1a082c2 --- /dev/null +++ b/index.php @@ -0,0 +1,66 @@ + + +
+ + + +
+
+

+ +

+
+
+ + +
+
+ +
+ + + +
+

« Previous Entries') ?>

+

»','') ?>

+
+
+ + + +
+ + + +
+
+ +
+ + + +
+ +
+ + diff --git a/sidebar.php b/sidebar.php new file mode 100644 index 0000000..300c85b --- /dev/null +++ b/sidebar.php @@ -0,0 +1,24 @@ + + + +

X

+ +
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..01c3057 --- /dev/null +++ b/style.css @@ -0,0 +1,37 @@ +/* + Theme Name: Assesment 2 Ricko + Theme URI: http://rickostefan.com/ + Description: Ricko Theme + Author: Ricko Stefan + Author URI: - + Version: 1.0.0 + Tags: - +*/ + +/* Add a black background color to the top navigation */ +.topnav { + background-color: #333; + overflow: hidden; +} + +/* Style the links inside the navigation bar */ +.topnav a { + float: left; + color: #f2f2f2; + text-align: center; + padding: 14px 16px; + text-decoration: none; + font-size: 17px; +} + +/* Change the color of links on hover */ +.topnav a:hover { + background-color: #ddd; + color: black; +} + +/* Add a color to the active/current link */ +.topnav a.active { + background-color: #4CAF50; + color: white; +}