Project

General

Profile

1
<div class="uk-section-default uk-section uk-section-small uk-padding-remove-bottom" style="min-height: 325px">
2
  <!-- MARGIN-TOP  -->
3
  <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" aria-hidden="true"></div>
4

    
5
  <div class="uk-container uk-container-large">
6
    <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
7
      <div class="uk-width-1-1@m uk-first-column">
8

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

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

    
16
        <div class="uk-container uk-container-large uk-margin-medium-top uk-margin-medium-bottom">
17
          <div class="uk-grid">
18

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

    
24
            <!-- MIDDLE -->
25
            <div class=" uk-width-expand@m">
26

    
27
              <div style="font-size: 180px; color: #28beFF; line-height: 1.2;" class="uk-text-center">
28
                <strong>403</strong>
29
              </div>
30

    
31
              <div class="uk-text-center">
32
                Sorry, access to this resource on the server is forbidden.<br>
33
                Either check the URL or <a href="/landing">go home</a>
34
              </div>
35

    
36
            </div>
37

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

    
43
          </div>
44
        </div>
45

    
46

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

    
52

    
53
      </div>
54
    </div>
55
  </div>
56
</div>
(1-1/8)