-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathsites.html.haml
More file actions
39 lines (38 loc) · 1.74 KB
/
sites.html.haml
File metadata and controls
39 lines (38 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
!!!strict
%html{ lang: 'en-US' }
%head
%meta{ charset: 'UTF-8' }
= csrf_meta_tags
%title
= yield :title
= favicon_link_tag
%meta{ name: 'description', content: 'The USASearch Affiliate Program provides free hosted search services for any federal, state, local, tribal, or territorial government agency.' }
%meta{ name: 'keywords', content: 'Affiliate Program, Firstgov search, first gov search, USASearch, USA Search, USAGovSearch, USA gov search, USAGovSearch, USA gov search, hosted search, government images, government recalls, government web, government websites, USA, US, United States, US Government, u.s. government, federal, state, local, tribal, territorial, territories' }
= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Maven+Pro:400,700'
= stylesheet_link_tag 'sites'
/[if IE 7]
= stylesheet_link_tag 'sites_ie7'
/[if IE]
= stylesheet_link_tag 'sites_ie'
/[if lt IE 9]
= stylesheet_link_tag 'sites_ie_lt9'
= javascript_include_tag 'sites'
/[if lt IE 9]
= javascript_include_tag 'sites_ie_lt9'
/[if IE]
= javascript_include_tag 'sites_ie'
= javascript_include_tag 'https://www.google.com/jsapi'
= yield :head
%body{ data: site_data }
%a#skiplink{ href: '#main-content' } Skip to Main Content
= render 'sites/shared/header'
= render 'sites/shared/site_header'
.l-main-container
= render 'sites/shared/site_nav'
#main-content.l-content{ tabindex: -1, class: ("--is-inactive" if @site&.active? == false) }
= yield
#help-doc.modal.fade(data-no-turbolink){ 'aria-hidden' => 'true' }
.modal-body
= modal_close_button
.modal-content
= javascript_include_tag 'font-awesome-grunticon-rails'