Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Assignment 5</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
  8. <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
  9. <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
  10. <link rel="stylesheet" type="text/css" href="_css/bistro.css">
  11. </head>
  12. <body>
  13. <!-- Randall Mowen
  14. Assignment5.html
  15. INFO2439
  16. Thoendel
  17. 10/15/19
  18. -->
  19.  
  20. <div data-role="page" id="assignment4"> <!-- opening page div -->
  21. <header>
  22. <div data-role="header" data-position="fixed" data-id="header" class="top-header" data-theme="a"><!-- opening header div -->
  23. <a href="../index.html" data-icon="home" rel="external">Home</a>
  24. <h1>Randall Mowen</h1>
  25. </div><!-- closing header div -->
  26. </header>
  27.  
  28. <div data-role="main" class="ui-content">
  29. <h1>Assignment #5, Sage Bistro Static Google Map</h1>
  30. <div class="ui-grid-a">
  31. <div class="ui-block-a">
  32. <img src="https://maps.googleapis.com/maps/api/staticmap?center=41.304729,-95.959506&zoom=12&size=150x150&scale=2&zoom=17&maptype=roadmap&key=AIzaSyAFQid4GkVK5cIqrk3n8kuRkAo7YcNeTzo" alt="Google map">
  33. </div>
  34. <div class="ui-bloack-b">
  35. <p>Please come and visit us and endulge in a experience you can get from no other resturant. All of our food is made by students that are learning
  36. how to be chefs. We have a wide variety of different meal options that will all satisfy your appitite.</p>
  37. </div>
  38. </div>
  39.  
  40.  
  41.  
  42. </div>
  43. <div data-role="footer" data-position="fixed" data-id="footernav" data-theme="b">Created by: <a href="mailto:rjmowen1@mail.mccneb.edu" class="ui-btn-active"><!-- opening footer div -->
  44. Randall Mowen</a>
  45. </div><!-- closing footer div -->
  46. </div>
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement