store.pug 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. doctype html
  2. html(lang='en')
  3. head
  4. meta(charset='utf-8')
  5. meta(name='viewport', content='width=device-width, initial-scale=1, shrink-to-fit=no')
  6. meta(name='description', content='')
  7. meta(name='author', content='')
  8. title Business Casual - Start Bootstrap Theme
  9. link(rel='icon', type='image/x-icon', href='assets/favicon.ico')
  10. // Font Awesome icons (free version)
  11. script(src='https://use.fontawesome.com/releases/v5.15.3/js/all.js', crossorigin='anonymous')
  12. // Google fonts
  13. link(href='https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i', rel='stylesheet')
  14. link(href='https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i', rel='stylesheet')
  15. // Core theme CSS (includes Bootstrap)
  16. link(href='css/styles.css', rel='stylesheet')
  17. body
  18. h1.site-heading.text-center.text-white.d-none.d-lg-block
  19. span.site-heading-upper.text-primary.mb-3 A Free Bootstrap 4 Business Theme
  20. span.site-heading-lower Business Casual
  21. // Navigation
  22. nav#mainNav.navbar.navbar-expand-lg.navbar-dark.py-lg-4
  23. .container
  24. a.navbar-brand.text-uppercase.text-expanded.font-weight-bold.d-lg-none(href='index.html') Start Bootstrap
  25. button.navbar-toggler(type='button', data-toggle='collapse', data-target='#navbarResponsive', aria-controls='navbarResponsive', aria-expanded='false', aria-label='Toggle navigation')
  26. span.navbar-toggler-icon
  27. #navbarResponsive.collapse.navbar-collapse
  28. ul.navbar-nav.mx-auto
  29. li.nav-item.px-lg-4
  30. a.nav-link.text-uppercase.text-expanded(href='index.html')
  31. | Home
  32. span.sr-only (current)
  33. li.nav-item.px-lg-4
  34. a.nav-link.text-uppercase.text-expanded(href='about.html') About
  35. li.nav-item.px-lg-4
  36. a.nav-link.text-uppercase.text-expanded(href='products.html') Products
  37. li.nav-item.active.px-lg-4
  38. a.nav-link.text-uppercase.text-expanded(href='store.html') Store
  39. section.page-section.cta
  40. .container
  41. .row
  42. .col-xl-9.mx-auto
  43. .cta-inner.text-center.rounded
  44. h2.section-heading.mb-5
  45. span.section-heading-upper Come On In
  46. span.section-heading-lower We're Open
  47. ul.list-unstyled.list-hours.mb-5.text-left.mx-auto
  48. li.list-unstyled-item.list-hours-item.d-flex
  49. | Sunday
  50. span.ml-auto Closed
  51. li.list-unstyled-item.list-hours-item.d-flex
  52. | Monday
  53. span.ml-auto 7:00 AM to 8:00 PM
  54. li.list-unstyled-item.list-hours-item.d-flex
  55. | Tuesday
  56. span.ml-auto 7:00 AM to 8:00 PM
  57. li.list-unstyled-item.list-hours-item.d-flex
  58. | Wednesday
  59. span.ml-auto 7:00 AM to 8:00 PM
  60. li.list-unstyled-item.list-hours-item.d-flex
  61. | Thursday
  62. span.ml-auto 7:00 AM to 8:00 PM
  63. li.list-unstyled-item.list-hours-item.d-flex
  64. | Friday
  65. span.ml-auto 7:00 AM to 8:00 PM
  66. li.list-unstyled-item.list-hours-item.d-flex
  67. | Saturday
  68. span.ml-auto 9:00 AM to 5:00 PM
  69. p.address.mb-5
  70. em
  71. strong 1116 Orchard Street
  72. br
  73. | Golden Valley, Minnesota
  74. p.mb-0
  75. small
  76. em Call Anytime
  77. br
  78. | (317) 585-8468
  79. section.page-section.about-heading
  80. .container
  81. img.img-fluid.rounded.about-heading-img.mb-3.mb-lg-0(src='assets/img/about.jpg', alt='...')
  82. .about-heading-content
  83. .row
  84. .col-xl-9.col-lg-10.mx-auto
  85. .bg-faded.rounded.p-5
  86. h2.section-heading.mb-4
  87. span.section-heading-upper Strong Coffee, Strong Roots
  88. span.section-heading-lower About Our Cafe
  89. p
  90. | Founded in 1987 by the Hernandez brothers, our establishment has been serving up rich coffee sourced from artisan farmers in various regions of South and Central America. We are dedicated to travelling the world, finding the best coffee, and bringing back to you here in our cafe.
  91. p.mb-0
  92. | We guarantee that you will fall in
  93. em lust
  94. | with our decadent blends the moment you walk inside until you finish your last sip. Join us for your daily routine, an outing with friends, or simply just to enjoy some alone time.
  95. footer.footer.text-faded.text-center.py-5
  96. .container
  97. p.m-0.small Copyright © Your Website 2021
  98. // Bootstrap core JS
  99. script(src='https://code.jquery.com/jquery-3.5.1.min.js')
  100. script(src='https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js')
  101. // Core theme JS
  102. script(src='js/scripts.js')