Skip to content

Commit

Permalink
chore(app): update SS, data, and remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Mar 11, 2020
1 parent 024450f commit c9c42a1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
Binary file modified resources/screenshots/android-schedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/pages/schedule/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export class SchedulePage implements OnInit {
role: 'cancel'
}]
});

// Present the toast at the bottom of the page
await toast.present();
}
Expand Down
4 changes: 0 additions & 4 deletions src/app/pages/speaker-list/speaker-list.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.scroll {
background: #ededed;
}

.speaker-card {
display: flex;
flex-direction: column;
Expand Down
26 changes: 13 additions & 13 deletions src/assets/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"speakers": [
{
"name": "Burt Bear",
"profilePic": "assets/img/speakers/bear.jpg",
"profilePic": "/assets/img/speakers/bear.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Burt is a Bear. Burt's interests include poetry, dashing space heroes, and lions.",
Expand All @@ -259,7 +259,7 @@
},
{
"name": "Charlie Cheetah",
"profilePic": "assets/img/speakers/cheetah.jpg",
"profilePic": "/assets/img/speakers/cheetah.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Charlie is a Cheetah. Charlie's interests include country music, plush animals, pyrotechnics, and skeletons.",
Expand All @@ -271,7 +271,7 @@
},
{
"name": "Donald Duck",
"profilePic": "assets/img/speakers/duck.jpg",
"profilePic": "/assets/img/speakers/duck.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Donald is a Duck. Donald's interests include carpentry, superheroes, merpeople, and glam rock.",
Expand All @@ -283,7 +283,7 @@
},
{
"name": "Eva Eagle",
"profilePic": "assets/img/speakers/eagle.jpg",
"profilePic": "/assets/img/speakers/eagle.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Eva is an Eagle. Eva's interests include ants, seashells, and cupcakes.",
Expand All @@ -295,7 +295,7 @@
},
{
"name": "Ellie Elephant",
"profilePic": "assets/img/speakers/elephant.jpg",
"profilePic": "/assets/img/speakers/elephant.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Ellie is an Elephant. Ellie's interests include pocket watches, pool, hand fans, and ninjas.",
Expand All @@ -307,7 +307,7 @@
},
{
"name": "Gino Giraffe",
"profilePic": "assets/img/speakers/giraffe.jpg",
"profilePic": "/assets/img/speakers/giraffe.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Gino is a Giraffe. Gino's interests include candy-making, unicorns, and birdhouses.",
Expand All @@ -319,7 +319,7 @@
},
{
"name": "Isabella Iguana",
"profilePic": "assets/img/speakers/iguana.jpg",
"profilePic": "/assets/img/speakers/iguana.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Isabella is an Iguana. Isabella's interests include crystals, architecture, and candle-making.",
Expand All @@ -331,7 +331,7 @@
},
{
"name": "Karl Kitten",
"profilePic": "assets/img/speakers/kitten.jpg",
"profilePic": "/assets/img/speakers/kitten.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Karl is a Kitten. Karl's interests include skiing, jewelry, and needlepoint.",
Expand All @@ -343,7 +343,7 @@
},
{
"name": "Lionel Lion",
"profilePic": "assets/img/speakers/lion.jpg",
"profilePic": "/assets/img/speakers/lion.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Lionel is a Lion. Lionel's interests include lizards and mathematics.",
Expand All @@ -355,7 +355,7 @@
},
{
"name": "Molly Mouse",
"profilePic": "assets/img/speakers/mouse.jpg",
"profilePic": "/assets/img/speakers/mouse.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Molly is a Mouse. Molly's interests include werewolves and magic.",
Expand All @@ -367,7 +367,7 @@
},
{
"name": "Paul Puppy",
"profilePic": "assets/img/speakers/puppy.jpg",
"profilePic": "/assets/img/speakers/puppy.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Paul is a Puppy. Paul's interests include maps, whales, and dragons.",
Expand All @@ -379,7 +379,7 @@
},
{
"name": "Rachel Rabbit",
"profilePic": "assets/img/speakers/rabbit.jpg",
"profilePic": "/assets/img/speakers/rabbit.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Rachel is a Rabbit. Rachel's interests include clowns, skeletons, and yo-yos.",
Expand All @@ -391,7 +391,7 @@
},
{
"name": "Ted Turtle",
"profilePic": "assets/img/speakers/turtle.jpg",
"profilePic": "/assets/img/speakers/turtle.jpg",
"instagram": "ionicframework",
"twitter": "ionicframework",
"about": "Ted is a Turtle. Ted's interests include butterflies, skiing, and cupcakes.",
Expand Down

0 comments on commit c9c42a1

Please sign in to comment.