forked from GGC-SD/bash_basics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuttons.html
More file actions
10 lines (10 loc) · 926 Bytes
/
buttons.html
File metadata and controls
10 lines (10 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
<!-- File Path: TravelApp-Front/src/app/buttons.html -->
<div id="buttons" class="container-fluid">
<button (click) ="findRestaurants();"><img src="https://i.imgur.com/fS1W8dq.png" width = "80" height = "80"></button>
<button (click)="findHotels();"><img src="https://i.imgur.com/e8qxL2v.png" width = "80" height = "80"></button>
<button (click)="findGasStations();"><img src="https://i.imgur.com/IodQsiY.png" width = "80" height = "80"></button>
<button (click)="findEvents();"><img src="https://i.imgur.com/rwtzd9D.png" width = "80" height = "80"></button>
<button (click)="findFriends();"><img src="https://i.imgur.com/6FGWGkH.png" width = "80" height = "80"></button>
<button (click)="findWeather();"><img src="https://i.imgur.com/vyU27Cc.png" width = "80" height = "80"></button>
<button (click)="findEntertainment();"><img src="https://i.imgur.com/xS8OnVv.png" width = "80" height = "80"></button>
</div>