Project

General

Profile

1
<div class="uk-section-default uk-section uk-section-small uk-padding-remove-bottom" style="min-height: 325px">
2
  <div class="uk-container">
3
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
4
      <div class="uk-width-1-1@m uk-first-column">
5

    
6
        <h1 class="uk-h2 uk-text-center">Error: 403 Forbidden</h1>
7

    
8
        <!-- TOP HELP CONTENT -->
9
        <help-content #topHelperContent [position]="'top'"
10
                      [ngClass]="topHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
11
        </help-content>
12

    
13
        <div class="uk-container uk-margin-large-bottom">
14
          <div class="uk-grid">
15

    
16
            <!-- LEFT HELP CONTENT -->
17
            <aside-help-content #leftHelperContent [position]="'left'"
18
                                [ngClass]="leftHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
19
            </aside-help-content>
20

    
21
            <!-- MIDDLE -->
22
            <div class=" uk-width-expand@m">
23

    
24
              <div style="font-size: 180px; color: #0055b9; line-height: 1.2;" class="uk-text-center">
25
                <strong>403</strong>
26
              </div>
27

    
28
              <div class="uk-text-center">
29
                Sorry, access to this resource on the server is forbidden.<br>
30
                Either check the URL, <a href="/home">go home</a>, or feel free to <a href="http://openminted.eu/support/">report this issue</a>.
31
              </div>
32

    
33
            </div>
34

    
35
            <!-- RIGHT HELP CONTENT -->
36
            <aside-help-content #rightHelperContent [position]="'right'"
37
                                [ngClass]="rightHelperContent.isPresent()?'tm-sidebar uk-width-1-4@m uk-first-column':'clear-style'">
38
            </aside-help-content>
39

    
40
          </div>
41
        </div>
42

    
43

    
44
        <!-- BOTTOM HELP CONTENT -->
45
        <help-content #bottomHelperContent [position]="'bottom'"
46
                      [ngClass]="bottomHelperContent.isPresent()?'uk-margin-medium-top uk-margin-medium-bottom':'clear-style'">
47
        </help-content>
48

    
49

    
50
      </div>
51
    </div>
52
  </div>
53
</div>
(1-1/9)