Coder Social home page Coder Social logo

nephate's Projects

restaurant-udacity- icon restaurant-udacity-

<script type="application/javascript" charset="utf-8" src="js/dbhelper.js"></script>

udacity-restaurant- icon udacity-restaurant-

window.initMap = () => { let loc = { lat: 40.722216, lng: -73.987501 }; self.map = new google.maps.Map(document.getElementById('map'), { zoom: 12, center: loc, scrollwheel: false }); updateRestaurants(); }

udacity-restaurant-project- icon udacity-restaurant-project-

<!DOCTYPE html> <html> <head> <!-- Normalize.css for better cross-browser consistency --> <link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" /> <!-- Main CSS file --> <link rel="stylesheet" href="css/styles.css" type="text/css"> <title>Restaurant Info</title> </head> <body class="inside"> <!-- Beginning header --> <header> <!-- Beginning nav --> <nav> <h1><a href="/">Restaurant Reviews</a></h1> </nav> <!-- Beginning breadcrumb --> <ul id="breadcrumb" > <li><a href="/">Home</a></li> </ul> <!-- End breadcrumb --> <!-- End nav --> </header> <!-- End header --> <!-- Beginning main --> <main id="maincontent"> <!-- Beginning map --> <section id="map-container"> <div id="map"></div> </section> <!-- End map --> <!-- Beginning restaurant --> <section id="restaurant-container"> <h1 id="restaurant-name"></h1> <img id="restaurant-img"> <p id="restaurant-cuisine"></p> <p id="restaurant-address"></p> <table id="restaurant-hours"></table> </section> <!-- end restaurant --> <!-- Beginning reviews --> <section id="reviews-container"> <ul id="reviews-list"></ul> </section> <!-- End reviews --> </main> <!-- End main --> <!-- Beginning footer --> <footer id="footer"> Copyright (c) 2017 <a href="/"><strong>Restaurant Reviews</strong></a> All Rights Reserved. </footer> <!-- End footer --> <!-- Beginning scripts --> <!-- Database helpers --> <script type="text/javascript" src="js/dbhelper.js"></script> <!-- Main javascript file --> <script type="text/javascript" src="js/restaurant_info.js"></script> <!-- Google Maps --> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA_tKbW6A5pQ-eupxI56myUnHLqYCzOjKo&libraries=places&callback=initMap"></script> <!-- End scripts --> </body> </html>

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.