Project

General

Profile

1
import { Component, Input } from '@angular/core';
2
import { Location } from '@angular/common';
3

    
4
@Component({
5
    selector: 'wellcome',
6
    template: `
7
    <div class="image-front-topbar uk-section-default" tm-header-transparent="light" tm-header-transparent-placeholder="">
8
    <div class="wellcomePage uk-width-1-1 uk-margin-left uk-margin-top  uk-background-norepeat uk-background-cover uk-background-top-center uk-section uk-padding-remove-bottom uk-flex uk-flex-middle" uk-height-viewport="offset-top: true;offset-bottom: 20" style="box-sizing: border-box; min-height: calc(-113.367px + 100vh); height: calc(-113.367px + 100vh);">
9
     <div class="uk-width-1-1">
10
        <div class="uk-position-relative">
11
           <div class="uk-container uk-margin-medium">
12
              <div class="tm-header-placeholder uk-margin-medium" style=""></div>
13
              <div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
14

    
15
                <div class="uk-width-1-1@m uk-first-column">
16
                   <h1 class="uk-text-left uk-heading-hero uk-text-primary uk-scrollspy-inview uk-animation-slide-top" uk-scrollspy-class="" style="">
17
                      Research Community <br>Administration Dashboard
18
                   </h1>
19
                   <h2 class="uk-text-left uk-scrollspy-inview uk-animation-slide-top" uk-scrollspy-class="" style="">
20
                      Are you a community manager?<br> Configure your Research Community Dashboard
21
                   </h2>
22
                </div>
23

    
24
              </div>
25
           </div>
26

    
27
        </div>
28
     </div>
29
    </div>
30
    </div>
31
    `
32
})
33

    
34
export class WellcomeComponent {
35

    
36
}
    (1-1/1)