{"id":105,"date":"2026-03-06T15:02:06","date_gmt":"2026-03-06T15:02:06","guid":{"rendered":"https:\/\/theroyalscode.com\/students\/a_mehraban\/?p=105"},"modified":"2026-03-06T15:02:06","modified_gmt":"2026-03-06T15:02:06","slug":"free-friday-assigment-3-6-26","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/students\/a_mehraban\/2026\/03\/06\/free-friday-assigment-3-6-26\/","title":{"rendered":"Free friday assigment 3\/6\/26"},"content":{"rendered":"\n<p>Today i made website for restaurant .<\/p>\n\n\n\n<p>And i made some changes in website .<\/p>\n\n\n\n<p>Here you can see the index.html.<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Ahmad&#8217;s Restaurant<\/title>\n    <link rel=\"stylesheet\" href=\"styles.css\">\n<\/head>\n<body>\n\n    <header>\n        <h1>Ahmad&#8217;s Restaurant<\/h1>\n        <nav>\n            <a href=\"#menu\">Menu<\/a>\n            <a href=\"#about\">About<\/a>\n            <a href=\"#contact\">Contact<\/a>\n        <\/nav>\n    <\/header>\n\n    <section class=\"hero\">\n        <h2>Delicious Food, Made Fresh<\/h2>\n        <p>Welcome to the best restaurant in town.<\/p>\n    <\/section>\n\n    <section id=\"menu\" class=\"section\">\n        <h2>Our Menu<\/h2>\n        <div class=\"menu-items\">\n            <div class=\"item\">\n                <h3>\ud83c\udf54 Burger<\/h3>\n                <p>Juicy beef burger with cheese.<\/p>\n                <span>$8.99<\/span>\n            <\/div>\n\n            <div class=\"item\">\n                <h3>\ud83c\udf55 Pizza<\/h3>\n                <p>Freshly baked with mozzarella.<\/p>\n                <span>$12.50<\/span>\n            <\/div>\n\n            <div class=\"item\">\n                <h3>\ud83e\udd64 Drinks<\/h3>\n                <p>Cold and refreshing beverages.<\/p>\n                <span>$2.99<\/span>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"about\" class=\"section\">\n        <h2>About Us<\/h2>\n        <p>\n            Ahmad&#8217;s Restaurant has been serving delicious meals since 2024. \n            We focus on fresh ingredients, great taste, and friendly service.\n        <\/p>\n    <\/section>\n\n    <section id=\"contact\" class=\"section\">\n        <h2>Contact Us<\/h2>\n        <p>Email: contact@ahmadsrestaurant.com<\/p>\n        <p>Phone: random <\/p>\n    <\/section>\n\n    <footer>\n        <p>\u00a9 2026 Ahmad&#8217;s Restaurant. All rights reserved.<\/p>\n    <\/footer>\n\n<\/body>\n<\/html>\n\n\n\n\n<div class=\"wp-block-cover\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"534\" class=\"wp-block-cover__image-background wp-image-106\" alt=\"\" src=\"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-1024x534.png\" data-object-fit=\"cover\" srcset=\"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-1024x534.png 1024w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-300x156.png 300w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-768x401.png 768w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image.png 1156w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<p class=\"has-text-align-center has-large-font-size\"><\/p>\n<\/div><\/div>\n\n\n\n<p><strong>here is my website <\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"434\" src=\"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-3-1024x434.png\" alt=\"\" class=\"wp-image-109\" srcset=\"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-3-1024x434.png 1024w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-3-300x127.png 300w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-3-768x325.png 768w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-3-1536x651.png 1536w, https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-content\/uploads\/2026\/03\/image-3.png 1917w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>here you can see the styles.css<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>body {\n    margin: 0;\n    font-family: Arial, sans-serif;\n    background: #f8f8f8;\n}\n\nheader {\n    background: #333;\n    color: white;\n    padding: 15px;\n    text-align: center;\n}\n\nnav a {\n    color: white;\n    margin: 0 15px;\n    text-decoration: none;\n    font-weight: bold;\n}\n\n.hero {\n    background: url('https:\/\/images.unsplash.com\/photo-1600891964599-f61ba0e24092') center\/cover;\n    color: white;\n    text-align: center;\n    padding: 120px 20px;\n}\n\n.section {\n    padding: 40px;\n    text-align: center;\n}\n\n.menu-items {\n    display: flex;\n    justify-content: center;\n    gap: 30px;\n    flex-wrap: wrap;\n}\n\n.item {\n    background: white;\n    padding: 20px;\n    width: 250px;\n    border-radius: 10px;\n    box-shadow: 0 0 10px #ccc;\n}\n\nfooter {\n    background: #333;\n    color: white;\n    text-align: center;\n    padding: 15px;\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Today i made website for restaurant . And i made some changes in website . Here you can see the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-105","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/posts\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/comments?post=105"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/posts\/105\/revisions"}],"predecessor-version":[{"id":110,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/posts\/105\/revisions\/110"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/media?parent=105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/categories?post=105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_mehraban\/wp-json\/wp\/v2\/tags?post=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}