diff --git a/data.php b/data.php index cf332e8..a1afc6b 100644 --- a/data.php +++ b/data.php @@ -1,7 +1,7 @@ "Home", "url" => "/"], + ["title" => "Home", "url" => "#home"], ["title" => "About", "url" => "#about"], ["title" => "Gallery", "url" => "#gallery"], ["title" => "Contact", "url" => "#contact"] @@ -10,20 +10,20 @@ $posts = [ [ - "title" => "Demo title 1", - "intro" => "This is simple content and its cool" + "title" => "What are your goals for Hacktoberfest?", + "intro" => "Hacktoberfest is open starting today. What goal do you aim to achieve before October 31st? Mine is to contribute and finally give back to at least 2 of the vim plugins I use every day. What about you? Share below." ], [ - "title" => "Demo title 2", - "intro" => "This is simple content as second article and its cool" + "title" => "8 important things I learned as a software developer over a decade.", + "intro" => "Originally published at deepu.tech. Please follow me on Twitter for updates and let me know what can be improved in the post." ], [ - "title" => "Demo title 2", - "intro" => "This is simple content as second article and its cool" + "title" => "28 Creative 404 pages for your Inspiration 🧙♂️✨", + "intro" => "Landing on a default, un-styled ‘page not found’ with no further info and links can be really annoying. A creative and clever error page goes a long way in turning your visitor’s frown into a smile. 😉" ], [ - "title" => "Demo title 2", - "intro" => "This is simple content as second article and its cool" + "title" => "Backend Developer Roadmap 2020", + "intro" => "Basic Frontend Knowledge: HTML,CSS,Javascript" ] -]; \ No newline at end of file +]; diff --git a/index.php b/index.php index 5276001..7b0ff42 100644 --- a/index.php +++ b/index.php @@ -3,53 +3,67 @@ ?> - +
- - - - -