Project

General

Profile

« Previous | Next » 

Revision 58110

Refactored the landing page to become home and to have a second about page as well

View differences:

sidemenu.component.html
9 9
  </div>
10 10
  <!--<div class="sidebar_main_header">-->
11 11
    <!--<div class="sidebar_logo">-->
12
      <!--<a [routerLink]="['/landing']" class="sSidebar_hide sidebar_logo_large">-->
12
      <!--<a [routerLink]="['/home']" class="sSidebar_hide sidebar_logo_large">-->
13 13
        <!--<img class="logo_regular" src="../../../assets/imgs/OA_PROVIDE_B.png" alt="" height="" width="200"/>-->
14 14
        <!--<img class="logo_light" src="assets/img/logo_main_white.png" alt="" height="15" width="71"/>-->
15 15
      <!--</a>-->
16
      <!--<a [routerLink]="['/landing']" class="sSidebar_show sidebar_logo_small">-->
16
      <!--<a [routerLink]="['/home']" class="sSidebar_show sidebar_logo_small">-->
17 17
        <!--<img class="logo_regular" src="../../../assets/imgs/OA_PROVIDE_A.png" alt="" height="32" width="32"/>-->
18 18
        <!--<img class="logo_light" src="assets/img/logo_main_small_light.png" alt="" height="32" width="32"/>-->
19 19
      <!--</a>-->
......
98 98
    <ul>
99 99

  
100 100
      <li [routerLinkActive]="['current_section']" class="">
101
        <a href="{{adminHomePage}}">
101
        <a href="{{adminHomePage}}" target="_blank">
102 102
          <span class="menu_icon_circle_letter">H</span>
103 103
          <span class="menu_title">Help Texts</span>
104 104
        </a>

Also available in: Unified diff