123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- doctype html
- html(lang='en')
- head
- meta(charset='utf-8')
- meta(name='viewport', content='width=device-width, initial-scale=1, shrink-to-fit=no')
- meta(name='description', content='')
- meta(name='author', content='')
- title Business Casual - Start Bootstrap Theme
- link(rel='icon', type='image/x-icon', href='assets/favicon.ico')
- // Font Awesome icons (free version)
- script(src='https://use.fontawesome.com/releases/v5.15.3/js/all.js', crossorigin='anonymous')
- // Google fonts
- 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')
- link(href='https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i', rel='stylesheet')
- // Core theme CSS (includes Bootstrap)
- link(href='css/styles.css', rel='stylesheet')
- body
- h1.site-heading.text-center.text-white.d-none.d-lg-block
- span.site-heading-upper.text-primary.mb-3 A Free Bootstrap 4 Business Theme
- span.site-heading-lower Business Casual
- // Navigation
- nav#mainNav.navbar.navbar-expand-lg.navbar-dark.py-lg-4
- .container
- a.navbar-brand.text-uppercase.text-expanded.font-weight-bold.d-lg-none(href='index.html') Start Bootstrap
- button.navbar-toggler(type='button', data-toggle='collapse', data-target='#navbarResponsive', aria-controls='navbarResponsive', aria-expanded='false', aria-label='Toggle navigation')
- span.navbar-toggler-icon
- #navbarResponsive.collapse.navbar-collapse
- ul.navbar-nav.mx-auto
- li.nav-item.px-lg-4
- a.nav-link.text-uppercase.text-expanded(href='index.html')
- | Home
- span.sr-only (current)
- li.nav-item.px-lg-4
- a.nav-link.text-uppercase.text-expanded(href='about.html') About
- li.nav-item.px-lg-4
- a.nav-link.text-uppercase.text-expanded(href='products.html') Products
- li.nav-item.active.px-lg-4
- a.nav-link.text-uppercase.text-expanded(href='store.html') Store
- section.page-section.cta
- .container
- .row
- .col-xl-9.mx-auto
- .cta-inner.text-center.rounded
- h2.section-heading.mb-5
- span.section-heading-upper Come On In
- span.section-heading-lower We're Open
- ul.list-unstyled.list-hours.mb-5.text-left.mx-auto
- li.list-unstyled-item.list-hours-item.d-flex
- | Sunday
- span.ml-auto Closed
- li.list-unstyled-item.list-hours-item.d-flex
- | Monday
- span.ml-auto 7:00 AM to 8:00 PM
- li.list-unstyled-item.list-hours-item.d-flex
- | Tuesday
- span.ml-auto 7:00 AM to 8:00 PM
- li.list-unstyled-item.list-hours-item.d-flex
- | Wednesday
- span.ml-auto 7:00 AM to 8:00 PM
- li.list-unstyled-item.list-hours-item.d-flex
- | Thursday
- span.ml-auto 7:00 AM to 8:00 PM
- li.list-unstyled-item.list-hours-item.d-flex
- | Friday
- span.ml-auto 7:00 AM to 8:00 PM
- li.list-unstyled-item.list-hours-item.d-flex
- | Saturday
- span.ml-auto 9:00 AM to 5:00 PM
- p.address.mb-5
- em
- strong 1116 Orchard Street
- br
- | Golden Valley, Minnesota
- p.mb-0
- small
- em Call Anytime
- br
- | (317) 585-8468
- section.page-section.about-heading
- .container
- img.img-fluid.rounded.about-heading-img.mb-3.mb-lg-0(src='assets/img/about.jpg', alt='...')
- .about-heading-content
- .row
- .col-xl-9.col-lg-10.mx-auto
- .bg-faded.rounded.p-5
- h2.section-heading.mb-4
- span.section-heading-upper Strong Coffee, Strong Roots
- span.section-heading-lower About Our Cafe
- p
- | 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.
- p.mb-0
- | We guarantee that you will fall in
- em lust
- | 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.
- footer.footer.text-faded.text-center.py-5
- .container
- p.m-0.small Copyright © Your Website 2021
- // Bootstrap core JS
- script(src='https://code.jquery.com/jquery-3.5.1.min.js')
- script(src='https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js')
- // Core theme JS
- script(src='js/scripts.js')
|