-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from Krishna-Baldwa/idf2
Acad Discussion Forum
- Loading branch information
Showing
11 changed files
with
3,284 additions
and
15,576 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,97 @@ | ||
<div class="main-menu"> | ||
<div class="head-card primary-background-color" (click)="OpenMyProfile()"> | ||
<img class="profile-pic img-circle object-cover" [src]="profilePic" src-fallback="assets/useravatar.svg"> | ||
<div class="overflow-ellipsis"> | ||
{{ userName }} | ||
<div id="ldap">{{ ldap }}</div> | ||
</div> | ||
<div class="head-card primary-background-color" (click)="OpenMyProfile()"> | ||
<img | ||
class="profile-pic img-circle object-cover" | ||
[src]="profilePic" | ||
src-fallback="assets/useravatar.svg" | ||
/> | ||
<div class="overflow-ellipsis"> | ||
{{ userName }} | ||
<div id="ldap">{{ ldap }}</div> | ||
</div> | ||
|
||
<a [routerLink]="['/feed']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>list</mat-icon> Feed | ||
</a> | ||
|
||
<a [routerLink]="['/news/']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>rss_feed</mat-icon> News | ||
</a> | ||
|
||
<a mat-list-item [routerLink]="['/explore/']" routerLinkActive="active-link"> | ||
<mat-icon>search</mat-icon> Explore | ||
</a> | ||
|
||
<a mat-list-item [routerLink]="['/mess/']" routerLinkActive="active-link"> | ||
<mat-icon>restaurant</mat-icon> Mess Menu | ||
</a> | ||
|
||
<a [routerLink]="['/blog/' + dataService.EncodeObject(api.PlacementBlog)]" routerLinkActive="active-link" | ||
mat-list-item> | ||
<mat-icon>work</mat-icon> Placement Blog | ||
</a> | ||
|
||
<a [routerLink]="['/blog/' + dataService.EncodeObject(api.TrainingBlog)]" routerLinkActive="active-link" | ||
mat-list-item> | ||
<mat-icon>work</mat-icon> Internship Blog | ||
</a> | ||
|
||
<a [routerLink]="['/blog/' + dataService.EncodeObject(api.external)]" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>work</mat-icon> External Blog | ||
</a> | ||
|
||
<a [routerLink]="['/discussions']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>forum</mat-icon> Insight Discussion Forum | ||
</a> | ||
|
||
<a [routerLink]="['/query-search/']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>help</mat-icon> Find Answers | ||
</a> | ||
|
||
|
||
<a [routerLink]="['/calendar']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>event_available</mat-icon> Calendar | ||
</a> | ||
|
||
<a [routerLink]="['/map']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>map</mat-icon> Map | ||
</a> | ||
|
||
<a [routerLink]="['/achievements']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>done_all</mat-icon> Achievements | ||
</a> | ||
|
||
<a [routerLink]="['/quick-links']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>link</mat-icon> Quick Links | ||
</a> | ||
|
||
<a [routerLink]="['/settings']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>settings</mat-icon> Settings | ||
</a> | ||
|
||
</div> | ||
</div> | ||
|
||
<a [routerLink]="['/feed']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>list</mat-icon> Feed | ||
</a> | ||
|
||
<a [routerLink]="['/news/']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>rss_feed</mat-icon> News | ||
</a> | ||
|
||
<a mat-list-item [routerLink]="['/explore/']" routerLinkActive="active-link"> | ||
<mat-icon>search</mat-icon> Explore | ||
</a> | ||
|
||
<a mat-list-item [routerLink]="['/mess/']" routerLinkActive="active-link"> | ||
<mat-icon>restaurant</mat-icon> Mess Menu | ||
</a> | ||
|
||
<a | ||
[routerLink]="['/blog/' + dataService.EncodeObject(api.PlacementBlog)]" | ||
routerLinkActive="active-link" | ||
mat-list-item | ||
> | ||
<mat-icon>work</mat-icon> Placement Blog | ||
</a> | ||
|
||
<a | ||
[routerLink]="['/blog/' + dataService.EncodeObject(api.TrainingBlog)]" | ||
routerLinkActive="active-link" | ||
mat-list-item | ||
> | ||
<mat-icon>work</mat-icon> Internship Blog | ||
</a> | ||
|
||
<a | ||
[routerLink]="['/blog/' + dataService.EncodeObject(api.external)]" | ||
routerLinkActive="active-link" | ||
mat-list-item | ||
> | ||
<mat-icon>work</mat-icon> External Blog | ||
</a> | ||
|
||
<a | ||
[routerLink]="['/discussions']" | ||
routerLinkActive="active-link" | ||
mat-list-item | ||
> | ||
<mat-icon>forum</mat-icon> Communities | ||
</a> | ||
|
||
<a | ||
[routerLink]="['/query-search/']" | ||
routerLinkActive="active-link" | ||
mat-list-item | ||
> | ||
<mat-icon>help</mat-icon> Find Answers | ||
</a> | ||
|
||
<a [routerLink]="['/calendar']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>event_available</mat-icon> Calendar | ||
</a> | ||
|
||
<a [routerLink]="['/map']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>map</mat-icon> Map | ||
</a> | ||
|
||
<a | ||
[routerLink]="['/achievements']" | ||
routerLinkActive="active-link" | ||
mat-list-item | ||
> | ||
<mat-icon>done_all</mat-icon> Achievements | ||
</a> | ||
|
||
<a | ||
[routerLink]="['/quick-links']" | ||
routerLinkActive="active-link" | ||
mat-list-item | ||
> | ||
<mat-icon>link</mat-icon> Quick Links | ||
</a> | ||
|
||
<a [routerLink]="['/settings']" routerLinkActive="active-link" mat-list-item> | ||
<mat-icon>settings</mat-icon> Settings | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.