about.jade 826 B

1234567891011121314151617181920212223242526272829
  1. extends ../layout
  2. block content
  3. section#about
  4. .container
  5. .row
  6. .col-sm-8
  7. img.svg(src="img/ipad.svg")
  8. .col-sm-4.text-center
  9. h2.section-heading How It Works
  10. hr.light
  11. p Some Copy
  12. section#call
  13. .container
  14. .row
  15. .col-sm-4.col-lg-offset-2.text-center
  16. h4.section-heading Connect
  17. hr.light
  18. p (Social Media Icons)
  19. .col-sm-4.text-center
  20. h4.section-heading Get the Latest
  21. form.form-inline
  22. .form-group
  23. label.sr-only(for="exampleInputAmount") Email Addresss
  24. .input-group
  25. input#email-address.form-control(type="text", placeholder="Email Address")
  26. .input-group-addon
  27. button.btn.btn-primary(type="submit") GO