aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/refinery/_header.html.erb
blob: 92b6e3e7ae9418cd69c30a414fcf7b57706468b2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                            
               
                                                                                                    
      
                    
                               

                                                                              
                    
                                                                                                                              
                                                                          
      
<%#
  This file is part of hmnoweb, a RefineryCMS based Webapp for heavymetal.no
  Copyright (C) 2018  Harald Eilertsen <haraldei@anduin.net>

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Affero General Public License version 3
  as published by the Free Software Foundation.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Affero General Public License for more details.

  You should have received a copy of the GNU Affero General Public License
  along with this program.  If not, see <https://www.gnu.org/licenses/>.
%>
<div id='logo'>
  <%= link_to image_tag("logo.png", :alt => "Heavymetal.no", size: '200x100'), refinery.root_path %>
</div>
<div id="menu-area">
  <%= render "common/search" %>
  <%= Refinery::Pages::MenuPresenter.new(refinery_menu_pages, self).to_html %>
</div>
<div id="merchlink">
  <%= link_to image_tag("d2-shop-logo.png", alt: "D2 Shop logo", size: '75x75'), 'https://d2shop.no/product-category/hmno/' %>
  <%= link_to "HMNO Merch!", 'https://d2shop.no/product-category/hmno/' %>
</div>