-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2121b8
commit 34b72a6
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<html lang="en"><head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Happiness & Pizza</title> | ||
<meta content="" name="descriptison"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="../assets/img/favicon.png" rel="icon"> | ||
<link href="../assets/img/apple-touch-icon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/icofont/icofont.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/remixicon/remixicon.css" rel="stylesheet"> | ||
<link href="../assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../assets/vendor/venobox/venobox.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="../assets/css/style.css" rel="stylesheet"> | ||
|
||
<!-- ======================================================= | ||
* Template Name: Personal - v2.2.0 | ||
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body data-gr-c-s-loaded="true"> | ||
|
||
<!-- ======= Portfolio Details ======= --> | ||
<main id="main"> | ||
<div id="portfolio-details" class="portfolio-details"> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-lg-12 portfolio-info"> | ||
<br> | ||
<h2 style="color:#12d640">Happiness & Pizza π</h2> | ||
|
||
|
||
|
||
<p> Pizza π is one such food where I have tasted in various places at various ocassions. During weekend we thought why don't we try π€ doing homemade pizza harnessing the power of internet & thanks to content creators π who are helping rookie | ||
like me to do some DIY cooking π¨βπ³. Pizza related stuff are not part of daily groceries π½ , had to visit the store to get raw materials. <br><br> | ||
Time β² to prepare pizza, I had to take help of known master chef "My mom" π©βπ³ . I helped her in vegetable chopping π₯¦for toppings and some prep. We have baked it and shared with others. π¨βπ©βπ¦ | ||
|
||
|
||
|
||
<p>It really tasted similar to pizza eateries π and moreover it's not about preparing or eating popular dish. All happiness and joy πis in helping each other and spending time with family<π¨βπ©βπ¦/p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div><!-- End Portfolio Details --> | ||
</main><!-- End #main --> | ||
|
||
<!-- Vendor JS Files --> | ||
<script src="../assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="../assets/vendor/jquery.easing/jquery.easing.min.js"></script> | ||
<script src="../assets/vendor/php-email-form/validate.js"></script> | ||
<script src="../assets/vendor/waypoints/jquery.waypoints.min.js"></script> | ||
<script src="../assets/vendor/counterup/counterup.min.js"></script> | ||
<script src="../assets/vendor/owl.carousel/owl.carousel.min.js"></script> | ||
<script src="../assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="../assets/vendor/venobox/venobox.min.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="../assets/js/main.js"></script> | ||
|
||
<script>if( window.self == window.top ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55234356-4', 'auto'); ga('send', 'pageview'); } </script> | ||
|
||
</body> | ||
</html> | ||
|
||
|