-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21b634b
commit 82cc1c2
Showing
1 changed file
with
0 additions
and
22 deletions.
There are no files selected for viewing
22 changes: 0 additions & 22 deletions
22
apps/hackslash/src/app/eventdetails/eventdetails.component.html
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,23 +1 @@ | ||
|
||
<div class="row" style="justify-content:center;margin-left:0px;margin-right:0px;"> | ||
<img id="bg-4" class="img-fluid" style="position:absolute;float:right;right:0;height:70%;" src="assets/img/events/events-bg-4.svg" /> | ||
<img id="bg-3" class="img-fluid" style="position:absolute;float:left;left:0;height:70%;margin-top:15%" src="assets/img/events/events-bg-3.svg" /> | ||
|
||
<div class="card border rounded shadow col-sm-6 col-lg-3 item" style="margin: 40px;padding-left:0px;padding-right:0px;" *ngFor="let item of ev"> | ||
<img class="card-img-top w-100 d-block"> | ||
<a href={{item.urls}}> | ||
<img class="img-fluid" style="z-index:0;" src={{item.logo.original.url}} /> | ||
</a> | ||
<div class="card-body"> | ||
<h4 class="card-title" style="font-family: GT Walsheim Pro;">{{item.name.text}}</h4> | ||
<p class="card-text" style="font-family: GT Walsheim Pro;"> | ||
{{item.description.text}} | ||
</p> | ||
|
||
<div class="location"> | ||
<img src="assets/img/events/event-ic-time.svg" width="12px" height="12px" style="margin-right: 4px;margin-top: -2px;"> {{item.start.local | date:'short':'IST'}} - {{item.end.local | date:'short':'IST'}} | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> |