<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Food Network</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Roboto&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="Favicon/favicon.png" type="image/x-icon"> <link rel="stylesheet" href="style.css"> </head> <body> <!--First Section Start--> <section class="first-section"> <div class="section-div-one"> <h1 class="font"> <span class="orange">Skip</span> The Diet, <br> Just Eat Healthy <br> With Food Network </h1> <p class="paragraph-font">Imagine you don't need a diet becasue we provide healthy and delicious food for you!</p> <a class="order-food-button" target="_blank" href="https://www.fiverr.com/share/W7L2YB">Order Food</a> </div> <div class="section-div-two"> <img class="first-image" src="Female/first-image.png" alt="Body_Image"> </div> </section> <!--First Section End--> <!--Second Section Start--> <section class="second-section "> <div class="about-image"> <img class="img" src="Female/Person Image.png" alt="second image"> </div> <div class="about-section"> <h2 class="about-me">About me</h2> <p>This is Yeasin Kabir Shifat. Now styding in Computer Science and Enginnering at Daffodil Internation University.My first aim was to be a web developer. I learned a lot form my internet research and now i think i'm in the good plate to be a web developer. This is programming Hero platform that i'm saying. And really i'm very happy to be a part of this family</p> </br> </br> <a class="contact-me-button" target="_blank" href="https://www.facebook.com/yeasinkabir.shiaft/">Contact me </a> </div> </section> <!--Second Section End--> <!--Mid level--> <div id="Diet-recipes"> <h1 class="my-recipe yellow">Dash Diet Recipes</h1> <p class="my-recipe">This is my website and here are some of my favourite recipes that are in given below. And in this thing just have a look in it and read. Let's know you choice also.</p> </div> <!--Third Section Start--> <section class="third section"> <div class="display-flex"> <div class="recipe-one box-shadow"> <img class="image-size" src="Food/001.jpg" alt=""> <h1 class="h-one"> Minced beef with eggs</h1> <p class="paragraph">Sweat the onion in the butter for about 10 minutes until starting to caramelize. Add the minced beef, and continue to cook, stirring, until the meat browns.</p> </div> <div class="recipe-two box-shadow"> <img class="image-size" src="Food/02.jpg" alt=""> <h1 class="h-one">Grilled Salmon Fish</h1> <p class="paragraph">I am having grilled salmon for dinner and I do season it with fresh grinded pepper, smoked paprika, sweet basil and olive oil. I use a BBQ grilling basket. It is so much easier to flip.I spray it first.</p> </div> <div class="recipe-thiree box-shadow"> <img class="image-size" src="Food/03.png" alt=""> <h1 class="h-one">Vegiterian and Naan</h1> <p class="paragraph">This naan bread is so delicious and easy to make. I have been making it at least once a week if not twice ever since I found the recipe last month. I have even chopped up garlic.so it is readily available!</p> </div> </div> </section> <!--Third Section End--> <!--Forth Section Start--> <section class="box-shadow-two bottom-part"> <div class="display-flex"> <div class="bottom-part-one "> <h1>700k</h1> <p>Youtube Follower</p> </div> <div class="bottom-part-two"> <h1>2.4M</h1> <p>Instagram Follower</p> </div> <div class="bottom-part-thiree"> <h1>100k</h1> <p>Dribble Short Like</p> </div> </div> </section> <!--Forth Section End --> <!--Foother start--> <footer> <h1 class="fother"> <span class="orange">Food</span> <span class="footer-color">Network</span></h1> <p class="fother">"Eat healthy to live healthy. Live healthy to live happy"</p> <p>@ copyright Yeasin Kabir Shifat | 2021</p> </footer> <!--Foother end--> </body> </html>