|
12345678910111213141516171819202122232425262728293031323334 |
- !!!5
- %html
- %head
- %title InLink kiosks planning applications
- %link{ :href => '/style.css', :rel => 'stylesheet'}
- %body
- #main
- %header
- %h1 InLink kiosks planning applications
- %nav
- %ul.menu
- %li
- %a{ :href => '/' }<
- Home
- %li
- %a{ :href => '/new-applications/' }<
- New applications
- %li
- %a{ :href => '/decisions/' }<
- Latest decisions
- = yield
-
- %footer
- %a{ :href => 'https://twitter.com/adrianshort'}<
- @adrianshort made this
- %a{ :href => 'https://github.com/adrianshort/kiosks'}<
- Source code
- %a{ :href => 'https://www.adrianshort.org/tags/inlinkuk/'}<
- InLink blog posts
- %a{ :href => 'https://morph.io/adrianshort/inlink-scraper'}<
- Data API and bulk download
- %a{ :href => 'https://twitter.com/search?f=tweets&vertical=default&q=%23inlink'}<
- \#InLink on Twitter
-
|