Posted: 25 April, 2025
+A Culinary Journey at Persian
+The flavors and ambiance that make dining unforgettable
+ Read More +diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..368b273 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,272 @@ +@import url('https://fonts.googleapis.com/css2?family=Spline+Sans+Mono:ital,wght@0,300..700;1,300..700&display=swap'); + +html{ + scroll-behavior: smooth; +} +body{ + font-family: "Spline Sans", sans-serif; + color: #777; + line-height: 1.7; +} + + +h1, h2, h3, h4, h5, h6{ + font-weight: 600; + color: black; +} + +a{ + color: #222; + text-decoration: none; + transition: all 0.4s; + font-weight: 600; +} + +a:hover{ + color: #f58d17; +} + +img{ + width: 100%; +} + +section{ + padding-top: 65px; + padding-bottom: 100px; +} + +.shadow-on-hover{ + transition: all 0.3s; +} + +.shadow-on-hover:hover{ + box-shadow: 0 10px 40px rgba(0,0,0,0.1); +} + +/* Btn */ +.btn{ + border-radius: 0; + padding: 14px 38px; +} +.btn-brand{ + color: white; + background-color: #f58d17; + font-weight: 500; + border-color:#f58d17; +} + +.btn-brand:hover{ + border-color: #d37810; + background-color: #d37810; + color: white; +} + + +/* Slider */ + +.bg-cover{ + background-position: center !important; + background-size: cover !important; + background-repeat: no-repeat !important; +} + +.slide-3{ + background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/hero4.jpg'); +} + +.slide-1{ + background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/hero1.jpg'); +} + +.slide-2{ + background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/hero2.jpg'); +} + +#heroSlider h6::after, +#heroSlider h6::before{ + content: " "; + width: 40px; + height: 4px; + background-color: #fff; + display: inline-block; + margin: 13px; + vertical-align: middle; +} + +.carousel-control-prev, +.carousel-control-next{ + background-color: rgba(0,0,0,0.6); + width: 40px; + height: 70px; + margin: auto; +} + +/* About */ +#about .divider{ + width: 60px; + height: 2px; + display: block; + background-color: #f58d17; +} + +/* Intro text */ +.intro-text{ + margin-bottom: 40px; + text-align: center; +} + +.intro-text p{ + max-width: 500px; + margin: 16px auto 0 auto; +} + + +/* Menu */ +#menu .nav-pills .nav-link{ + background-color: #fff; + margin-left: 8px; + margin-right: 8px; + color: #222; + border-radius: 100px; + box-shadow: 0 10px 40px rgba(0,0,0,0.1) +} + +#menu .nav-pills .nav-link.active{ + background-color: #f58d17; + color: #fff; +} + + +.menu-item .stars{ + color: #f58d17; +} + +.menu-item-content{ + height: 221.1px; +} + + +/* Features */ +#features{ + background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/a.webp'); +} + +.feature{ + border: 2px solid rgba(255, 255, 255, 0.2); +} + +.feature .feature-icon{ + width: 80px; + height: 80px; + background-color: #f58d17; + color: #fff; + font-size: 28px; + display: inline-grid; + align-content: center; + text-align: center; +} + + +/* Team */ +.team-member img{ + max-width: 140px; + box-shadow: -10px -10px 0 #f58d17; + border-radius: 100px; +} + + +/* Reviews */ +#reviews{ + background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/client_bg.jpg'); +} + +.review img{ + width: 75px; + height: 75px; + object-fit: cover; +} + +.review .quote-icon{ + font-size: 74px; + color: #f58d17; + line-height: 1 +} + +.review .stars{ + color: #f58d17; +} + +#reviews .carousel-indicators{ + margin-bottom: -3rem; +} + + +/* Reservation */ +#reservation .form-control{ + border-radius: 0; +} + +#reservation .form-control:focus{ + box-shadow: none; + border-color: #f58d17; +} + +#reservation input.form-control{ + height: 47px; +} + +.msg-height{ + height: 100px; +} + + +/* Blog Post */ +.blog-post img{ + /* width: 40%; */ + width: 175px; + object-fit: cover; +} + +/* @media (max-width: 992px){ +.blog-post img{ + width: 35%; +} */ + +@media (max-width: 768px){ + .blog-post{ + flex-direction: column; + } + .blog-post img{ + width: 100%; + } +} + +/* Footer */ +footer{ + /* background-color: #222f3d; */ + background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/footer.jpg'); + padding-top: 70px; + padding-bottom: 30px; +} + +.footer-top{ + margin-bottom: 30px; +} + +footer a{ + color: rgba(255, 255, 255, 0.75); +} + +footer p{ + color: rgba(255, 255, 255, 0.75); +} + +footer .social-links a{ + font-weight: normal; + font-size: 24px; +} + +.footer-bottom{ + padding-top: 15px; + border-top: 1px solid rgba(255, 255, 255, 0.75); +} \ No newline at end of file diff --git a/assets/images/Blog_1.jpg b/assets/images/Blog_1.jpg new file mode 100644 index 0000000..55853fd Binary files /dev/null and b/assets/images/Blog_1.jpg differ diff --git a/assets/images/Blog_2.jpg b/assets/images/Blog_2.jpg new file mode 100644 index 0000000..9454b06 Binary files /dev/null and b/assets/images/Blog_2.jpg differ diff --git a/assets/images/Blog_3.jpg b/assets/images/Blog_3.jpg new file mode 100644 index 0000000..9653cb8 Binary files /dev/null and b/assets/images/Blog_3.jpg differ diff --git a/assets/images/Blog_4.jpg b/assets/images/Blog_4.jpg new file mode 100644 index 0000000..82f1174 Binary files /dev/null and b/assets/images/Blog_4.jpg differ diff --git a/assets/images/Chef1.png b/assets/images/Chef1.png new file mode 100644 index 0000000..0292748 Binary files /dev/null and b/assets/images/Chef1.png differ diff --git a/assets/images/a.webp b/assets/images/a.webp new file mode 100644 index 0000000..20e8143 Binary files /dev/null and b/assets/images/a.webp differ diff --git a/assets/images/about_img.jpg b/assets/images/about_img.jpg new file mode 100644 index 0000000..424c9f3 Binary files /dev/null and b/assets/images/about_img.jpg differ diff --git a/assets/images/brand.jpg b/assets/images/brand.jpg new file mode 100644 index 0000000..0056100 Binary files /dev/null and b/assets/images/brand.jpg differ diff --git a/assets/images/chef2.jpg b/assets/images/chef2.jpg new file mode 100644 index 0000000..e64a4e1 Binary files /dev/null and b/assets/images/chef2.jpg differ diff --git a/assets/images/chef3.jpg b/assets/images/chef3.jpg new file mode 100644 index 0000000..2f3fb5d Binary files /dev/null and b/assets/images/chef3.jpg differ diff --git a/assets/images/chef4.png b/assets/images/chef4.png new file mode 100644 index 0000000..f60e445 Binary files /dev/null and b/assets/images/chef4.png differ diff --git a/assets/images/client1.jpg b/assets/images/client1.jpg new file mode 100644 index 0000000..e2db1a1 Binary files /dev/null and b/assets/images/client1.jpg differ diff --git a/assets/images/client2.jpg b/assets/images/client2.jpg new file mode 100644 index 0000000..828cf16 Binary files /dev/null and b/assets/images/client2.jpg differ diff --git a/assets/images/client3.jpg b/assets/images/client3.jpg new file mode 100644 index 0000000..a182dce Binary files /dev/null and b/assets/images/client3.jpg differ diff --git a/assets/images/client_bg.jpg b/assets/images/client_bg.jpg new file mode 100644 index 0000000..94e5db6 Binary files /dev/null and b/assets/images/client_bg.jpg differ diff --git a/assets/images/footer.jpg b/assets/images/footer.jpg new file mode 100644 index 0000000..ad33c70 Binary files /dev/null and b/assets/images/footer.jpg differ diff --git a/assets/images/hero1.jpg b/assets/images/hero1.jpg new file mode 100644 index 0000000..831221d Binary files /dev/null and b/assets/images/hero1.jpg differ diff --git a/assets/images/hero2.jpg b/assets/images/hero2.jpg new file mode 100644 index 0000000..71f5a6d Binary files /dev/null and b/assets/images/hero2.jpg differ diff --git a/assets/images/hero3.jpg b/assets/images/hero3.jpg new file mode 100644 index 0000000..73a150e Binary files /dev/null and b/assets/images/hero3.jpg differ diff --git a/assets/images/hero4.jpg b/assets/images/hero4.jpg new file mode 100644 index 0000000..55797b0 Binary files /dev/null and b/assets/images/hero4.jpg differ diff --git a/assets/images/ice-cream.jpg b/assets/images/ice-cream.jpg new file mode 100644 index 0000000..408a808 Binary files /dev/null and b/assets/images/ice-cream.jpg differ diff --git a/assets/images/img1.jpg b/assets/images/img1.jpg new file mode 100644 index 0000000..7b514d1 Binary files /dev/null and b/assets/images/img1.jpg differ diff --git a/assets/images/img1.webp b/assets/images/img1.webp new file mode 100644 index 0000000..833573b Binary files /dev/null and b/assets/images/img1.webp differ diff --git a/assets/images/img2.jpg b/assets/images/img2.jpg new file mode 100644 index 0000000..b52d52f Binary files /dev/null and b/assets/images/img2.jpg differ diff --git a/assets/images/img3.jpg b/assets/images/img3.jpg new file mode 100644 index 0000000..a169807 Binary files /dev/null and b/assets/images/img3.jpg differ diff --git a/assets/images/img4.jpg b/assets/images/img4.jpg new file mode 100644 index 0000000..9bcdd33 Binary files /dev/null and b/assets/images/img4.jpg differ diff --git a/assets/images/img5.jpg b/assets/images/img5.jpg new file mode 100644 index 0000000..3895355 Binary files /dev/null and b/assets/images/img5.jpg differ diff --git a/assets/images/img6.jpg b/assets/images/img6.jpg new file mode 100644 index 0000000..c1d3b02 Binary files /dev/null and b/assets/images/img6.jpg differ diff --git a/assets/images/img7.jpg b/assets/images/img7.jpg new file mode 100644 index 0000000..3a42d91 Binary files /dev/null and b/assets/images/img7.jpg differ diff --git a/assets/images/img8.jpg b/assets/images/img8.jpg new file mode 100644 index 0000000..c0f9a2d Binary files /dev/null and b/assets/images/img8.jpg differ diff --git a/assets/images/victoria-shes-UC0HZdUitWY-unsplash.jpg b/assets/images/victoria-shes-UC0HZdUitWY-unsplash.jpg new file mode 100644 index 0000000..c04959d Binary files /dev/null and b/assets/images/victoria-shes-UC0HZdUitWY-unsplash.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..c807636 --- /dev/null +++ b/index.html @@ -0,0 +1,1059 @@ + + +
+ + +At Persian Terrace, we are passionate about crafting unforgettable dining experiences. With a dedication to exceptional service and culinary innovation.
+From our cozy ambiance to our carefully curated dishes, every detail reflects our commitment to excellence and hospitality. Welcome to a journey of culinary delight at Persian Terrace
+ Explore Menu +Indulge in exquisite flavors, impeccable service, and a warm ambiance at our restaurant, where every dish tells a story.
+Enjoy complimentary WiFi at our restaurant stay connected while you dine with fast, reliable internet access for your convenience.
+Prompt delivery from restaurant: speedily satisfying cravings with fresh, flavorful dishes, straight to your doorstep.
+Warm, welcoming atmosphere, attentive staff, intuitive menu, and seamless service, ensuring guests feel comfortable and valued.
+"Indulge in exquisite flavors at our top-rated restaurant, where culinary mastery meets impeccable service in an elegant ambiance."
+Our team comprises passionate chefs, skilled servers, and dedicated staff committed to delivering exceptional dining experiences.
+main Chef
+Executive Chef
+Pantry Chef
+Sushi Chef
+Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quod optio distinctio eaque est rem eius?
+Reserve your table now for an unforgettable dining experience, featuring exquisite cuisine and exceptional service.
+Indulge in gourmet delights at Persian Terrace, where exquisite flavors and a charming ambiance create an unforgettable dining experience.
+Posted: 25 April, 2025
+The flavors and ambiance that make dining unforgettable
+ Read More +Posted: 14 May, 2025
+Enjoy a perfect blend of gourmet cuisine and elegant atmosphere.
+ Read More +Posted: 22 May, 2025
+Taste exceptional dishes that captivate your palate. +
+ Read More +Posted: 1 June, 2025
+Indulge in a variety of flavors that satisfy every sweet tooth.
+ Read More +