GithubHelp home page GithubHelp logo

foodfun's Introduction

FoodFun ๐Ÿ”๐ŸŸ

header

I appreciate the great contribution @El-khamisi ๐Ÿ˜„๐Ÿค has made to this repository

Template website for a restaurant to provide its services for its various customers

The structure has been followed:

Global Structure

The website has a global navbar and footer, header photo as a title to each page and each page has its main section and various side section. All project has built by Html CSS JS.

Features & Specification

  • Interactive slideshow:

slidshow

  • Standard layout elements overall website:

buttons typography

  • Light Mode & Dark Mode Patterns:

Switches

  • Embedded live maps by Google to locating the resturant:

map

  • Responsive style to different screens:


@media (max-width: 767px) {
    ...
}

@media (min-width: 767px) and (max-width: 1000px) {
    ...
}

We tried to enhance the readability of code by:

  1. Using HTML5 section and outlines:

struct

  1. Global Navbar and Footer in a separated file and include them by iframe a nested browsing context:

<nav>                                         <footer>
    <iframe src="header.html" ></iframe>          <iframe src="footer.html" ></iframe>    
</nav>                                        </footer>
  1. Use flexbox & grid layouts:

layout

  1. Separate each page with its private CCS style sheet :

<link rel="stylesheet" href="assets/css/[stylesheet_name].css">

files

foodfun's People

Contributors

el-khamisi avatar mennamagdy2019 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.